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

Changes

Summary

  1. added getElementSize(). (details)
  2. code review using findbugs (details)
  3. CachedBufferFactory optimization in CLCommandQueue and (details)
  4. fixed build if c.dont.compile + archiveon are set. (details)
Commit ca1dee15d86d5c6327b3ffb6f4c85c6a5621e621 by Michael Bien
added getElementSize().
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
Commit 61d365bd7c352262bff711b3954731e7928c203f by Michael Bien
code review using findbugs
keyset iterations, typos, @Override, synchronization, varargs
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgramBuilder.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit 77fae67d8d448018df83dd00b2d40adc7614bee1 by Michael Bien
CachedBufferFactory optimization in CLCommandQueue and CLProgram.create(binaries).
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
Commit af312d1a87765c685586287c1c37533a28fb04cc by Michael Bien
fixed build if c.dont.compile + archiveon are set.
The file was modifiedbuild.xml (diff)