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

Changes

Summary

  1. Adding simple static main test entry to provide standalone autobuild (details)
  2. Autobuild location changed (details)
  3. The 'shared resource' thread must be a deamon, otherwise the application (details)
Commit 597d10f5a5f743a51cfe56f3c381fd80e941a394 by Sven Gothel
Adding simple static main test entry to provide standalone autobuild verification
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was addedetc/test.bat (diff)
The file was addedetc/test.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/VersionInfo.java (diff)
Commit f31eaef380b6a1e4d248b1bb78db5460b2f68f1b by Sven Gothel
Autobuild location changed
The file was modifiedetc/profile.jogl (diff)
Commit dc2b838d9474c8f69e2db6a5ac1953a3b0c8c36a by Sven Gothel
The 'shared resource' thread must be a deamon, otherwise the application won't exit
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXDrawableFactory.java (diff)