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

Changes

Summary

  1. started with dynamic-binding-only build option. (details)
  2. renamed libpath property to opencl.lib.dir ... since its a dir. (details)
  3. build imports now an optional property file (<user (details)
  4. Add jocl.properties template (details)
  5. status should be an direct buffer. (details)
  6. disabled callbacks temporary to be able to build on windows. (details)
  7. added build flag to disable compilation of native bindings. (details)
  8. Merge branch 'master' of git://github.com/mbien/jocl (details)
  9. Add HowToBuild.html (details)
  10. added description to jocl.properties. (details)
  11. splitted opencl.lib.dir into opencl.lib32.dir and opencl.lib64.dir. (details)
  12. added linker.cfg.win64.mingw.jocl linker config. (details)
  13. fixed mingw64 linker and compiler config. (details)
  14. Added scripts folder (details)
  15. Fix JOCL win64 build - mingw64 shall ling against dll (details)
  16. updated cl_ext header to latest version. (details)
  17. initial import of www folder. (details)
  18. XHTML cleanup, updated webpage. (details)
Commit c3871d2b3c7b71e2695ccd8302870a541d415f7c by Michael Bien
started with dynamic-binding-only build option.
added user.libpath property for user specified library linking.
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedbuild.xml (diff)
Commit 7c2f3be4b70ebd1892beed4802aed109127d7a3f by Michael Bien
renamed libpath property to opencl.lib.dir ... since its a dir.
The file was modifiednbproject/project.properties (diff)
The file was modifiedbuild.xml (diff)
Commit 8a7c4ac5cea58cad873e4ec4e429c84649e09995 by Michael Bien
build imports now an optional property file (<user home>/jocl.properties).
The file was modifiedbuild.xml (diff)
Commit 4bbfd2d4e1544a120facae7e7d8f0e2322c1618f by Sven Gothel
Add jocl.properties template
The file was addedjocl.properties (diff)
Commit 503f38b03f6fabcba6e3c3c573eec949966b86ca by Michael Bien
status should be an direct buffer.
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
Commit a0f74dd069149b7eb1966c248c64ed35bb062863 by Michael Bien
disabled callbacks temporary to be able to build on windows.
fixed a few compiler warnings.
The file was modifiedtest/com/jogamp/opencl/CLProgramTest.java (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
Commit 6f0a2ffd21d178167dd8e7db3c14da94a2d91f7e by Michael Bien
added build flag to disable compilation of native bindings.
The file was modifiednbproject/project.properties (diff)
The file was modifiedbuild.xml (diff)
Commit 17a620f17f65e8581f1a04f5d2825c24a87678b8 by Sven Gothel
Merge branch 'master' of git://github.com/mbien/jocl
The file was addeddoc/HowToBuild.html (diff)
Commit 6ff9c05d0a2f5d6131d775840470371cf0090896 by Michael Bien
added description to jocl.properties.
The file was modifiedjocl.properties (diff)
Commit 0f153ade9cc0ea81121d978136b0002e4df3eda5 by Michael Bien
splitted opencl.lib.dir into opencl.lib32.dir and opencl.lib64.dir.
The file was modifiedjocl.properties (diff)
The file was modifiedbuild.xml (diff)
Commit 0b5773abc6e112a1360816a3a7fa5189b7fd2474 by Michael Bien
added linker.cfg.win64.mingw.jocl linker config.
The file was modifiedbuild.xml (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedjocl.properties (diff)
Commit 4c2231a3292cb9fb0aa3ad1e46736cded7d1f2e0 by Michael Bien
fixed mingw64 linker and compiler config.
The file was modifiedbuild.xml (diff)
The file was addedscripts/make.jocl.all.linux-x86_64.sh (diff)
The file was addedscripts/install-ati-stream.sh (diff)
The file was addedscripts/make.jocl.all.win32.bat (diff)
Commit 133cd255940c72410b06ca8b97e60b4a03438c89 by Sven Gothel
Fix JOCL win64 build - mingw64 shall ling against dll
The file was addedscripts/make.jocl.all.win64.bat (diff)
The file was addedscripts/make.jocl.all.linux-x86.sh (diff)
The file was modifiedjocl.properties (diff)
Commit a32259fff8584a70f274c20def1098da973bea72 by Michael Bien
updated cl_ext header to latest version.
The file was modifiedresources/includes/CL_orig/cl_ext.h (diff)
Commit 2bbbdc136b2d86ef478ba1c838a9f2d2824c9788 by Michael Bien
initial import of www folder.
The file was addedwww/MandelbrotHub_sm.png (diff)
The file was addedwww/mandelbrot32.png (diff)
The file was addedwww/mandelbrot64_sm.png (diff)
The file was addedwww/mandelbrot32_sm.png (diff)
The file was addedwww/Julia3d_sm.png (diff)
The file was addedwww/MandelbrotHub.png (diff)
The file was addedwww/gpusort.png (diff)
The file was addedwww/mandelbrot64.png (diff)
The file was addedwww/index.html (diff)
The file was addedwww/Julia3d.png (diff)
Commit 1cda3140949b43c01dc2fe3cfc632fd05904669d by Michael Bien
XHTML cleanup, updated webpage.
The file was modifiedwww/index.html (diff)
The file was modifieddoc/HowToBuild.html (diff)