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

Changes

Summary

  1. New: JogampVersion, providing generic information for Jogamp JAR (details)
  2. com.jogamp.common.util.GlueGenVersion -> (details)
  3. Add Extension Name (details)
  4. Adding missig GlueGenVersion (details)
  5. Don't printStackTrace if the exception shall be catched for later use (details)
  6. JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer (details)
  7. Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in (details)
Commit b735755815312b5fe2c003642de60711be1cd645 by Sven Gothel
New: JogampVersion, providing generic information for Jogamp JAR archives; VersionInfo -> GlueGenVersion

JogampVersion, providing generic information for Jogamp JAR archives

Accessor to the Jogamp specific manifest additions, ie branch and commit.
Also provides convenient attribute access and version dump methods.
The file was addedsrc/java/com/jogamp/common/util/GlueGenVersion.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/VersionUtil.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/util/TestVersionInfo.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/GlueGen.java (diff)
The file was removedsrc/java/com/jogamp/common/util/VersionInfo.java (diff)
The file was addedsrc/java/com/jogamp/common/util/JogampVersion.java (diff)
Commit 68b6fe47ea0c93ccd39497f12de9ba37415803ee by Sven Gothel
com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion
The file was modifiedsrc/java/com/jogamp/common/util/JogampVersion.java (diff)
The file was removedsrc/java/com/jogamp/common/util/GlueGenVersion.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/util/TestVersionInfo.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/GlueGen.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/JogampVersion.java (diff)
Commit 9967c3401d2e4b1fd2677e459a7024fcfedc8814 by Sven Gothel
Adding missig GlueGenVersion
The file was addedsrc/java/com/jogamp/common/GlueGenVersion.java (diff)
Commit 13f42c3d3601447aad545d1c950202d81d4f7ade by Sven Gothel
Don't printStackTrace if the exception shall be catched for later use
The file was modifiedsrc/java/com/jogamp/common/util/RunnableTask.java (diff)
Commit ff239e4eff0bbf28f925a4dffb15638f3dfd51be by Sven Gothel
JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuffer(StringBuffer) ; Add String toString() { ..}
The file was modifiedsrc/java/com/jogamp/common/GlueGenVersion.java (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/GlueGen.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/util/TestVersionInfo.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/JogampVersion.java (diff)
Commit ffb589a35abf34f313312617e065b444c5f705b3 by Sven Gothel
Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toString()' ; Added type tests.

For size_t and uintptr_t this actually generated invalid C code.
Added type tests for those.
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/test1.h (diff)
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/test1.c (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/cgram/HeaderParser.g (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/cgram/types/IntType.java (diff)
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java (diff)