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

Changes

Summary

  1. jdk7 try-with-resource support (details)
  2. improved javadoc. (details)
  3. CLContext and CLPlatform are now threadsafe. Updated javadocs. (details)
Commit 3ed09af3cf9322001d959d13672f6446ddaca643 by Michael Bien
jdk7 try-with-resource support
The file was modifiedsrc/com/jogamp/opencl/CLObject.java (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedbuild.xml (diff)
The file was addedsrc/com/jogamp/common/AutoCloseable.jtemplate (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
The file was removedsrc/com/jogamp/opencl/AutoCloseable.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
Commit c8afa2e38a7d7174ceed0be2069856ed548192b4 by Michael Bien
CLContext and CLPlatform are now threadsafe. Updated javadocs.
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)