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

Changes

Summary

  1. Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops (details)
  2. MiscUtils: Forgot to change access of package-private to public due to (details)
Commit 2de32d692918c1cf0643daf598afb129c4a204a1 by Sven Gothel
Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)
The file was addedtest/com/jogamp/opencl/test/util/MiscUtils.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was removedtest/com/jogamp/opencl/TestUtils.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
Commit 231536b10bac8ac42879de7a3e30ca4ddced5aba by Sven Gothel
MiscUtils: Forgot to change access of package-private to public due to new package location (sorry)
The file was modifiedtest/com/jogamp/opencl/test/util/MiscUtils.java (diff)