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

Changes

Summary

  1. Junit Core Test: Add GLContext version dump (details)
  2. Fix build HOWTO (details)
  3. Fix docu (details)
  4. Fix doc (details)
  5. Fix JOGL Deployment doc (details)
  6. GlueGen/JOGL Windows x86 x86_64 Builds (details)
  7. GlueGen/JOGL Windows x86 x86_64 MingW Builds (details)
  8. scripts sin64: remove native debug build flag (details)
  9. Add Windows 64bit build doc (details)
  10. HowToBuild: git doc refinement (details)
  11. Added Cg reference (details)
  12. Cover all Offscreen tests with Assume .. (details)
Commit 24aa9d11b8d9e99da1af42e3191394aedb30e944 by Sven Gothel
Junit Core Test: Add GLContext version dump
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/acore/TestGLProfile01CORE.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/jogl/acore/DumpVersion.java (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifieddoc/HowToBuild.html (diff)
The file was modifiedwww/index.html (diff)
The file was modifiedwww/index.html (diff)
The file was modifieddoc/userguide/index.html (diff)
The file was modifieddoc/HowToBuild.html (diff)
Commit 03ce683b4e25716a0973aa6c1acb8698dbb3bb08 by Sven Gothel
Fix JOGL Deployment doc
The file was modifiedwww/index.html (diff)
The file was removeddoc/deployment/JOGL-JAR-BUNDELING.txt (diff)
The file was addeddoc/deployment/JOGL-DEPLOYMENT.html (diff)
The file was modifieddoc/userguide/index.html (diff)
Commit baf07fa357d98783fb929d47d8802fbb3f318191 by Sven Gothel
GlueGen/JOGL Windows x86 x86_64 Builds

x86: Using mingw 20100514, gcc 4.5.0
    - clean
    - passed all junit.run tests

x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513
    - clean
    - passed most junit.run tests, still buggy
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/newt/native/KDWindow.c (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedsrc/jogl/native/openmax/omx_tool.h (diff)
Commit ec97d04c711cb12f175ab0176345a6f0e7091f36 by Sven Gothel
GlueGen/JOGL Windows x86 x86_64 MingW Builds

Property change to allow multilib with same property file:
    - windows.cg.lib -> windows.cg.lib32 windows.cg.lib64
    - x11.cg.lib     -> x11.cg.lib32     x11.cg.lib64

Fix windows build/test scripts ..

++++

- mingw linker option: --enable-auto-import

- mingw now links against DLLs not libs,
  due to a runtime error while linking against JAWT

++++

x86: Using mingw 20100514, gcc 4.5.0
    - clean
    - passed all junit.run tests

x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513
    - clean
    - passed all junit.run tests
The file was modifiedmake/scripts/make.jogl.all.win32.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
The file was modifiedmake/jogl.properties (diff)
Commit 017165ff3a51b0c66070ffa0ce77b75d6e00527f by Sven Gothel
scripts sin64: remove native debug build flag
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
Commit 2833b9457e734fb8d21ad66dd3a8ea207050964f by Sven Gothel
Add Windows 64bit build doc
The file was modifieddoc/HowToBuild.html (diff)
Commit a060a239dce75315ecaaab217a2ecfcc36deea01 by Sven Gothel
HowToBuild: git doc refinement
The file was modifieddoc/HowToBuild.html (diff)
The file was modifieddoc/HowToBuild.html (diff)
Commit e96eb241cf2e1fb54d924c0b8906ea4aedc211db by Sven Gothel
Cover all Offscreen tests with Assume ..
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java (diff)