Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non (details)
Commit 5d211c6fa6a0452cc4569712e436184e34504a88 by Sven Gothel
Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX values; Using same pattern for Mac OS X.

Add Bionic specialization using Bionic's non POSIX values
- derive from UnixDynamicLinkerImpl
- specify own flag and mode values
- use UnixDynamicLinkerImpl native code

Using same pattern for Mac OS X
- derive from UnixDynamicLinkerImpl
- specify own flag and mode values
- use UnixDynamicLinkerImpl native code
- drop MacOSXDynamicLinkerImpl native code
The file was removedsrc/native/macosx/MacOSXDynamicLinkerImpl_JNI.c (diff)
The file was modified src/java/jogamp/common/os/UnixDynamicLinkerImpl.java (diff)
The file was modified src/java/com/jogamp/common/os/NativeLibrary.java (diff)
The file was addedsrc/java/jogamp/common/os/BionicDynamicLinkerImpl.java (diff)
The file was modified src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java (diff)
The file was modified make/build.xml (diff)
The file was modified src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java (diff)