The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- Formatting: BindingJNILibLoader, AWTEDTExecutor (details)
- Bump cpptasks.jar, commit 19c854265956942497dc89444a9ee84f18383671 (Support native windows dll-names) (details)
- Remove Windows dll-rename, adopting to cpptasks.jar change (details)
- Windows java-win64.bat launch script: Set LIB_DIR to absolute path as required by System.load*() (details)
- NativeLibrary: Add getSystemEnvLibraryPaths(), i.e. LD_LIBRARY_PATH, PATH, .. content (details)
- NativeLibrary.enumerateLibraryPaths(): Using addPaths() ensures given 'path' is being resolved as absolute-canonical as required for System.load*() (details)
- JNILibLoaderBase.loadLibraryInternal(): Produce own detailed exception if lib couldn't be loaded (avoid showing misleading orig exception) (details)
The file was modified | src/junit/com/jogamp/gluegen/test/junit/generation/BindingJNILibLoader.java (diff) |
The file was modified | src/java/com/jogamp/common/util/awt/AWTEDTExecutor.java (diff) |
The file was modified | make/lib/cpptasks-version.txt (diff) |
The file was modified | make/lib/cpptasks.jar (diff) |
The file was modified | make/build.xml (diff) |
The file was modified | make/gluegen-cpptasks-base.xml (diff) |
The file was modified | make/build-test.xml (diff) |
The file was modified | make/scripts/runtest.sh (diff) |
The file was modified | make/scripts/runtest-x64.bat (diff) |
The file was modified | make/scripts/java-win64.bat (diff) |
The file was modified | src/java/com/jogamp/common/os/NativeLibrary.java (diff) |
The file was modified | src/java/com/jogamp/common/os/NativeLibrary.java (diff) |
The file was modified | src/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff) |