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

Changes

Summary

  1. scrips for sol (details)
  2. GlueGen: Expose public static debug() (details)
  3. JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size (details)
The file was addedmake/scripts/make.gluegen.all.solaris-x86.sh (diff)
The file was addedmake/scripts/make.gluegen.all.solaris-x86_64.sh (diff)
Commit 53bcf1366374a2005003088b02d6019ca402843c by Sven Gothel
GlueGen: Expose public static debug()
The file was modifiedsrc/java/com/jogamp/gluegen/GlueGen.java (diff)
Commit f20389b3f59c5d8c6d9afe0df16282dd09115640 by Sven Gothel
JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion, ie. 32/64 bits)

An opaque type still needs to be converted to the right size (32/64 bit).
In case of a conversion, respect the pointer type.

This fixes bug 536 .
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java (diff)
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/test1.c (diff)
The file was modifiedsrc/java/com/jogamp/gluegen/JavaEmitter.java (diff)
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/test1.h (diff)
The file was modifiedmake/scripts/runtest.sh (diff)