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

Changes

Summary

  1. better exception message if libOpenCL could not be loaded. (details)
  2. CLEvent callbacks for HLB and LLB. (details)
  3. CLPlatform.getDefault() returns now the platform with the latest version (details)
  4. CLMemObjectDestructorCallback for HLB and LLB. (details)
  5. added com.jogamp.util.CLInfo. (details)
  6. updated webstart codebases (details)
Commit 2388b47f180989abd14a39188b1d4f80f221bdcf by Michael Bien
better exception message if libOpenCL could not be loaded.
The file was modifiedsrc/com/jogamp/opencl/JOCLJNILibLoader.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
Commit 0e3893e7e3e270f8231b89eaf89537cf01a43052 by Michael Bien
CLEvent callbacks for HLB and LLB.
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
The file was addedsrc/com/jogamp/opencl/CLEventListener.java
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEvent.java (diff)
The file was modifiedresources/cl-common.cfg (diff)
The file was addedsrc/com/jogamp/opencl/impl/CLEventCallback.java
The file was modifiedresources/cl-if.cfg (diff)
Commit 048f09aafe49e4eaddfe25ec4b302268510bc27b by Michael Bien
CLPlatform.getDefault() returns now the platform with the latest version
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
Commit bc4e1521cc2ccc91a033998847dc35e1a8c8687b by Michael Bien
CLMemObjectDestructorCallback for HLB and LLB.
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedresources/cl-if.cfg (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was addedsrc/com/jogamp/opencl/impl/CLMemObjectDestructorCallback.java
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modifiedresources/cl-common.cfg (diff)
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
The file was addedsrc/com/jogamp/opencl/CLMemObjectListener.java
Commit 84edfc7970a0bc828ba38295d88ee6e2a4dabbce by Michael Bien
added com.jogamp.util.CLInfo.
introduced CLProperty annotation for CLDevice and CLPlatform properties.
fixed bug in CLVersion.
The file was addedsrc/com/jogamp/opencl/CLProperty.java
The file was addedsrc/com/jogamp/opencl/util/CLInfo.java
The file was modifiedsrc/com/jogamp/opencl/CLException.java (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLUtil.java (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedsrc/com/jogamp/opencl/CLDevice.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLVersion.java (diff)
Commit 2bd2c52a3d0ed1ca26ca35c3ad63d4816baa71a1 by Michael Bien
updated webstart codebases
The file was modifiedbuild.xml (diff)
The file was modifiedjocl.jnlp (diff)