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

Changes

Summary

  1. switched to dynamic linking. All custom code functions must be called (details)
  2. webpage; added a few links. (details)
  3. Merge branch 'master' of github.com:mbien/jocl (details)
Commit fc51fd6a3ead949fb2a6145e785bc97f57d71150 by Michael Bien
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiednbproject/project.properties (diff)
Commit 4340cf9a1005f645dc031c83358c8c36dc43015a by Michael Bien
webpage; added a few links.
The file was modifiedwww/index.html (diff)
Commit ea713fc1514c072693856a325c8c6fa37390a02b by Michael Bien
Merge branch 'master' of github.com:mbien/jocl