Skip to content
Success

Changes

Summary

  1. Eclipse: Use `Android 26 (stripped)` User Library to gluegen/make/lib/android-sdk/26/android-stripped.jar (details)
  2. Remove maven '-android' aliasing, our make-copy-jars-one handles it (details)
  3. Fix JVM_JNI6.c #error message (details)
  4. Bug 1523: JavaRetire src/java/net/highteq/nativetaglet/NativeTaglet.java (details)
  5. Bug 1523: Documentation for Java8 + adding unit- and bring-up tests (details)
  6. Bug 1523: Eclipse Java8 settings (details)
  7. Bug 1523: Java8 build setup using target.releaselevel=8 and target.buildlevel=11 (details)
  8. Bug 1523: Enhance UnsafeUtil: Expose certain get/put methods as well as getDirectBufferAddress (details)
Commit 73f27219340049956a1e3e05e2d98971802337a4 by Sven Gothel
Eclipse: Use `Android 26 (stripped)` User Library to gluegen/make/lib/android-sdk/26/android-stripped.jar
The file was modified.classpath (diff)
Commit 253d2639f4d27a82cb0c1fc4c17e9bd9362d488e by Sven Gothel
Remove maven '-android' aliasing, our make-copy-jars-one handles it
The file was modifiedmake/build.xml (diff)
Commit 3dfdc1010649d3a6f9ba413d166f8fbc9d549eaa by Sven Gothel
Fix JVM_JNI6.c #error message
The file was modifiedsrc/native/common/JVM_JNI6.c (diff)
Commit d05fb992362042440c94d7905d3238b2e43ef4d3 by Sven Gothel
Bug 1523: JavaRetire src/java/net/highteq/nativetaglet/NativeTaglet.java
The file was removedsrc/java/net/highteq/nativetaglet/NativeTaglet.java (diff)
The file was addedsrc/java_old/net/highteq/nativetaglet/NativeTaglet.java (diff)
Commit d8d5640f2ebaefe887f517b70eb76edafcc6debc by Sven Gothel
Bug 1523: Documentation for Java8 + adding unit- and bring-up tests
The file was modifieddoc/HowToBuild.html (diff)
The file was modifieddoc/JogAmpPlatforms.html (diff)
The file was modifieddoc/JogAmpPlatforms.md (diff)
Commit d59059e6adb2d0eccb53bd32c4fb042897faf6ba by Sven Gothel
Bug 1523: Eclipse Java8 settings
The file was modified.cproject (diff)
The file was modified.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified.classpath (diff)
Commit c8adeee2becd24c8103c4921cdf944a0794cb928 by Sven Gothel
Bug 1523: Java8 build setup using target.releaselevel=8 and target.buildlevel=11

target.buildlevel is only used for build-time dependencies, otherwise not possible
The file was modifiedmake/jogamp-env.xml (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/jogamp-androidtasks.xml (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
Commit 303a6701c2b643d5579a5b88a101a53ccba9f90c by Sven Gothel
Bug 1523: Enhance UnsafeUtil: Expose certain get/put methods as well as getDirectBufferAddress
The file was addedsrc/junit/com/jogamp/common/util/TestUnsafeUtil.java (diff)
The file was modifiedsrc/java/com/jogamp/common/nio/Buffers.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/UnsafeUtil.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)