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

Changes

Summary

  1. Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) (details)
  2. Eclipse: Add junit4 dep. (details)
  3. CLContext.release: Avoid 'concurrency map modify exception' (details)
  4. Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: (details)
  5. CLCommandQueueTest: Remove warning .. (details)
Commit 27a63283a3027d207b5ab2b63b3f92328d757dfc by Sven Gothel
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
The file was modifiedscripts/make.jocl.all.win32.bat (diff)
The file was modifiedmanifest_template.mf (diff)
The file was modifiedscripts/make.jocl.all.win64.bat (diff)
The file was modifiedscripts/make.jocl.all.solaris-x86.sh (diff)
The file was modifiedbuild.xml (diff)
The file was modifiedscripts/make.jocl.all.android-armv6-cross.sh (diff)
The file was modifiedscripts/make.jocl.all.linux-x86_64.sh (diff)
The file was modifiedscripts/make.jocl.all.solaris-x86_64.sh (diff)
The file was modifiedscripts/make.jocl.all.linux-armv6hf-cross.sh (diff)
The file was modifiedscripts/make.jocl.all.linux-x86.sh (diff)
The file was modifiedscripts/make.jocl.all.linux-armv6-cross.sh (diff)
Commit d4aef175f1dadae9d12c9930a873b5f3862ac953 by Sven Gothel
Eclipse: Add junit4 dep.
The file was modified.classpath (diff)
Commit 80902692c3e9615cf0b9ea042ce5fdd38b98aa49 by Sven Gothel
CLContext.release: Avoid 'concurrency map modify exception'
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
Commit b7e0e6e6ee645c11544609ed5cb90aca47773396 by Sven Gothel
Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: Missing positioning to desired index of duplicated PointerBuffer
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
Commit 8bcfb75d5812cc590f362bcc078bc15e3d975cf2 by Sven Gothel
CLCommandQueueTest: Remove warning ..
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)