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

Changes

Summary

  1. Fix build instructions (details)
  2. unit test: preserve hs_err_pid*.log files (move to results folder for (details)
  3. ignore all build* folders (details)
  4. Bug 978: Promote whether a test shall fail due to unavailable CL driver (details)
Commit 82991ad1277fd31c54c08d3c1b74f921fcc585d0 by Wade Walker
Fix build instructions

Fixed the build instructions to reflect the changes that bring
JOCL into line with the other JogAmp modules. Also fixed dead
links and updated the version of OpenCL we point to.
The file was modifieddoc/HowToBuild.html (diff)
Commit 711a91dd5bb01736b1c7b2a238a87c392407a644 by Sven Gothel
unit test: preserve hs_err_pid*.log files (move to results folder for archive)
The file was modifiedmake/build-test.xml (diff)
Commit f0620f1ae26a5cbdf55c9671de12f460fde179c4 by Sven Gothel
ignore all build* folders
The file was modified.gitignore (diff)
Commit a503ff720300362e68fd2868f2e87d731492bc46 by Sven Gothel
Bug 978: Promote whether a test shall fail due to unavailable CL driver in base UITest class.
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/test/util/MiscUtils.java (diff)
The file was modifiedtest/com/jogamp/opencl/test/util/UITestCase.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLImageTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLProgramTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)