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

Changes

Summary

  1. Bump openal-soft: CMake: Don't use CMAKE_TOOLCHAIN_FILE for (details)
  2. ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (details)
  3. Remove explicit xcode.clang property files; Bump openal-soft (details)
  4. Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (details)
  5. Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (details)
  6. Code Clean-Up based on our Recommended Settings (jogamp-scripting (details)
Commit 58b08142d0068354a4863f054b5a6ff723ca3df9 by Sven Gothel
Bump openal-soft: CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use OPENAL_CUSTOM_CONFIG to inject cmake commands
The file was modifiedopenal-soft (diff)
The file was modifiedmake/build.xml (diff)
Commit 5b283bccebbf2ea4b7720507ba1230e71311a04b by Sven Gothel
ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (i.e. Use openal-soft on OSX as well now)
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)
Commit 0ad86c6c50a10bb3a53cac6fff1b857bae9c6192 by Sven Gothel
Remove explicit xcode.clang property files; Bump openal-soft (95a2fe69853d6996cf9e00a9073c57cf9cef9ae9)
The file was modifiedopenal-soft (diff)
The file was removedmake/scripts/make.joal.all.macosx-clang.sh
Commit 05d236515d37561a66b1e239984916e95a193cc8 by Sven Gothel
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension)
The file was removedmake/config/joal-common-CustomJavaCode.java
The file was modifiedmake/config/joal-alc.cfg (diff)
The file was modifiedmake/config/joal.cfg (diff)
The file was addedmake/config/joal-al-CustomJavaCode.java
The file was modifiedmake/config/joal-alext.cfg (diff)
The file was modifiedmake/config/joal-alextabstract-CustomJavaCode.java (diff)
The file was modifiedmake/config/joal-alcabstract-CustomJavaCode.java (diff)
The file was modifiedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
Commit 21cd5206625aaa8914e53bdfaab8e7ae4e497a08 by Sven Gothel
Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)

- initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer
The file was modifiedmake/config/joal-al-CustomJavaCode.java (diff)
The file was modifiedmake/config/joal.cfg (diff)
The file was modifiedmake/config/joal-alc.cfg (diff)
The file was modifiedmake/config/joal-alext.cfg (diff)
The file was modifiedmake/config/joal-alextabstract-CustomJavaCode.java (diff)
The file was modifiedmake/config/joal-alcabstract-CustomJavaCode.java (diff)
Commit 0430708fbcbdc5572affb45318eb782adffd13f1 by Sven Gothel
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74)

- Change non static accesses to static members using declaring type
    - Change indirect accesses to static members to direct accesses (accesses through subtypes)
    - Add final modifier to private fields
    - Add final modifier to method parameters
    - Add final modifier to local variables
    - Remove unnecessary casts
    - Remove unnecessary '$NON-NLS$' tags
    - Remove trailing white spaces on all lines
The file was modifiedsrc/java/jogamp/openal/ALCImpl.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/WAVLoader.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Listener.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/ALHelpers.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/android/MD.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/UnsupportedAudioFileException.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/manual/Sound3DTest.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/manual/OpenALTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Buffer.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAXFactory.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/WAVData.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/android/OpenALTestActivity.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/util/ALut.java (diff)
The file was modifiedsrc/java/jogamp/openal/Debug.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/AudioSystem3D.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Vec3f.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Device.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)
The file was modifiedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALExtLoopbackDeviceSOFTTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/ALException.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/JoalVersion.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/util/UITestCase.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAX.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/android/LauncherUtil.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/resources/ResourceLocation.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Context.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAXConstants.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/android/OpenALTestActivityLauncher.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/sound3d/Source.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/android/BaseActivity.java (diff)