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

Changes

Summary

  1. Update CSS; Add responsive viewport design tag (details)
  2. Bug 1363: Java 11: Validated build on Java11 (details)
  3. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath (details)
  4. Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only) (details)
  5. Merge OpenAL-Soft v1.20.0 (details)
  6. Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake cleanup and NDK r20 adoption llvm: clang libc++ (details)
  7. Bug 1417 - Android: OpenAL-Soft: ANDROID_API_LEVEL [21..22] only, link against c++_static! (details)
  8. Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake: Only build libOpenAL.so on Android (details)
  9. Bug 1417 - Android: Jar Manifest joalversion-android can no more have 'Name: <folder>' directives for apk (details)
  10. .gitignore: ignore all build* folder (details)
  11. .gitignore: ignore all build* folder (fix) (details)
  12. Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aapt.signed' d8 usage (details)
Commit c84e8e221dd7ba2f8608afcb0efee2276a2b2011 by Sven Gothel
Update CSS; Add responsive viewport design tag
The file was modifiedwww/index.html (diff)
Commit c155194545769b9dada9408116b3f72aa53f583f by Sven Gothel
Bug 1363: Java 11: Validated build on Java11

Note: On Windows w/ CMake 3.15.2 and MingW64 8.1.0
openal-soft still doesn't build through yet (no regression, didn't build before).

I added the <arg line="-G 'MinGW Makefiles'"/> and had to
replace \cygwin\bin\sh.exe with a symbolic link to \cygwin\bin\bash.exe
to make it pass .. still WIP.
Compilation setup also claimed DSOUND headers were n/a.
The file was modifiedREADME.txt (diff)
The file was modifiedmake/scripts/make.joal.all.linux-x86.sh (diff)
The file was modifiedmake/scripts/make.joal.all.linux-x86_64-clang.sh (diff)
The file was modifiedmake/scripts/make.joal.all.linux-x86-clang.sh (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/scripts/make.joal.all.win64.bat (diff)
The file was modifiedLICENSE.txt (diff)
The file was modifiedmake/scripts/make.joal.all.linux-armv6hf-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.android-x86-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.linux-armv6hf.sh (diff)
The file was modifiedmake/scripts/make.joal.all.solaris-x86_64.sh (diff)
The file was modifiedmake/scripts/make.joal.all.android-aarch64-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.linux-aarch64-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.generic.sh (diff)
The file was modifiedmake/scripts/make.joal.all.macosx.sh (diff)
The file was modifiedmake/scripts/make.joal.all.win32.bat (diff)
The file was modifiedwww/index.html (diff)
The file was removedmake/scripts/make.joal.all.macosx-java6.sh (diff)
The file was modifiedmake/scripts/make.joal.all.android-armv6-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.linux-x86_64.sh (diff)
Commit 126e817ed16e92633aff3b0d15a2428570c8a828 by Sven Gothel
Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath
The file was modified.classpath (diff)
Commit ce12e14d0798882e840fea7b0c6930788ca66d6f by Sven Gothel
Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only)
The file was modifiedmake/scripts/make.joal.all.macosx.sh (diff)
Commit 29cc0162c4ae34c0c1dbb8f1203138d123fc671d by Sven Gothel
Merge OpenAL-Soft v1.20.0
The file was modifiedopenal-soft (diff)
The file was modifiedmake/lib/bsinc_inc.h (diff)
Commit b8e20cd8238c2f3694068f501ba06b9a6f654645 by Sven Gothel
Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake cleanup and NDK r20 adoption llvm: clang libc++
The file was modifiedmake/scripts/make.joal.all.android-aarch64-cross.sh (diff)
The file was modifiedopenal-soft (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/scripts/make.joal.all.android-x86-cross.sh (diff)
The file was modifiedmake/scripts/make.joal.all.android-armv6-cross.sh (diff)
Commit 8907cb8550def10640f9d812853fbadf3f2989f5 by Sven Gothel
Bug 1417 - Android: OpenAL-Soft: ANDROID_API_LEVEL [21..22] only, link against c++_static!
The file was modifiedopenal-soft (diff)
The file was modifiedmake/build.xml (diff)
Commit 647eaa5fc88a9f4dfc0ec421f5ae79474d1117af by Sven Gothel
Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake: Only build libOpenAL.so on Android
The file was modifiedopenal-soft (diff)
Commit 768677b5b56a9cfea3accf4b7638d217eceade44 by Sven Gothel
Bug 1417 - Android: Jar Manifest joalversion-android can no more have 'Name: <folder>' directives for apk

The 'Name <folder>' leads new apk to claim the missing resources (the folder actually)
and fails to install the apk.

Hence removed tagging the folders sealed.

See gluegen commit eb6dfabd7427a1836f6b1d2080422f98808ea0a4
The file was addedmake/joalversion-android (diff)
The file was modifiedmake/build.xml (diff)
Commit 0a8392c265bc059a4613874d1b0746d3c8bbe6e7 by Sven Gothel
.gitignore: ignore all build* folder
The file was modified.gitignore (diff)
Commit 769d1c9f9594e8a5ba9911e36e72f03c99c3dc15 by Sven Gothel
.gitignore: ignore all build* folder (fix)
The file was modified.gitignore (diff)
Commit c4f73b67ebbb554cde69b6f59ab377a38864df72 by Sven Gothel
Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aapt.signed' d8 usage
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/resources/android/AndroidManifest-joal.xml (diff)
The file was modifiedmake/resources/android/AndroidManifest-test.xml (diff)