Skip to content
Builds

Loading builds...

The Jenkins Controller is preparing for shutdown. No new builds can be started.

Changes

#379 (Aug 12, 2023, 3:16:18 PM)

  1. Add new kernel workgroup info functions to CLKernel — Wade Walker / gitweb
  2. Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test — Wade Walker / gitweb
  3. Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() instead of capacity() in order to respect the user's desired buffer size in memory operations. — emily.leiviska / gitweb
  4. Changing CLBuffer#create to respect the limit instead of capacity on the direct buffer that the CLBuffer is being created for as this more closely represents the users intention about the buffer size. — emily.leiviska / gitweb
  5. Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE — Sven Gothel / gitweb

#372 (May 8, 2023, 4:35:43 PM)

  1. JOCL File Layout: Have *-java-src.zip inside jar folder — Sven Gothel / gitweb
  2. Update Windows build scripts — Sven Gothel / gitweb

#366 (Jan 23, 2023, 10:54:58 PM)

  1. Remove Windows dll-rename, adopting to cpptasks.jar change — Sven Gothel / gitweb

#356 (Jan 4, 2020, 9:55:59 PM)

  1. scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* — Sven Gothel / gitweb

#355 (Jan 4, 2020, 8:35:13 PM)

  1. native.tag.jar: include *.symbols — Sven Gothel / gitweb
  2. native.tag.jar: Revert explicit inclusion of *.symbols file — Sven Gothel / gitweb
  3. fix windows build scripts — Sven Gothel / gitweb

#354 (Jan 2, 2020, 9:22:03 AM)

  1. update make-all script — Sven Gothel / gitweb
  2. all build scripts: make.jocl.all-host-macos.sh make.jocl.all-host-linux.sh ; Add iOS build scripts — Sven Gothel / gitweb
  3. Depend on jogl-all-noawt.jar instead of jogl-all.jar, allowing mobile device w/o AWT (iOS) — Sven Gothel / gitweb
  4. javadoc: fix — Sven Gothel / gitweb

#353 (Dec 31, 2019, 11:37:01 PM)

  1. Update CSS; Add responsive viewport design tag — Sven Gothel / gitweb
  2. Update CSS; Add responsive viewport design tag — Sven Gothel / gitweb
  3. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath — Sven Gothel / gitweb
  4. Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28] — Sven Gothel / gitweb
  5. Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk — Sven Gothel / gitweb
  6. Native CC: Set usehighleveltool=true (e.g. ld via clang) writesoname=true (required by android) — Sven Gothel / gitweb

#349 (Apr 8, 2019, 6:27:50 AM)

  1. Bug 1190: Adapt cross build scripts — Sven Gothel / gitweb

#348 (Apr 6, 2019, 3:24:20 AM)

  1. added support for Android x86 platforms — xavier.hallade / gitweb
  2. added workaround to list devices in case platform only supports — xavier.hallade / gitweb
  3. Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support — xerxes / gitweb
  4. Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) — Sven Gothel / gitweb
  5. Bug 1367: Adapt to TempFileCache & TempJarCache Changes — Sven Gothel / gitweb

#347 (Dec 11, 2018, 12:29:58 AM)

  1. Make gluegen output messages more informative — Wade Walker / gitweb
  2. Remove unused file cl_render_ext.h — Wade Walker / gitweb
  3. Upgrade OpenCL headers to standard Khronos version 1.1 — Wade Walker / gitweb
  4. Remove copy of generated Java files to build-temp directory — Wade Walker / gitweb
  5. Add OpenCL 1.2 and 2.0 headers and CLImpl classes — Wade Walker / gitweb
  6. Add explicit version number to original CL impl classes. — Wade Walker / gitweb
  7. Factor out common custom C and Java code to reduce duplication — Wade Walker / gitweb
  8. Add ability to access newer CLImpl versions for devices — Wade Walker / gitweb
  9. Remove use of CL*Binding interfaces — Wade Walker / gitweb
  10. Remove creation and all references to CL*Binding interfaces — Wade Walker / gitweb
  11. Remove CLGL interface — Wade Walker / gitweb
  12. Add versioned interfaces for CL 1.1, 1.2, and 2.0 — Wade Walker / gitweb
  13. Replace erroneous tabs with spaces. — Wade Walker / gitweb
  14. Remove unused stuff from build.xml — Wade Walker / gitweb
  15. Fix generated files dependency check; remove unused include paths — Wade Walker / gitweb
  16. Fix CLProgram build lock to work on Intel OpenCL implementation — Wade Walker / gitweb
  17. Fix CLProgramTest for Intel OpenCL — Wade Walker / gitweb
  18. Fix command queue test for Intel — Wade Walker / gitweb
  19. Fix compilation of OpenCL 2.x headers on OS X — Wade Walker / gitweb
  20. Fix OS X 32-bit builds for OpenCL 1.2 and 2.0 — Wade Walker / gitweb
  21. Bug 1268: Adapt to GlueGen commit — Sven Gothel / gitweb
  22. Bump scripts to jre1.8.0_66 — Sven Gothel / gitweb

#343 (Oct 7, 2015, 12:17:24 PM)

  1. JOCL QueueThread extends InterruptSource.Thread — Sven Gothel / gitweb

#332 (Jul 19, 2015, 2:36:08 AM)

  1. GLhandleARB set to void * on OS X, unsigned int everywhere else — Wade Walker / gitweb
  2. Add debug targets to match those in gluegen and jogl — Wade Walker / gitweb
  3. Remove stub includes that are duplicates of gluegen's and jogl's — Wade Walker / gitweb
  4. Remove obsolete Netbeans build files — Wade Walker / gitweb
  5. Include Khronos derived glcorearb.h before cl_gl.h, avoiding typedef — Sven Gothel / gitweb

#328 (Mar 27, 2015, 12:15:00 PM)

  1. Adapt to GlueGen commit 5ca2db226e23c61339943f981a3f46300818cb9a (Use — Sven Gothel / gitweb

#326 (Mar 11, 2015, 9:03:52 PM)

  1. Adapt to GlueGen commit 454fac44efd1728d8f5c09ed4abd4041f6187e44: — Sven Gothel / gitweb

#324 (Feb 3, 2015, 3:19:14 PM)

  1. Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and — Sven Gothel / gitweb
  2. Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build — Sven Gothel / gitweb
  3. Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* — Sven Gothel / gitweb
  4. Adapt APK install scripts for harmonized os.and.arch names, see GlueGen — Sven Gothel / gitweb
  5. Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= — Sven Gothel / gitweb

#316 (Sep 8, 2014, 6:31:03 AM)

  1. Scripts: Bump to java 1.8.0_20 — Sven Gothel / gitweb
  2. Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / — Sven Gothel / gitweb
  3. Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src — Sven Gothel / gitweb
  4. Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. — Sven Gothel / gitweb
  5. Bug 978: UITestCase shall only report 'not available on this machine', — Sven Gothel / gitweb

#315 (Aug 31, 2014, 9:15:54 PM)

  1. Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 — Sven Gothel / gitweb

#312 (Jul 31, 2014, 2:59:54 AM)

  1. Bug 1023/Bug 1024: Create native jar files for different configurations — Sven Gothel / gitweb
  2. Bug 1024: Add fallback for native-jar-file location via classpath — Sven Gothel / gitweb

#311 (Jul 10, 2014, 5:18:52 PM)

  1. Bug 1023, Bug 1024: Adapt to GlueGen commit — Sven Gothel / gitweb

#309 (Jul 3, 2014, 5:22:10 PM)

  1. Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 — Sven Gothel / gitweb
  2. Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b — Sven Gothel / gitweb
  3. Adapt to GlueGen commit 9ee44e1a289ecbac024662dd5a2ffc42e8add023 (Bug — Sven Gothel / gitweb
  4. Add System.err log if CL/JNI library could not be loaded — Sven Gothel / gitweb
  5. Code Clean-Up based on our Recommended Settings (jogamp-scripting — Sven Gothel / gitweb

#307 (May 12, 2014, 4:27:45 AM)

  1. Fix C build warnings. — Wade Walker / gitweb
  2. Load jocl.properties if present. — Wade Walker / gitweb
  3. Pass function pointers into clEnqueueMapImage. — Wade Walker / gitweb
  4. Remove unnamed struct emission warnings. — Wade Walker / gitweb
  5. Remove alignment warning in gluegen preprocessing. — Wade Walker / gitweb
  6. Remove warnings, turn on linting, fix Eclipse. — Wade Walker / gitweb
  7. Remove Java lint warnings. — Wade Walker / gitweb
  8. Fix crashes due to AMD driver bugs. — Wade Walker / gitweb
  9. Use gluegen's JUnit in Eclipse — Wade Walker / gitweb
  10. Start adding texture interop test. — Wade Walker / gitweb
  11. Finish texture sharing test. — Wade Walker / gitweb
  12. Fix CL-GL interoperability tests on Mac. — Wade Walker / gitweb
  13. Fix transposed arguments in putCopyBufferRect — Wade Walker / gitweb
  14. Fix direct buffer usage in lowLevelVectorAddTest — Wade Walker / gitweb
  15. Fix build instructions — Wade Walker / gitweb
  16. unit test: preserve hs_err_pid*.log files (move to results folder for — Sven Gothel / gitweb
  17. ignore all build* folders — Sven Gothel / gitweb
  18. Bug 978: Promote whether a test shall fail due to unavailable CL driver — Sven Gothel / gitweb

#306 (Mar 11, 2014, 6:04:56 AM)

  1. Fix OpenCL test failures on Solaris. — Wade Walker / gitweb
  2. Fix new subBufferTest02FloatBuffer() test on Solaris. — Wade Walker / gitweb

#305 (Feb 23, 2014, 5:49:43 AM)

  1. Windows build scripts: Bump ant to 1.8.2 — Sven Gothel / gitweb
  2. Fix build.xml: Remove gluegen config dependency on ../build using — Sven Gothel / gitweb
  3. Fix windows test scripts (CP, D_ARGS, ..) — Sven Gothel / gitweb
  4. Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2) — Sven Gothel / gitweb
  5. Fix Bug 920 - JOCL does not work on windows with 32 bit vm (2/2) — Sven Gothel / gitweb
  6. build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c — Sven Gothel / gitweb
  7. Fix build.xml (regression): Re-activate 'generate.jdk6.autocloseable, — Sven Gothel / gitweb
  8. Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal — Sven Gothel / gitweb
  9. Minor editing: Remove static imports, using 'final' add some '@XXX' — Sven Gothel / gitweb
  10. Fix memory problems in High/LowLevelBindingTests. — Wade Walker / gitweb

#303 (Feb 16, 2014, 4:21:43 AM)

  1. Fix unit test bugs on Mac OS X 64-bit. — Wade Walker / gitweb
  2. Add scripts/check-junit.sh to validate local unit tests .. — Sven Gothel / gitweb
  3. Fix build scripts — Sven Gothel / gitweb
  4. script: set exec flag — Sven Gothel / gitweb

#302 (Jan 31, 2014, 11:38:11 AM)

  1. Bug 884: Add standard JogAmp build files. — Wade Walker / gitweb
  2. Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix — Sven Gothel / gitweb
  3. Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl — Sven Gothel / gitweb
  4. Add '-b${joal.build.number}' to joal.version / archive.name ; Produce — Sven Gothel / gitweb
  5. build.xml: Fix jogl.build: Use [passed or default] jogl.build as well as — Sven Gothel / gitweb
  6. Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, — Sven Gothel / gitweb
  7. Add unit test TestJoclVersion and UITestCase base class for singleton — Sven Gothel / gitweb
  8. Adapt all unit tests to use UITestCase and enforce named unit test — Sven Gothel / gitweb
  9. JoclVersionActivity: Dump info on stderr for adb logcat — Sven Gothel / gitweb
  10. Fix build.xml: Processed CL stub_includes _must_ reside in current — Sven Gothel / gitweb
  11. Unit Tests: Also test 'Test*' while excluding inner classes — Sven Gothel / gitweb
  12. Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops — Sven Gothel / gitweb
  13. MiscUtils: Forgot to change access of package-private to public due to — Sven Gothel / gitweb
  14. Fix javadoc packagenames — Sven Gothel / gitweb

#299 (Jan 25, 2014, 1:24:45 AM)

  1. Jar Manifest: Add empty line before EOF (otherwise last line is cut-off — Sven Gothel / gitweb

#294 (Nov 18, 2013, 6:11:54 PM)

  1. Use 'gluegen-clang.properties' for generic clang and — Sven Gothel / gitweb

#293 (Nov 1, 2013, 9:50:46 PM)

  1. CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android .. — Sven Gothel / gitweb
  2. Fix MacOSX build scripts / Add scripts/make.jocl.all.macosx-clang.sh — Sven Gothel / gitweb
  3. Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs — Sven Gothel / gitweb

#292 (Oct 19, 2013, 7:04:49 AM)

  1. Bump 7u45 — Sven Gothel / gitweb
  2. Bug 773 - Device specific JOCL dynamic library look-up on Android - Part — Sven Gothel / gitweb

#291 (Oct 18, 2013, 4:28:29 AM)

  1. Fixing some argument order issues; fixing creation of CLContext on Mac — lixoman100 / gitweb
  2. Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add — Sven Gothel / gitweb
  3. Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to — Sven Gothel / gitweb
  4. Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and — Sven Gothel / gitweb
  5. CLCommandQueue/CLException: Remove 'import static pack.class.*' for all — Sven Gothel / gitweb
  6. Bug 579: Use result value in checkForError(..) for — Sven Gothel / gitweb

#290 (Oct 10, 2013, 4:59:39 PM)

  1. artifact.properties: Add jocl.build.version:=jogamp.version — Sven Gothel / gitweb

#284 (Sep 21, 2013, 8:36:54 AM)

  1. Fix Bug 835: Add validation script .. however, classes were java6 clean. — Sven Gothel / gitweb
  2. Bump to JDK/JRE 7u40. — Sven Gothel / gitweb

#278 (Jul 17, 2013, 4:40:40 PM)

  1. Javadoc: Use JogAmp Stylesheet / Colors .. — Sven Gothel / gitweb

#276 (Jun 25, 2013, 5:58:27 PM)

  1. Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) — Sven Gothel / gitweb
  2. Eclipse: Add junit4 dep. — Sven Gothel / gitweb
  3. CLContext.release: Avoid 'concurrency map modify exception' — Sven Gothel / gitweb
  4. Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: — Sven Gothel / gitweb
  5. CLCommandQueueTest: Remove warning .. — Sven Gothel / gitweb

#275 (Jun 18, 2013, 11:01:07 AM)

  1. Android SDK changes: Add /build-tools/17.0.0 to PATH — Sven Gothel / gitweb

#274 (Jun 11, 2013, 6:37:01 PM)

  1. Adapt to new version scheme, see GlueGen — Sven Gothel / gitweb
  2. Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049) — Sven Gothel / gitweb
  3. Add scripts/make.jocl.all.sh — Sven Gothel / gitweb
  4. Fix eclipse .classpath file (import dependent projects, don't use JAR — Sven Gothel / gitweb

#273 (Mar 9, 2013, 5:37:56 AM)

  1. README: Add new IRC channel, mark Jabber deprecated — Sven Gothel / gitweb
  2. LICENSE: Repository http://github.com/JogAmp/jocl — xerxes / gitweb
  3. LICENSE: The JogAmp community is community lead - we welcome new commits — xerxes / gitweb

#272 (Dec 27, 2012, 8:22:16 AM)

  1. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME — Sven Gothel / gitweb

#269 (Aug 26, 2012, 2:45:13 AM)

  1. Fix 'clean-jar-test' target (need to redo 'init' for manifest.mf file)
    More change log history
    Sven Gothel / gitweb

#265 (Aug 25, 2012, 3:36:50 PM)

  1. Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop — Sven Gothel / gitweb

#264 (Aug 24, 2012, 9:47:29 AM)

  1. Add jocl-java-src.zip generation; Remove obsolete zip files. — Sven Gothel / gitweb
  2. Adapt to GlueGen ARM Build Changes — Sven Gothel / gitweb

#263 (Jun 26, 2012, 11:14:33 PM)

  1. Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db — Sven Gothel / gitweb
  2. Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db — Sven Gothel / gitweb

#262 (Jun 22, 2012, 1:22:54 AM)

  1. Generate and add *.apk files to the 7z archive [for deployment] — Sven Gothel / gitweb
  2. Linux ARMel eabi: Use armv6t, soft-float - low profile to target more — Sven Gothel / gitweb
  3. Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use — Sven Gothel / gitweb

#261 (Feb 28, 2012, 1:21:21 AM)

  1. Add linux-armv7 crosscompilation — Sven Gothel / gitweb

#259 (Feb 15, 2012, 4:11:47 AM)

  1. Add TempJarCache usage — Sven Gothel / gitweb
  2. Attempt to load 'libOpenCL.so.1' if 'OpenCL' fails (-> AMD 32bit on — Sven Gothel / gitweb
  3. Fix scripts ; Remove personalization of vendor -> Jogamp Community — Sven Gothel / gitweb
  4. Add macosx build script — Sven Gothel / gitweb
  5. Update javadoc and git repo urls — Sven Gothel / gitweb
  6. Fix Bug 516 (Determine Java Version) / See gluegen: — Sven Gothel / gitweb

#258 (Nov 28, 2011, 5:56:15 PM)

  1. Enable Solaris — Sven Gothel / gitweb
  2. split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegen — Sven Gothel / gitweb

#257 (Sep 14, 2011, 3:24:05 AM)

  1. remove gluegen/jogl files from 7z archive — Sven Gothel / gitweb
  2. New FHS: jars in jar/ — Sven Gothel / gitweb

#256 (Sep 2, 2011, 10:47:15 AM)

  1. Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / — Sven Gothel / gitweb
  2. Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and — Sven Gothel / gitweb
  3. Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again — Sven Gothel / gitweb
  4. Add eclipse project files — Sven Gothel / gitweb
  5. main git source location if jogamp — Sven Gothel / gitweb
  6. Fix copyright/author tags — Sven Gothel / gitweb
  7. Doc: Fix git url — Sven Gothel / gitweb
  8. prepare for linux/armv7 ; Adapt to gluegen changes — Sven Gothel / gitweb
  9. Adapt to jogl commit 4dbb8731219212e27c9afb769a1c62b32bd230a6 — Sven Gothel / gitweb
  10. Use JOGL's all lib path (native DSOs) — Sven Gothel / gitweb

#255 (Sep 2, 2011, 10:38:11 AM)

  1. cl_apple_gl_sharing -> cl_APPLE_gl_sharing. — Michael Bien / gitweb
  2. added CLDeviceFilters utility api. — Michael Bien / gitweb
  3. added queueMode to filter utilities. — Michael Bien / gitweb
  4. fixed a bug which used a wrong eventlist offset under certain conditions — Michael Bien / gitweb
  5. fixed bug 491 "createImage3d incorrect arguments" — Michael Bien / gitweb
  6. made 3d version of putCopyImage less restrictive, its now possible to — Michael Bien / gitweb
  7. CachedBufferFactory constructors for CLEventList allows efficient — Michael Bien / gitweb
  8. using Buffers.sizeOfBufferElem(buffer) instead of old private — Michael Bien / gitweb
  9. equals of CLMemory should also check the nio buffer. — Michael Bien / gitweb
  10. CLBuildConfiguration.save(..) should store device index and not the — Michael Bien / gitweb
  11. CLEventList uses now buffer.duplicate() to create a view of the buffer — Michael Bien / gitweb
  12. code cleanup in CLProgramBuilder.writeObject(). — Michael Bien / gitweb
  13. CLProgram.getSource() should not throw CLInvalidValueException if — Michael Bien / gitweb
  14. added mapped CLMemory argument to putUnmapMemory for more flexibility. — Michael Bien / gitweb
  15. reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d — Michael Bien / gitweb
  16. duplicate buffer before changing its position. — Michael Bien / gitweb
  17. fixed race condition in eventsTest() — Michael Bien / gitweb
  18. added a set of put3DRangeKernel utility methods. — Michael Bien / gitweb
  19. added createBufferTest — Michael Bien / gitweb
  20. switched from PointerBuffer to NativeSizeBuffer. — Michael Bien / gitweb
  21. more acquire/releaseGLObject methods, made CLGLObject interface public. — Michael Bien / gitweb
  22. added glSharing(GLContext context) filter utitlity + code cleanup — Michael Bien / gitweb
  23. - CLGLBuffer size must now be specified when the buffer is created — Michael Bien / gitweb
  24. using CL_CGL sharegroup for context creation on mac + enabled CLGLTest — Michael Bien / gitweb
  25. missing rewind() — Michael Bien / gitweb
  26. generator should use IllegalArgumentException instead of CLException for — Michael Bien / gitweb
  27. using device name and platform vendor suffix for device identification. — Michael Bien / gitweb
  28. initial import of CLMultiContext utility and test. — Michael Bien / gitweb
  29. initial import of CLCommandQueuePool and CLTask. — Michael Bien / gitweb
  30. added finish action and several utility methods, WIP. — Michael Bien / gitweb
  31. worker threads should be deamons and should have a name (like all evil — Michael Bien / gitweb
  32. one context per device to workaround driver bugs - may change in future. — Michael Bien / gitweb
  33. introduced CLQueueContext and its factory - WIP. — Michael Bien / gitweb
  34. added context switching functionality. — Michael Bien / gitweb
  35. concurrent utils bugfixes and improvements. — Michael Bien / gitweb
  36. added submitAll() utility method — Michael Bien / gitweb
  37. fixed old TODO + better toString() formatting. — Michael Bien / gitweb
  38. moved all cl calls to CLInfoAccessor (CLDevice and CLPlatform). — Michael Bien / gitweb
  39. CLKernel code review. — Michael Bien / gitweb
  40. clarified stream closing in javadoc, initial capacity for StringBuilder. — Michael Bien / gitweb
  41. updated build HowTo, simplified instructions + updated links. — Michael Bien / gitweb
  42. CLAccessor SPI - initial refactorings. — Michael Bien / gitweb
  43. fixed event-condition test which failed sporadically with out-of-order — Michael Bien / gitweb
  44. introduced CLAccessorFactory spi and threadlocal default impl for — Michael Bien / gitweb
  45. LLB refactoring. — Michael Bien / gitweb
  46. javadoc updates. — Michael Bien / gitweb
  47. renamed binding interfaces so we don't have a conflict with HLB. — Michael Bien / gitweb
  48. CLContext uses now CLContextBinding interface. — Michael Bien / gitweb
  49. added blocking waitForEvents() methods to CLEventList. — Michael Bien / gitweb
  50. automatic header update (one new extension + minor modifications). — Michael Bien / gitweb
  51. internal refactoring to use new binding interfaces in highlevel api — Michael Bien / gitweb
  52. added another factory method to CLMultiContext. — Michael Bien / gitweb
  53. - added isReleased() to CLResource, made CLObject public. — Michael Bien / gitweb
  54. CLKernel short setters, setArgs(Object... values) for convenient — Michael Bien / gitweb
  55. varargs createProgram(...) methods for convenient concatenation. — Michael Bien / gitweb
  56. CLCommandQueuePool support for invokeAny(tasks). — Michael Bien / gitweb
  57. utility create and init CLKernel method. — Michael Bien / gitweb
  58. added factory method (Collection<CLPlatform> ...) — Michael Bien / gitweb
  59. public CLEvent constructor + missing @Override — Michael Bien / gitweb
  60. corrected mistake: CLEvent constructor should be protected not public. — Michael Bien / gitweb
  61. - initial import of CLTaskCompletionService. — Michael Bien / gitweb
  62. fixed ant property name — Michael Bien / gitweb
  63. CLKernel utility methods for setting vector arguments with up to 4 — Michael Bien / gitweb
  64. changed impl to use an extended ThreadPoolExecutor directly. — Michael Bien / gitweb
  65. changed resource release synchronization in a way that we can allow — Michael Bien / gitweb
  66. redesigned CLCommandQueuePool. — Michael Bien / gitweb
  67. custom impl for clGetExtensionFuncitonAddress binding to remove a few — Michael Bien / gitweb
  68. renamed setNullArg to setArgSize, since its currently the sole usecase — Michael Bien / gitweb
  69. initial subdevice support. — Michael Bien / gitweb
  70. fixed generics to accept subdevices. — Michael Bien / gitweb
  71. trivial javadoc fixes. — Michael Bien / gitweb
  72. added missing license headers. — Michael Bien / gitweb
  73. unused parameters - fixed copy&paste bug in read/writeBufferRect method — Michael Bien / gitweb
  74. fixed generics and vargs warning. — Michael Bien / gitweb
  75. initial import of CLWork. Integrated in CLCommandQueue, added junit — Michael Bien / gitweb
  76. refactoring; extracted CLAbstractExecutorService and CLPoolable. — Michael Bien / gitweb
  77. made dimension and kernel public final in CLWork. — Michael Bien / gitweb
  78. initial import of CLForkJoinPool, a JOCL variant of the Java 7 — Michael Bien / gitweb
  79. javadoc improvements in concurrent package. — Michael Bien / gitweb
  80. renamed CLAbstractExecutorService -> CLExecutorService. — Michael Bien / gitweb
  81. fixed another concurrent modification bug after testing on AMD, NV and — Michael Bien / gitweb
  82. minor ant cleanup, removed 7zip dependency. — Michael Bien / gitweb
  83. incremented version to 0.9.1 — Michael Bien / gitweb
  84. namespace for native libs to enable cp libloading — Michael Bien / gitweb
  85. removed old scripts — Michael Bien / gitweb
  86. bugfix: [CLWork codepath] local WS must be null if all elements are 0. — Michael Bien / gitweb

#245 (Feb 28, 2011, 12:30:42 AM)

  1. jocl 7z doc archive contains other docs, zip was fine. — Michael Bien / gitweb

#244 (Feb 27, 2011, 6:30:42 PM)

  1. no relative path in archive since 7zip support was added. — Michael Bien / gitweb

#242 (Feb 27, 2011, 4:30:42 AM)

  1. fixed build if c.dont.compile + archiveon are set. — Michael Bien / gitweb

#241 (Feb 27, 2011, 3:30:42 AM)

  1. added getElementSize(). — Michael Bien / gitweb
  2. code review using findbugs — Michael Bien / gitweb
  3. CachedBufferFactory optimization in CLCommandQueue and — Michael Bien / gitweb

#240 (Feb 26, 2011, 11:38:38 PM)

  1. build produces now additional 7z archives for jenkins if build.archiveon — Michael Bien / gitweb
  2. modifications due to cleanup in gluegen. — Michael Bien / gitweb

#229 (Feb 23, 2011, 3:38:03 AM)

  1. added direct-nio enforcement for buffer rect methods. — Michael Bien / gitweb
  2. added build.noarchive property. — Michael Bien / gitweb

#223 (Feb 13, 2011, 3:33:20 PM)

  1. minimal wgs requirement for kernelTest. — Michael Bien / gitweb
  2. fixed compiler redundant-casts warnings due to language level changes in — Michael Bien / gitweb

#218 (Feb 9, 2011, 6:31:06 PM)

  1. fixed NPE in CLContext.release() which was indroduced in last commit. — Michael Bien / gitweb

#217 (Feb 9, 2011, 4:31:06 PM)

  1. changes do to package movement in jogl. — Michael Bien / gitweb

#211 (Feb 9, 2011, 12:31:07 AM)

  1. jdk7 try-with-resource support — Michael Bien / gitweb
  2. improved javadoc. — Michael Bien / gitweb
  3. CLContext and CLPlatform are now threadsafe. Updated javadocs. — Michael Bien / gitweb

#205 (Feb 4, 2011, 11:30:56 PM)

  1. initialize JOCLVersion as privileged action to be able to find trusted — Michael Bien / gitweb
  2. device names no longer corrupted on windows. — Michael Bien / gitweb

#203 (Feb 2, 2011, 7:30:57 PM)

  1. updated www page. — Michael Bien / gitweb
  2. don't package a zip if c.dont.compile is true. — Michael Bien / gitweb