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

Changes

Summary

  1. JOGL OSX: Cleanup imports/override (details)
  2. Tolerate pending/lazy native context creation at 1st makeCurrent (OSX). (details)
  3. tests for native SWT (details)
Commit 9d28b54913bc4a50d642a86614d0e69d6d3f3192 by Sven Gothel
JOGL OSX: Cleanup imports/override
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXOnscreenCGLContext.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXOnscreenCGLDrawable.java (diff)
Commit c1e542ad0150e5327b1ed9d9980d4eeb81720cde by Sven Gothel
Tolerate pending/lazy native context creation at 1st makeCurrent (OSX).
This allows SWT on OSX to work properly.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java (diff)
The file was modifiedmake/scripts/tests-osx.sh (diff)
The file was modifiedmake/scripts/tests.sh (diff)