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

Changes

Summary

  1. 1st fixes for new gluegen (details)
  2. Debugging new gluegen stuff .. (details)
  3. Removed __GNUC__ from opencl.h gluegen loader file (details)
  4. small modifications and fixes (build, gluegen) (details)
  5. added more versioning information to jar manifest + ziped distribution (details)
  6. javadoc linking with Java SE, gluegen and jogl. (details)
  7. added JOCLVersion utility and integrated in CLPlatform. (details)
  8. changes due to mofifications in jogl + propper jogl release() + (details)
Commit e98aa3caa114133080e4e1668bfa4c828d5c42bf by Michael Bien
1st fixes for new gluegen
The file was modified resources/stubs_includes/common/stdint.h (diff)
The file was modified resources/stubs_includes/common/stddef.h (diff)
The file was modified build.xml (diff)
Commit 7abe02d2b4de881c8af35331050b1e76d3c80a00 by Michael Bien
Debugging new gluegen stuff ..
The file was modified build.xml (diff)
Commit ec962d224830804c38b5dd0362e0f6d284b73a22 by Michael Bien
Removed __GNUC__ from opencl.h gluegen loader file
The file was modified build.xml (diff)
The file was modified resources/opencl.h (diff)
Commit 620d415f167d789f52351f01d4dcb902a59bcbaa by Michael Bien
small modifications and fixes (build, gluegen)
- do not fail if artifact.properties is missing in jogl
- include cl_ext.h to jocl glue code
- added quotes to #warning text in cl_platform.h to be able to cleanly read it via gluegen
The file was modified resources/includes/CL_orig/cl_platform.h (diff)
The file was modified build.xml (diff)
The file was modified resources/cl-impl.cfg (diff)
The file was modified resources/cl-common.cfg (diff)
Commit 0835aa8b37b8be7efa8ababa2d91bb6752c7ad99 by Michael Bien
added more versioning information to jar manifest + ziped distribution as last build step.
The file was modified nbproject/project.properties (diff)
The file was removedmanifest.mf (diff)
The file was addedmanifest_template.mf (diff)
The file was modified build.xml (diff)
Commit 5fa0a7027a4edcad76f182b344ababfb29a58a8e by Michael Bien
javadoc linking with Java SE, gluegen and jogl.
The file was modified manifest_template.mf (diff)
The file was modified build.xml (diff)
Commit 0e7aa3b2d14153e024cd3462ca7179d579a3c99a by Michael Bien
added JOCLVersion utility and integrated in CLPlatform.
added spec version to manifest, updated CLInfo.
The file was modified src/com/jogamp/opencl/CLPlatform.java (diff)
The file was modified manifest_template.mf (diff)
The file was addedsrc/com/jogamp/opencl/util/JOCLVersion.java (diff)
The file was modified src/com/jogamp/opencl/util/CLInfo.java (diff)
The file was modified build.xml (diff)
Commit 952425dbb135152912057930cd83008b9b09da08 by Michael Bien
changes due to mofifications in jogl + propper jogl release() + destroy(true) -> destroy().
The file was modified test/com/jogamp/opencl/gl/CLGLTest.java (diff)