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

Changes

Summary

  1. toString() for CLEventList. (details)
  2. exception msg formatting improvements. (details)
  3. added tag.build ant target to document build dependencies. (details)
  4. fixed rootrel.build to make Sven happy :) (details)
  5. fixed artifact.properties (quotes etc) (details)
  6. added a few CLImage junit tests. (details)
  7. updated cl_ext.h. (details)
  8. updated OpenGL headers. (details)
  9. includepath workaround for mac. (details)
  10. updated to latest Khronos CL headers. (details)
  11. added new CL_INVALID_PROPERTY exception + CLException junit test. (details)
Commit 45fb8d583bfbeb7b092f4ee17c2443c9f24cf2c9 by Michael Bien
toString() for CLEventList.
The file was modified test/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modified src/com/jogamp/opencl/CLEventList.java (diff)
Commit a3b7993646909acd3d54c609f0060bc36a73ddc2 by Michael Bien
exception msg formatting improvements.
The file was modified src/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit 4ac8978a53f0578e3a631ca1290373c9ffef8fb5 by Michael Bien
added tag.build ant target to document build dependencies.
The file was modified build.xml (diff)
Commit 6de7b16146c17d614d6a679896b4130b3d4a4712 by Michael Bien
fixed rootrel.build to make Sven happy :)
The file was modified build.xml (diff)
Commit 2f1035db067feef9111ac3cd28c6d1256efa9a18 by Michael Bien
fixed artifact.properties (quotes etc)
The file was modified build.xml (diff)
Commit b32190b0b899e4806e85625e7b0d1e242fdf0f05 by Michael Bien
added a few CLImage junit tests.
The file was addedtest/com/jogamp/opencl/jogamp.png (diff)
The file was modified src/com/jogamp/opencl/CLImage3d.java (diff)
The file was modified test/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was modified src/com/jogamp/opencl/CLImage2d.java (diff)
The file was addedtest/com/jogamp/opencl/CLImageTest.java (diff)
The file was modified resources/includes/CL_orig/cl_ext.h (diff)
Commit 6754e8f22b3bf65fc06aae528d183e41e013e812 by Michael Bien
updated OpenGL headers.
The file was modified resources/includes/GL3/gl3.h (diff)
The file was modified resources/includes/GL3/glext.h (diff)
Commit 105c4d0901eb05439347b3f4d78bb674dbce8d39 by Michael Bien
includepath workaround for mac.
The file was modified .gitignore (diff)
The file was modified build.xml (diff)
Commit 7bd341b72fc69a9a5fedb25ef1f15ebe08141212 by Michael Bien
updated to latest Khronos CL headers.
The file was modified resources/includes/CL_orig/cl.h (diff)
The file was modified resources/includes/CL_orig/cl_platform.h (diff)
Commit 4836f3ab7916c681450d06f118b90c31f0bcdc8c by Michael Bien
added new CL_INVALID_PROPERTY exception + CLException junit test.
The file was modified src/com/jogamp/opencl/CLException.java (diff)
The file was addedtest/com/jogamp/opencl/CLExceptionTest.java (diff)