Skip to content
Builds

Loading builds...

Changes

#983 (Jul 22, 2025, 4:43:52 AM)

  1. Eclipse: Use `Android 26 (stripped)` User Library to gluegen/make/lib/android-sdk/26/android-stripped.jar — Sven Gothel / cgit
  2. Remove maven '-android' aliasing, our make-copy-jars-one handles it — Sven Gothel / cgit
  3. Fix JVM_JNI6.c #error message — Sven Gothel / cgit
  4. Bug 1523: JavaRetire src/java/net/highteq/nativetaglet/NativeTaglet.java — Sven Gothel / cgit
  5. Bug 1523: Documentation for Java8 + adding unit- and bring-up tests — Sven Gothel / cgit
  6. Bug 1523: Eclipse Java8 settings — Sven Gothel / cgit
  7. Bug 1523: Java8 build setup using target.releaselevel=8 and target.buildlevel=11 — Sven Gothel / cgit
  8. Bug 1523: Enhance UnsafeUtil: Expose certain get/put methods as well as getDirectBufferAddress — Sven Gothel / cgit

#982 (Jul 21, 2025, 6:38:30 AM)

  1. Bug 1519 - NativeLibrary: `searchPathPrepend` shall act independent of `addToSearchPath`, do a null-check when using (Windows) — Sven Gothel / cgit
  2. NativeLibrary.LibPath: Use pre-calculated hash code — Sven Gothel / cgit
  3. NativeLibrary: Simplify system search API doc — Sven Gothel / cgit
  4. Bug 1520: JNI: Only request min JNI_VERSION_1_6 (Android) — Sven Gothel / cgit
  5. Bug 1520: Package visibility in Android 11 — Sven Gothel / cgit
  6. TestVersionNumber: Add test w/ an `ES 3.10` version — Sven Gothel / cgit
  7. Bug 1520: Android 14 (SDK API 34): Fix Writable dex file is not allowed — Sven Gothel / cgit
  8. Android: Add android-stripped.jar (API 24) less java.* packages, avoiding collisions w/ Eclipse editor — Sven Gothel / cgit
  9. Eclipse: Use android-stripped.jar in .classpath (via use library) — Sven Gothel / cgit
  10. JNILibLoaderBase.addNativeJarLibsImpl: Enhance DEBUG output — Sven Gothel / cgit
  11. jogamp-androidtasks: aapt.signed: Add assets also from {jarbasename}, drop jarbasename suffix '(-android.*$)' — Sven Gothel / cgit
  12. glibc-compat-symbols: Add GLIBC_COMPAT_SYMBOL for libdl (dladdr, dlclose, dlerror, dlopen and dlsym) — Sven Gothel / cgit
  13. doc/JogAmpPlatforms: JogAmp's Supported Platforms (Evolved from JogAmpMacOSVersions) — Sven Gothel / cgit
  14. gluegen-cpptasks-base: Whitespace — Sven Gothel / cgit
  15. VersionNumber*: toString() drops unused components; Added VersionNumberString ctor for convenience — Sven Gothel / cgit
  16. glibc-compat-symbols: Add macro `GLIBC_NOVERSION_SYMBOL` for libdl (dladdr, dlclose, dlerror, dlopen and dlsym) — Sven Gothel / cgit
  17. Eclipse: Bump lang settings — Sven Gothel / cgit
  18. doc: Use reachable absolute html links — Sven Gothel / cgit
  19. Android: Min API 24 -> 26 — Sven Gothel / cgit
  20. JogAmpPlatforms: Fix typo — Sven Gothel / cgit

#981 (Jul 12, 2025, 7:06:12 PM)

  1. uses-sdk android:minSdkVersion="24" android:targetSdkVersion="35" (2025-08-31 requirements) — Sven Gothel / cgit
  2. Bug 1519 - NativeLibrary: Clarify search order, allow added search-path + add property `jogamp.primary.library.path` — Sven Gothel / cgit

#980 (Jul 6, 2025, 5:37:52 PM)

  1. Add doxygen.all.zip and doxygen.public.zip Doxygen targets — Sven Gothel / cgit
  2. Fix doc/HowToBuild.html: Remove target.* options (we use defaults) — Sven Gothel / cgit
  3. Doxygen: Realign w/ orig 'javadoc' locations and archive name, to preserve doc-root — Sven Gothel / cgit
  4. doc/GlueGen_Mapping.md: Add anchors for Doxygen (Mainpage); Use pandoc  `markdown+lists_without_preceding_blankline` — Sven Gothel / cgit
  5. doc/*.md: Fix comment of new source format `markdown+lists_without_preceding_blankline` — Sven Gothel / cgit
  6. VersionSemanticsUtil: Ignore missing classes, report to stdout and use summary only — Sven Gothel / cgit

#978 (Jul 5, 2025, 2:03:38 PM)

  1. Eclipse Java-11 (min target) setting — Sven Gothel / cgit
  2. Eclipse: Drop android from build-path, no more working w/ using JRE-11 from JDK-21 — Sven Gothel / cgit
  3. DynamicLookupHelper: Add isOpen() — Sven Gothel / cgit
  4. DynamicLibraryBundle: Expose `toolGetProcAddressHandle` and add `NativeLibrary getToolLibrary(final int i)` — Sven Gothel / cgit
  5. DynamicLibraryBundle:loadLibraries(): Allow having toolLibSymbolNames.size() < toolLibNames.size() — Sven Gothel / cgit
  6. Cleanup android apk task: Only leave aligned-unsigned 'name-unsigned.apk' and aligned-signed 'name.apk' — Sven Gothel / cgit