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

Changes

Summary

  1. Split and use new linker definitions for FreeBSD (details)
  2. Split and use new linker definitions for FreeBSD (nativewindow) (details)
  3. FreeBSD does not use /usr/X11R6 anymore (it became a symlink to (details)
  4. Remove /usr/X11R6 from newt, too (details)
  5. Correct compiler config (not amd64 specific) (details)
  6. But /usr/local/include IS necessary on the default FreeBSD setup (details)
  7. Use correct compiler setup for nativewindow (details)
  8. Prepend /usr/local/lib for X11 libraries (details)
  9. Prepend /usr/local/lib to freebsd X11 linker (details)
  10. Set up compiler and linker for newt. JOGL builds and passes all tests. (details)
  11. updated ElflightEngine www content. (details)
  12. Add AWT WindowClosing JUnit test (details)
  13. Junit: Relax assertions NEWT/Reparent (details)
  14. Newt: X11 ICC window properties ; Still bugs with composite manager and (details)
  15. Junit: Avoid possible forever loop in test (details)
  16. Fix OSX 1: Link with OpenGL library again (CGL) (details)
  17. Fix OSX 1: Add empty define of APIENTRY, if undefined (CG) (details)
Commit 380578db0532e29bd66ce2d301f5309eb0e25f9d by Mark Rothwell
Split and use new linker definitions for FreeBSD
The file was modifiedmake/build-jogl.xml (diff)
Commit 0a9b3dece8bd08829ebf758bc8cfb4e9006d89ec by Mark Rothwell
Split and use new linker definitions for FreeBSD (nativewindow)
The file was modifiedmake/build-nativewindow.xml (diff)
Commit 643bcfa63c107eaa2d15e83e00f9ab41bb5201ed by Mark Rothwell
FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local quite a while ago)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
Commit ec211da376ea5b60a7dc95a1e295d14caa8e833e by Mark Rothwell
Remove /usr/X11R6 from newt, too
The file was modifiedmake/build-newt.xml (diff)
Commit 0c01720434a5b84b8f7692f0e267c4aca3bda864 by Mark Rothwell
Correct compiler config (not amd64 specific)
The file was modifiedmake/build-nativewindow.xml (diff)
Commit 6953433818d5aa3a4acddd3a9f884968c1d98ff4 by Mark Rothwell
But /usr/local/include IS necessary on the default FreeBSD setup
The file was modifiedmake/build-jogl.xml (diff)
Commit 3ae7974b37f826d15a44ab9a5dcbe34e0bbbfe43 by Mark Rothwell
Use correct compiler setup for nativewindow
The file was modifiedmake/build-nativewindow.xml (diff)
Commit 394129ff35749eae0ea077b7965f26d808ab907f by Mark Rothwell
Prepend /usr/local/lib for X11 libraries
The file was modifiedmake/build-nativewindow.xml (diff)
Commit 707a4d36a562e543ac4251c2369927e1a4c536c0 by Mark Rothwell
Prepend /usr/local/lib to freebsd X11 linker
The file was modifiedmake/build-jogl.xml (diff)
Commit ceec1ed6f1d6ebe904326a7517259d920098d9a0 by Mark Rothwell
Set up compiler and linker for newt. JOGL builds and passes all tests.
The file was modifiedmake/build-newt.xml (diff)
Commit 5be946fac88210f60dd2e2c212d39b62e6c2e0b4 by Michael Bien
updated ElflightEngine www content.
The file was addedwww/elflightengine-160x122.png (diff)
The file was removedwww/elflight.png (diff)
The file was removedwww/dukebeanem.jpg (diff)
The file was modifiedwww/index.html (diff)
Commit 95a92192fe4da2f7baa59eece08a6a6e2d71a331 by Sven Gothel
Add AWT WindowClosing JUnit test
The file was addedsrc/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java (diff)
Commit 15d3ad1cba7ffa37f283129fd6319c5469dad510 by Sven Gothel
Junit: Relax assertions NEWT/Reparent
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java (diff)
Commit 7f1f12304f4c143b1656f79ee58311508fe00d1b by Sven Gothel
Newt: X11 ICC window properties ; Still bugs with composite manager and Newt reparenting

Set _NET_WM_WINDOW_TYPE to specify decoration etc.

On KDE4 having compositing enabled the reparent window is sometimes
made invisible (UnmapWindow happened). FIXME.
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedmake/scripts/java-run-all.sh (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
Commit 932005c606cda7ab5aed364ff8de803fdc7b852c by Sven Gothel
Junit: Avoid possible forever loop in test
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java (diff)
Commit 1fc1b32e67c125590bf04e766ee7eb54a6f48b83 by Sven Gothel
Fix OSX 1: Link with OpenGL library again (CGL)
The file was modifiedmake/build-jogl.xml (diff)
Commit 1d31bbd26343acaf632ce2a1e17bc8ba4119216e by Sven Gothel
Fix OSX 1: Add empty define of APIENTRY, if undefined (CG)
The file was modifiedmake/config/jogl/cg-common.cfg (diff)