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

Changes

Summary

  1. Fix GLContext: get{GLDynamicLookupHelper->DynamicLibraryBundle}() returning public DynamicLibraryBundle (details)
  2. Bug 1516: Add doxygen.all.zip target (details)
  3. Add: doxygen.public.zip, fix publix Doxyfile (missing line concat) (details)
  4. Doxygen: Realign w/ orig 'javadoc' locations and archive name, to preserve doc-root (details)
  5. Doxygen JOGL: Use doc/spec-overview.md as mainpage. (details)
  6. Adopt to VersionSemanticsUtil changes (details)
Commit 88082593389e6b4e85a9a745fc80de08aa20a36b by Sven Gothel
Fix GLContext: get{GLDynamicLookupHelper->DynamicLibraryBundle}() returning public DynamicLibraryBundle

Refines commit 4cd2e5a5f9c3e5ade8872371d0d54d747e51d57b
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLContext.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
Commit e2230dc6fd996cadf286559fb0f6cc6748d1ab8f by Sven Gothel
Bug 1516: Add doxygen.all.zip target

Using doxygen-awesome of
- jaulib commit f12d0ebfcdb567d1ba08dfc9792273f25709510d
  https://jausoft.com/cgit/jaulib.git/about/
- original source https://github.com/jothepro/doxygen-awesome-css
The file was addeddoxygen/doxygen-awesome.css (diff)
The file was modifiedmake/build.xml (diff)
The file was modifieddoxygen/Doxyfile.javapublic.in (diff)
The file was modifieddoxygen/Doxyfile.javaall.in (diff)
Commit 929e2c27629c38e20d1d3f1ccf9c9e060aa283ba by Sven Gothel
Add: doxygen.public.zip, fix publix Doxyfile (missing line concat)
The file was modifieddoxygen/Doxyfile.javapublic.in (diff)
The file was modifiedmake/build.xml (diff)
Commit 7af249015a97697e242de69ca69d22eee70300de by Sven Gothel
Doxygen: Realign w/ orig 'javadoc' locations and archive name, to preserve doc-root
The file was modifieddoxygen/Doxyfile.javapublic.in (diff)
The file was modifiedmake/build.xml (diff)
The file was modifieddoxygen/Doxyfile.javaall.in (diff)
Commit eb539f9311fb616cf84bfa7cfed2f3661e99c42a by Sven Gothel
Doxygen JOGL: Use doc/spec-overview.md as mainpage.

Converted from html to markdown via pandoc and fixed manually.
The file was modifieddoxygen/Doxyfile.javapublic.in (diff)
The file was modifieddoxygen/Doxyfile.javaall.in (diff)
The file was modifiedREADME.md (diff)
The file was addeddoc/spec-overview.md (diff)
Commit c22ef02ac2f270da926148d8231038d177c4583e by Sven Gothel
Adopt to VersionSemanticsUtil changes
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java (diff)
The file was modifiedmake/scripts/setenv-jogl.sh (diff)