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

Changes

Summary

  1. Use GlueGen Platform's OSType enum (details)
  2. fix url: .com -> .org (details)
  3. updated runtime properties (debug) doc (details)
  4. added (c) header (details)
  5. adapt to gluegen Platform change (details)
  6. build: add linux/armv7 support ; only add resources once w/o java source (details)
  7. gl header cfg: use __unix__ define, instead of all avail variations (details)
  8. script: no need for custom linux-x86 on multilib platform (details)
  9. test case GLWindow (details)
  10. add linux/armv7 scripts [[cross] compile clean] (details)
Commit c1fb37cdaff46d23717eac402abaea82e2a503f1 by Sven Gothel
Use GlueGen Platform's OSType enum
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java (diff)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java (diff)
The file was modifieddoc/HowToBuild.html (diff)
Commit 2fdad3b074298df2f246505a52ad8325eef5b9b3 by Sven Gothel
updated runtime properties (debug) doc
The file was modifieddoc/Implementation/runtime-properties.txt (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/AttributeNames.java (diff)
Commit 783f2ee31cd7026f5bb2bcd144e8cae75accda20 by Sven Gothel
adapt to gluegen Platform change
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java (diff)
Commit 02791a2ac598e36c343b74ae07fe2a0e09ea7303 by Sven Gothel
build: add linux/armv7 support ; only add resources once w/o java source
The file was modifiedmake/build-common.xml (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
Commit 81a679d3b1a63ed91b7909db24e1fee58d69b3c2 by Sven Gothel
gl header cfg: use __unix__ define, instead of all avail variations (linux, sun, ..)
The file was modifiedmake/config/jogl/glu-gl2.cfg (diff)
The file was modifiedmake/config/jogl/gl-headers.cfg (diff)
The file was modifiedmake/config/jogl/gl3-headers.cfg (diff)
Commit b622198e3ac14261f26fad385c63e35359c3530b by Sven Gothel
script: no need for custom linux-x86 on multilib platform
The file was modifiedmake/scripts/make.jogl.all.linux-x86.sh (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit 630c9ce1dc643934f276b58b4cab0e04becf9879 by Sven Gothel
add linux/armv7 scripts [[cross] compile clean]
The file was addedmake/scripts/make.jogl.all.linux-armv7-cross.sh (diff)
The file was addedmake/scripts/make.jogl.all.linux-armv7.sh (diff)
The file was addedmake/scripts/tests-armv7l_eabi.sh (diff)