Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1398: Refine test case: Make classpath and libpath runtime configurable ↵ | Sven Gothel | 2020-02-21 | 10 | -177/+352 |
| | | | | + show JOGL version | ||||
* | Bug 1398: Fixing native test allowing its execution using JOGL 2.3.2 and ↵ | Sven Gothel | 2020-02-21 | 10 | -11/+575 |
| | | | | | | | | | | | | | | | | | | latest tip using XCode 11 Changes to test - Using own 'NSApplicationMain' entry to avoid the 'missing Info.plist' message! - Configurable CLASSPATH and LIBPATH at compile time. Note that the java.library.path is now hardcoded as well. - Don't close stderr in test, just fflush - Don't close the JVM after launch via 'die(env)', let it run. - Java: Add GLEventListener RedSquareES2 to see something in action @ 30fps - Java: GLCanvase visible bounds | ||||
* | Bug 1398: Importing Jani's native test, attempting to reproduce the crash ↵ | Sven Gothel | 2020-02-21 | 3 | -0/+373 |
using XCode 11 and JOGL 2.3.2 as well as current tip This change imports '[email protected]' patch as reported and provided in Bug 1398. I can not execute this patch properly, as received a error message regarding missing Info.plist at start. |