The Jenkins Controller is preparing for shutdown. No new builds can be started.
Changes
#379 (Aug 12, 2023, 3:16:18 PM)
- Add new kernel workgroup info functions to CLKernel — Wade Walker / gitweb
- Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test — Wade Walker / gitweb
- 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
- 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
- Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE — Sven Gothel / gitweb
#372 (May 8, 2023, 4:35:43 PM)
- JOCL File Layout: Have *-java-src.zip inside jar folder — Sven Gothel / gitweb
- Update Windows build scripts — Sven Gothel / gitweb
#366 (Jan 23, 2023, 10:54:58 PM)
- Remove Windows dll-rename, adopting to cpptasks.jar change — Sven Gothel / gitweb
#356 (Jan 4, 2020, 9:55:59 PM)
- scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* — Sven Gothel / gitweb
#355 (Jan 4, 2020, 8:35:13 PM)
- native.tag.jar: include *.symbols — Sven Gothel / gitweb
- native.tag.jar: Revert explicit inclusion of *.symbols file — Sven Gothel / gitweb
- fix windows build scripts — Sven Gothel / gitweb
#354 (Jan 2, 2020, 9:22:03 AM)
- update make-all script — Sven Gothel / gitweb
- all build scripts: make.jocl.all-host-macos.sh make.jocl.all-host-linux.sh ; Add iOS build scripts — Sven Gothel / gitweb
- Depend on jogl-all-noawt.jar instead of jogl-all.jar, allowing mobile device w/o AWT (iOS) — Sven Gothel / gitweb
- javadoc: fix — Sven Gothel / gitweb
#353 (Dec 31, 2019, 11:37:01 PM)
- Update CSS; Add responsive viewport design tag — Sven Gothel / gitweb
- Update CSS; Add responsive viewport design tag — Sven Gothel / gitweb
- Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath — Sven Gothel / gitweb
- Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28] — Sven Gothel / gitweb
- Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk — Sven Gothel / gitweb
- 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)
- Bug 1190: Adapt cross build scripts — Sven Gothel / gitweb
#348 (Apr 6, 2019, 3:24:20 AM)
- added support for Android x86 platforms — xavier.hallade / gitweb
- added workaround to list devices in case platform only supports — xavier.hallade / gitweb
- Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support — xerxes / gitweb
- Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) — Sven Gothel / gitweb
- Bug 1367: Adapt to TempFileCache & TempJarCache Changes — Sven Gothel / gitweb
#347 (Dec 11, 2018, 12:29:58 AM)
- Make gluegen output messages more informative — Wade Walker / gitweb
- Remove unused file cl_render_ext.h — Wade Walker / gitweb
- Upgrade OpenCL headers to standard Khronos version 1.1 — Wade Walker / gitweb
- Remove copy of generated Java files to build-temp directory — Wade Walker / gitweb
- Add OpenCL 1.2 and 2.0 headers and CLImpl classes — Wade Walker / gitweb
- Add explicit version number to original CL impl classes. — Wade Walker / gitweb
- Factor out common custom C and Java code to reduce duplication — Wade Walker / gitweb
- Add ability to access newer CLImpl versions for devices — Wade Walker / gitweb
- Remove use of CL*Binding interfaces — Wade Walker / gitweb
- Remove creation and all references to CL*Binding interfaces — Wade Walker / gitweb
- Remove CLGL interface — Wade Walker / gitweb
- Add versioned interfaces for CL 1.1, 1.2, and 2.0 — Wade Walker / gitweb
- Replace erroneous tabs with spaces. — Wade Walker / gitweb
- Remove unused stuff from build.xml — Wade Walker / gitweb
- Fix generated files dependency check; remove unused include paths — Wade Walker / gitweb
- Fix CLProgram build lock to work on Intel OpenCL implementation — Wade Walker / gitweb
- Fix CLProgramTest for Intel OpenCL — Wade Walker / gitweb
- Fix command queue test for Intel — Wade Walker / gitweb
- Fix compilation of OpenCL 2.x headers on OS X — Wade Walker / gitweb
- Fix OS X 32-bit builds for OpenCL 1.2 and 2.0 — Wade Walker / gitweb
- Bug 1268: Adapt to GlueGen commit — Sven Gothel / gitweb
- Bump scripts to jre1.8.0_66 — Sven Gothel / gitweb
#343 (Oct 7, 2015, 12:17:24 PM)
- JOCL QueueThread extends InterruptSource.Thread — Sven Gothel / gitweb
#332 (Jul 19, 2015, 2:36:08 AM)
- GLhandleARB set to void * on OS X, unsigned int everywhere else — Wade Walker / gitweb
- Add debug targets to match those in gluegen and jogl — Wade Walker / gitweb
- Remove stub includes that are duplicates of gluegen's and jogl's — Wade Walker / gitweb
- Remove obsolete Netbeans build files — Wade Walker / gitweb
- Include Khronos derived glcorearb.h before cl_gl.h, avoiding typedef — Sven Gothel / gitweb
#328 (Mar 27, 2015, 12:15:00 PM)
- Adapt to GlueGen commit 5ca2db226e23c61339943f981a3f46300818cb9a (Use — Sven Gothel / gitweb
#326 (Mar 11, 2015, 9:03:52 PM)
- Adapt to GlueGen commit 454fac44efd1728d8f5c09ed4abd4041f6187e44: — Sven Gothel / gitweb
#324 (Feb 3, 2015, 3:19:14 PM)
- Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and — Sven Gothel / gitweb
- Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build — Sven Gothel / gitweb
- Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* — Sven Gothel / gitweb
- Adapt APK install scripts for harmonized os.and.arch names, see GlueGen — Sven Gothel / gitweb
- Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= — Sven Gothel / gitweb
#316 (Sep 8, 2014, 6:31:03 AM)
- Scripts: Bump to java 1.8.0_20 — Sven Gothel / gitweb
- Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / — Sven Gothel / gitweb
- Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src — Sven Gothel / gitweb
- Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. — Sven Gothel / gitweb
- Bug 978: UITestCase shall only report 'not available on this machine', — Sven Gothel / gitweb
#315 (Aug 31, 2014, 9:15:54 PM)
- 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)
- Bug 1023/Bug 1024: Create native jar files for different configurations — Sven Gothel / gitweb
- Bug 1024: Add fallback for native-jar-file location via classpath — Sven Gothel / gitweb
#311 (Jul 10, 2014, 5:18:52 PM)
- Bug 1023, Bug 1024: Adapt to GlueGen commit — Sven Gothel / gitweb
#309 (Jul 3, 2014, 5:22:10 PM)
- Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 — Sven Gothel / gitweb
- Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b — Sven Gothel / gitweb
- Adapt to GlueGen commit 9ee44e1a289ecbac024662dd5a2ffc42e8add023 (Bug — Sven Gothel / gitweb
- Add System.err log if CL/JNI library could not be loaded — Sven Gothel / gitweb
- Code Clean-Up based on our Recommended Settings (jogamp-scripting — Sven Gothel / gitweb
#307 (May 12, 2014, 4:27:45 AM)
- Fix C build warnings. — Wade Walker / gitweb
- Load jocl.properties if present. — Wade Walker / gitweb
- Pass function pointers into clEnqueueMapImage. — Wade Walker / gitweb
- Remove unnamed struct emission warnings. — Wade Walker / gitweb
- Remove alignment warning in gluegen preprocessing. — Wade Walker / gitweb
- Remove warnings, turn on linting, fix Eclipse. — Wade Walker / gitweb
- Remove Java lint warnings. — Wade Walker / gitweb
- Fix crashes due to AMD driver bugs. — Wade Walker / gitweb
- Use gluegen's JUnit in Eclipse — Wade Walker / gitweb
- Start adding texture interop test. — Wade Walker / gitweb
- Finish texture sharing test. — Wade Walker / gitweb
- Fix CL-GL interoperability tests on Mac. — Wade Walker / gitweb
- Fix transposed arguments in putCopyBufferRect — Wade Walker / gitweb
- Fix direct buffer usage in lowLevelVectorAddTest — Wade Walker / gitweb
- Fix build instructions — Wade Walker / gitweb
- unit test: preserve hs_err_pid*.log files (move to results folder for — Sven Gothel / gitweb
- ignore all build* folders — Sven Gothel / gitweb
- Bug 978: Promote whether a test shall fail due to unavailable CL driver — Sven Gothel / gitweb
#306 (Mar 11, 2014, 6:04:56 AM)
- Fix OpenCL test failures on Solaris. — Wade Walker / gitweb
- Fix new subBufferTest02FloatBuffer() test on Solaris. — Wade Walker / gitweb
#305 (Feb 23, 2014, 5:49:43 AM)
- Windows build scripts: Bump ant to 1.8.2 — Sven Gothel / gitweb
- Fix build.xml: Remove gluegen config dependency on ../build using — Sven Gothel / gitweb
- Fix windows test scripts (CP, D_ARGS, ..) — Sven Gothel / gitweb
- Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2) — Sven Gothel / gitweb
- Fix Bug 920 - JOCL does not work on windows with 32 bit vm (2/2) — Sven Gothel / gitweb
- build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c — Sven Gothel / gitweb
- Fix build.xml (regression): Re-activate 'generate.jdk6.autocloseable, — Sven Gothel / gitweb
- Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal — Sven Gothel / gitweb
- Minor editing: Remove static imports, using 'final' add some '@XXX' — Sven Gothel / gitweb
- Fix memory problems in High/LowLevelBindingTests. — Wade Walker / gitweb
#303 (Feb 16, 2014, 4:21:43 AM)
- Fix unit test bugs on Mac OS X 64-bit. — Wade Walker / gitweb
- Add scripts/check-junit.sh to validate local unit tests .. — Sven Gothel / gitweb
- Fix build scripts — Sven Gothel / gitweb
- script: set exec flag — Sven Gothel / gitweb
#302 (Jan 31, 2014, 11:38:11 AM)
- Bug 884: Add standard JogAmp build files. — Wade Walker / gitweb
- Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix — Sven Gothel / gitweb
- Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl — Sven Gothel / gitweb
- Add '-b${joal.build.number}' to joal.version / archive.name ; Produce — Sven Gothel / gitweb
- build.xml: Fix jogl.build: Use [passed or default] jogl.build as well as — Sven Gothel / gitweb
- Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, — Sven Gothel / gitweb
- Add unit test TestJoclVersion and UITestCase base class for singleton — Sven Gothel / gitweb
- Adapt all unit tests to use UITestCase and enforce named unit test — Sven Gothel / gitweb
- JoclVersionActivity: Dump info on stderr for adb logcat — Sven Gothel / gitweb
- Fix build.xml: Processed CL stub_includes _must_ reside in current — Sven Gothel / gitweb
- Unit Tests: Also test 'Test*' while excluding inner classes — Sven Gothel / gitweb
- Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops — Sven Gothel / gitweb
- MiscUtils: Forgot to change access of package-private to public due to — Sven Gothel / gitweb
- Fix javadoc packagenames — Sven Gothel / gitweb
#299 (Jan 25, 2014, 1:24:45 AM)
- Jar Manifest: Add empty line before EOF (otherwise last line is cut-off — Sven Gothel / gitweb
#294 (Nov 18, 2013, 6:11:54 PM)
- Use 'gluegen-clang.properties' for generic clang and — Sven Gothel / gitweb
#293 (Nov 1, 2013, 9:50:46 PM)
- CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android .. — Sven Gothel / gitweb
- Fix MacOSX build scripts / Add scripts/make.jocl.all.macosx-clang.sh — Sven Gothel / gitweb
- Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs — Sven Gothel / gitweb
#292 (Oct 19, 2013, 7:04:49 AM)
- Bump 7u45 — Sven Gothel / gitweb
- Bug 773 - Device specific JOCL dynamic library look-up on Android - Part — Sven Gothel / gitweb
#291 (Oct 18, 2013, 4:28:29 AM)
- Fixing some argument order issues; fixing creation of CLContext on Mac — lixoman100 / gitweb
- Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add — Sven Gothel / gitweb
- Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to — Sven Gothel / gitweb
- Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and — Sven Gothel / gitweb
- CLCommandQueue/CLException: Remove 'import static pack.class.*' for all — Sven Gothel / gitweb
- Bug 579: Use result value in checkForError(..) for — Sven Gothel / gitweb
#290 (Oct 10, 2013, 4:59:39 PM)
- artifact.properties: Add jocl.build.version:=jogamp.version — Sven Gothel / gitweb
#284 (Sep 21, 2013, 8:36:54 AM)
- Fix Bug 835: Add validation script .. however, classes were java6 clean. — Sven Gothel / gitweb
- Bump to JDK/JRE 7u40. — Sven Gothel / gitweb
#278 (Jul 17, 2013, 4:40:40 PM)
- Javadoc: Use JogAmp Stylesheet / Colors .. — Sven Gothel / gitweb
#276 (Jun 25, 2013, 5:58:27 PM)
- Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) — Sven Gothel / gitweb
- Eclipse: Add junit4 dep. — Sven Gothel / gitweb
- CLContext.release: Avoid 'concurrency map modify exception' — Sven Gothel / gitweb
- Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: — Sven Gothel / gitweb
- CLCommandQueueTest: Remove warning .. — Sven Gothel / gitweb
#275 (Jun 18, 2013, 11:01:07 AM)
- Android SDK changes: Add /build-tools/17.0.0 to PATH — Sven Gothel / gitweb
#274 (Jun 11, 2013, 6:37:01 PM)
- Adapt to new version scheme, see GlueGen — Sven Gothel / gitweb
- Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049) — Sven Gothel / gitweb
- Add scripts/make.jocl.all.sh — Sven Gothel / gitweb
- Fix eclipse .classpath file (import dependent projects, don't use JAR — Sven Gothel / gitweb
#273 (Mar 9, 2013, 5:37:56 AM)
- README: Add new IRC channel, mark Jabber deprecated — Sven Gothel / gitweb
- LICENSE: Repository http://github.com/JogAmp/jocl — xerxes / gitweb
- LICENSE: The JogAmp community is community lead - we welcome new commits — xerxes / gitweb
#272 (Dec 27, 2012, 8:22:16 AM)
- Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME — Sven Gothel / gitweb
#269 (Aug 26, 2012, 2:45:13 AM)
- fix detection of created ${build.dir}/jar/manifest.mf file, required for — Sven Gothel / gitweb
- Fix 'clean-jar-test' target (need to redo 'init' for manifest.mf file) — Sven Gothel / gitweb
#265 (Aug 25, 2012, 3:36:50 PM)
- Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop — Sven Gothel / gitweb
#264 (Aug 24, 2012, 9:47:29 AM)
- Add jocl-java-src.zip generation; Remove obsolete zip files. — Sven Gothel / gitweb
- Adapt to GlueGen ARM Build Changes — Sven Gothel / gitweb
#263 (Jun 26, 2012, 11:14:33 PM)
- Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db — Sven Gothel / gitweb
- Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db — Sven Gothel / gitweb
#262 (Jun 22, 2012, 1:22:54 AM)
- Generate and add *.apk files to the 7z archive [for deployment] — Sven Gothel / gitweb
- Linux ARMel eabi: Use armv6t, soft-float - low profile to target more — Sven Gothel / gitweb
- Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use — Sven Gothel / gitweb
#261 (Feb 28, 2012, 1:21:21 AM)
- Add linux-armv7 crosscompilation — Sven Gothel / gitweb
#259 (Feb 15, 2012, 4:11:47 AM)
- Add TempJarCache usage — Sven Gothel / gitweb
- Attempt to load 'libOpenCL.so.1' if 'OpenCL' fails (-> AMD 32bit on — Sven Gothel / gitweb
- Fix scripts ; Remove personalization of vendor -> Jogamp Community — Sven Gothel / gitweb
- Add macosx build script — Sven Gothel / gitweb
- Update javadoc and git repo urls — Sven Gothel / gitweb
- Fix Bug 516 (Determine Java Version) / See gluegen: — Sven Gothel / gitweb
#258 (Nov 28, 2011, 5:56:15 PM)
- Enable Solaris — Sven Gothel / gitweb
- split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegen — Sven Gothel / gitweb
#257 (Sep 14, 2011, 3:24:05 AM)
- remove gluegen/jogl files from 7z archive — Sven Gothel / gitweb
- New FHS: jars in jar/ — Sven Gothel / gitweb
#256 (Sep 2, 2011, 10:47:15 AM)
- Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / — Sven Gothel / gitweb
- Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and — Sven Gothel / gitweb
- Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again — Sven Gothel / gitweb
- Add eclipse project files — Sven Gothel / gitweb
- main git source location if jogamp — Sven Gothel / gitweb
- Fix copyright/author tags — Sven Gothel / gitweb
- Doc: Fix git url — Sven Gothel / gitweb
- prepare for linux/armv7 ; Adapt to gluegen changes — Sven Gothel / gitweb
- Adapt to jogl commit 4dbb8731219212e27c9afb769a1c62b32bd230a6 — Sven Gothel / gitweb
- Use JOGL's all lib path (native DSOs) — Sven Gothel / gitweb
#255 (Sep 2, 2011, 10:38:11 AM)
- cl_apple_gl_sharing -> cl_APPLE_gl_sharing. — Michael Bien / gitweb
- added CLDeviceFilters utility api. — Michael Bien / gitweb
- added queueMode to filter utilities. — Michael Bien / gitweb
- fixed a bug which used a wrong eventlist offset under certain conditions — Michael Bien / gitweb
- fixed bug 491 "createImage3d incorrect arguments" — Michael Bien / gitweb
- made 3d version of putCopyImage less restrictive, its now possible to — Michael Bien / gitweb
- CachedBufferFactory constructors for CLEventList allows efficient — Michael Bien / gitweb
- using Buffers.sizeOfBufferElem(buffer) instead of old private — Michael Bien / gitweb
- equals of CLMemory should also check the nio buffer. — Michael Bien / gitweb
- CLBuildConfiguration.save(..) should store device index and not the — Michael Bien / gitweb
- CLEventList uses now buffer.duplicate() to create a view of the buffer — Michael Bien / gitweb
- code cleanup in CLProgramBuilder.writeObject(). — Michael Bien / gitweb
- CLProgram.getSource() should not throw CLInvalidValueException if — Michael Bien / gitweb
- added mapped CLMemory argument to putUnmapMemory for more flexibility. — Michael Bien / gitweb
- reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d — Michael Bien / gitweb
- duplicate buffer before changing its position. — Michael Bien / gitweb
- fixed race condition in eventsTest() — Michael Bien / gitweb
- added a set of put3DRangeKernel utility methods. — Michael Bien / gitweb
- added createBufferTest — Michael Bien / gitweb
- switched from PointerBuffer to NativeSizeBuffer. — Michael Bien / gitweb
- more acquire/releaseGLObject methods, made CLGLObject interface public. — Michael Bien / gitweb
- added glSharing(GLContext context) filter utitlity + code cleanup — Michael Bien / gitweb
- - CLGLBuffer size must now be specified when the buffer is created — Michael Bien / gitweb
- using CL_CGL sharegroup for context creation on mac + enabled CLGLTest — Michael Bien / gitweb
- missing rewind() — Michael Bien / gitweb
- generator should use IllegalArgumentException instead of CLException for — Michael Bien / gitweb
- using device name and platform vendor suffix for device identification. — Michael Bien / gitweb
- initial import of CLMultiContext utility and test. — Michael Bien / gitweb
- initial import of CLCommandQueuePool and CLTask. — Michael Bien / gitweb
- added finish action and several utility methods, WIP. — Michael Bien / gitweb
- worker threads should be deamons and should have a name (like all evil — Michael Bien / gitweb
- one context per device to workaround driver bugs - may change in future. — Michael Bien / gitweb
- introduced CLQueueContext and its factory - WIP. — Michael Bien / gitweb
- added context switching functionality. — Michael Bien / gitweb
- concurrent utils bugfixes and improvements. — Michael Bien / gitweb
- added submitAll() utility method — Michael Bien / gitweb
- fixed old TODO + better toString() formatting. — Michael Bien / gitweb
- moved all cl calls to CLInfoAccessor (CLDevice and CLPlatform). — Michael Bien / gitweb
- CLKernel code review. — Michael Bien / gitweb
- clarified stream closing in javadoc, initial capacity for StringBuilder. — Michael Bien / gitweb
- updated build HowTo, simplified instructions + updated links. — Michael Bien / gitweb
- CLAccessor SPI - initial refactorings. — Michael Bien / gitweb
- fixed event-condition test which failed sporadically with out-of-order — Michael Bien / gitweb
- introduced CLAccessorFactory spi and threadlocal default impl for — Michael Bien / gitweb
- LLB refactoring. — Michael Bien / gitweb
- javadoc updates. — Michael Bien / gitweb
- renamed binding interfaces so we don't have a conflict with HLB. — Michael Bien / gitweb
- CLContext uses now CLContextBinding interface. — Michael Bien / gitweb
- added blocking waitForEvents() methods to CLEventList. — Michael Bien / gitweb
- automatic header update (one new extension + minor modifications). — Michael Bien / gitweb
- internal refactoring to use new binding interfaces in highlevel api — Michael Bien / gitweb
- added another factory method to CLMultiContext. — Michael Bien / gitweb
- - added isReleased() to CLResource, made CLObject public. — Michael Bien / gitweb
- CLKernel short setters, setArgs(Object... values) for convenient — Michael Bien / gitweb
- varargs createProgram(...) methods for convenient concatenation. — Michael Bien / gitweb
- CLCommandQueuePool support for invokeAny(tasks). — Michael Bien / gitweb
- utility create and init CLKernel method. — Michael Bien / gitweb
- added factory method (Collection<CLPlatform> ...) — Michael Bien / gitweb
- public CLEvent constructor + missing @Override — Michael Bien / gitweb
- corrected mistake: CLEvent constructor should be protected not public. — Michael Bien / gitweb
- - initial import of CLTaskCompletionService. — Michael Bien / gitweb
- fixed ant property name — Michael Bien / gitweb
- CLKernel utility methods for setting vector arguments with up to 4 — Michael Bien / gitweb
- changed impl to use an extended ThreadPoolExecutor directly. — Michael Bien / gitweb
- changed resource release synchronization in a way that we can allow — Michael Bien / gitweb
- redesigned CLCommandQueuePool. — Michael Bien / gitweb
- custom impl for clGetExtensionFuncitonAddress binding to remove a few — Michael Bien / gitweb
- renamed setNullArg to setArgSize, since its currently the sole usecase — Michael Bien / gitweb
- initial subdevice support. — Michael Bien / gitweb
- fixed generics to accept subdevices. — Michael Bien / gitweb
- trivial javadoc fixes. — Michael Bien / gitweb
- added missing license headers. — Michael Bien / gitweb
- unused parameters - fixed copy&paste bug in read/writeBufferRect method — Michael Bien / gitweb
- fixed generics and vargs warning. — Michael Bien / gitweb
- initial import of CLWork. Integrated in CLCommandQueue, added junit — Michael Bien / gitweb
- refactoring; extracted CLAbstractExecutorService and CLPoolable. — Michael Bien / gitweb
- made dimension and kernel public final in CLWork. — Michael Bien / gitweb
- initial import of CLForkJoinPool, a JOCL variant of the Java 7 — Michael Bien / gitweb
- javadoc improvements in concurrent package. — Michael Bien / gitweb
- renamed CLAbstractExecutorService -> CLExecutorService. — Michael Bien / gitweb
- fixed another concurrent modification bug after testing on AMD, NV and — Michael Bien / gitweb
- minor ant cleanup, removed 7zip dependency. — Michael Bien / gitweb
- incremented version to 0.9.1 — Michael Bien / gitweb
- namespace for native libs to enable cp libloading — Michael Bien / gitweb
- removed old scripts — Michael Bien / gitweb
- bugfix: [CLWork codepath] local WS must be null if all elements are 0. — Michael Bien / gitweb
#245 (Feb 28, 2011, 12:30:42 AM)
- jocl 7z doc archive contains other docs, zip was fine. — Michael Bien / gitweb
#244 (Feb 27, 2011, 6:30:42 PM)
- no relative path in archive since 7zip support was added. — Michael Bien / gitweb
#242 (Feb 27, 2011, 4:30:42 AM)
- fixed build if c.dont.compile + archiveon are set. — Michael Bien / gitweb
#241 (Feb 27, 2011, 3:30:42 AM)
- added getElementSize(). — Michael Bien / gitweb
- code review using findbugs — Michael Bien / gitweb
- CachedBufferFactory optimization in CLCommandQueue and — Michael Bien / gitweb
#240 (Feb 26, 2011, 11:38:38 PM)
- build produces now additional 7z archives for jenkins if build.archiveon — Michael Bien / gitweb
- modifications due to cleanup in gluegen. — Michael Bien / gitweb
#229 (Feb 23, 2011, 3:38:03 AM)
- added direct-nio enforcement for buffer rect methods. — Michael Bien / gitweb
- added build.noarchive property. — Michael Bien / gitweb
#223 (Feb 13, 2011, 3:33:20 PM)
- minimal wgs requirement for kernelTest. — Michael Bien / gitweb
- fixed compiler redundant-casts warnings due to language level changes in — Michael Bien / gitweb
#218 (Feb 9, 2011, 6:31:06 PM)
- fixed NPE in CLContext.release() which was indroduced in last commit. — Michael Bien / gitweb
#217 (Feb 9, 2011, 4:31:06 PM)
- changes do to package movement in jogl. — Michael Bien / gitweb
#211 (Feb 9, 2011, 12:31:07 AM)
- jdk7 try-with-resource support — Michael Bien / gitweb
- improved javadoc. — Michael Bien / gitweb
- CLContext and CLPlatform are now threadsafe. Updated javadocs. — Michael Bien / gitweb
#205 (Feb 4, 2011, 11:30:56 PM)
- initialize JOCLVersion as privileged action to be able to find trusted — Michael Bien / gitweb
- device names no longer corrupted on windows. — Michael Bien / gitweb
#203 (Feb 2, 2011, 7:30:57 PM)
- updated www page. — Michael Bien / gitweb
- don't package a zip if c.dont.compile is true. — Michael Bien / gitweb
#183 (Dec 18, 2010, 5:30:07 PM)
- jnlp: remove version attribute from extension ref, which would require — Sven Gothel / gitweb
#178 (Dec 15, 2010, 12:10:59 AM)
- Add test result archive, add version in jnlp file — Sven Gothel / gitweb
#164 (Nov 28, 2010, 10:13:32 PM)
- ZIP archive: move native jar to jar folder — Sven Gothel / gitweb
- Use unresolved/tagged jnlp file for ZIP — Sven Gothel / gitweb
- Comply with JogAmp artifacts build properties ; Fix manifest build path — Sven Gothel / gitweb
#161 (Nov 27, 2010, 9:12:30 PM)
- adaptions due to chages in gluegen (VersionUtil). — Michael Bien / gitweb
- get rid of the automatically generated README file. — Michael Bien / gitweb
- paper work: license and file headers. — Michael Bien / gitweb
#152 (Nov 22, 2010, 9:31:22 PM)
- missing return — Michael Bien / gitweb
#151 (Nov 22, 2010, 6:32:28 PM)
- CLGLContext.create() no longer makes the glcontext current. — Michael Bien / gitweb
- modified zip folder layout. — Michael Bien / gitweb
- fixed javadoc warnings. — Michael Bien / gitweb
- fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL — Michael Bien / gitweb
#148 (Nov 19, 2010, 9:36:42 AM)
- relative javadoc linking with gluegen and jogl. — Michael Bien / gitweb
- fix for #426. No events created in CLCommandQueue.putMarker(events). — Michael Bien / gitweb
#146 (Nov 18, 2010, 8:31:05 AM)
- changes due to mofifications in jogl + propper jogl release() + — Michael Bien / gitweb
#145 (Nov 17, 2010, 7:31:07 PM)
- added JOCLVersion utility and integrated in CLPlatform. — Michael Bien / gitweb
#139 (Nov 15, 2010, 2:31:04 PM)
- added more versioning information to jar manifest + ziped distribution — Michael Bien / gitweb
- javadoc linking with Java SE, gluegen and jogl. — Michael Bien / gitweb
#138 (Nov 15, 2010, 9:31:06 AM)
- 1st fixes for new gluegen — Michael Bien / gitweb
- Debugging new gluegen stuff .. — Michael Bien / gitweb
- Removed __GNUC__ from opencl.h gluegen loader file — Michael Bien / gitweb
- small modifications and fixes (build, gluegen) — Michael Bien / gitweb
#122 (Nov 7, 2010, 9:31:12 AM)
- 1st fixes for new gluegen — Michael Bien / gitweb
#112 (Oct 15, 2010, 6:31:19 AM)
- JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use — Michael Bien / gitweb
- better toString() — Michael Bien / gitweb
#87 (Sep 25, 2010, 4:31:17 PM)
- temporary disable CLGLTest on mac to prevent deadlock. — Michael Bien / gitweb
#83 (Sep 23, 2010, 2:31:20 PM)
- added junit timeouts to CLGLTest (JOGL deadlock on mac) and — Michael Bien / gitweb
#82 (Sep 23, 2010, 1:31:26 PM)
- last JOGL API changes broke the GLCL junit test. Fixed it. — Michael Bien / gitweb
#80 (Sep 21, 2010, 1:31:19 AM)
- fixed bug introduced in recent commit. — Michael Bien / gitweb
- initial import of utility API for filtering platforms. — Michael Bien / gitweb
#79 (Sep 17, 2010, 9:32:32 PM)
- fixed exception message in NDRange Kernel method. — Michael Bien / gitweb
- wait timeout for concurrencyTest; context release try-finally bocks for — Michael Bien / gitweb
- CLCommandQueueTest: fixed invalid work group size error on low spec — Michael Bien / gitweb
- wait(timeout) should return boolean. — Michael Bien / gitweb
- CLGLContext.create() makes GLContext current (restored old behavior). — Michael Bien / gitweb
- adjusted remaining work group sizes in tests. — Michael Bien / gitweb
#76 (Sep 15, 2010, 10:31:18 AM)
- removed CLContext factory methods with CLPlatform + CLDevice list — Michael Bien / gitweb
#74 (Sep 14, 2010, 2:36:45 PM)
- changed initialization from static initializer to internal singleton — Michael Bien / gitweb
- link to demo page — Michael Bien / gitweb
#72 (Sep 9, 2010, 1:31:13 PM)
- better exception message if libOpenCL could not be loaded. — Michael Bien / gitweb
- CLEvent callbacks for HLB and LLB. — Michael Bien / gitweb
- CLPlatform.getDefault() returns now the platform with the latest version — Michael Bien / gitweb
- CLMemObjectDestructorCallback for HLB and LLB. — Michael Bien / gitweb
- added com.jogamp.util.CLInfo. — Michael Bien / gitweb
- updated webstart codebases — Michael Bien / gitweb
#69 (Aug 25, 2010, 4:31:05 AM)
- updated to latest Khronos CL headers. — Michael Bien / gitweb
- added new CL_INVALID_PROPERTY exception + CLException junit test. — Michael Bien / gitweb
#65 (Aug 13, 2010, 11:31:51 AM)
- added a few CLImage junit tests. — Michael Bien / gitweb
- updated cl_ext.h. — Michael Bien / gitweb
- updated OpenGL headers. — Michael Bien / gitweb
- includepath workaround for mac. — Michael Bien / gitweb
#62 (Jul 27, 2010, 11:31:51 PM)
- fixed artifact.properties (quotes etc) — Michael Bien / gitweb
#56 (Jul 24, 2010, 3:54:24 PM)
- fixed rootrel.build to make Sven happy :) — Michael Bien / gitweb
#55 (Jul 24, 2010, 3:31:48 PM)
- toString() for CLEventList. — Michael Bien / gitweb
- exception msg formatting improvements. — Michael Bien / gitweb
- added tag.build ant target to document build dependencies. — Michael Bien / gitweb
#46 (Jul 5, 2010, 3:32:50 PM)
- updated webside. logo, favicon, style. — Michael Bien / gitweb
- enabled create-context and build-program callbacks using CL_CALLBACK — Michael Bien / gitweb
#45 (Jul 4, 2010, 4:05:47 PM)
- fixed ChannelOrder.valueOf (new CL1.1 enums). — Michael Bien / gitweb
- finished CLSubBuffer, added junit testcase, perf improvements and — Michael Bien / gitweb
#44 (Jul 4, 2010, 1:21:43 PM)
- update due to changes in JDK7's ARM spec. — Michael Bien / gitweb
- updated webpage (CL 1.1 links). — Michael Bien / gitweb
- misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. — Michael Bien / gitweb
- initial import of CLSubBuffer to HLB. — Michael Bien / gitweb
#42 (Jun 28, 2010, 3:21:34 AM)
- minor refactorings and updates. — Michael Bien / gitweb
- image factory methods for CLContext. — Michael Bien / gitweb
#41 (Jun 27, 2010, 1:21:31 PM)
- OpenCL 1.1; added 12 *BufferRect methods to CLCommandQueue. — Michael Bien / gitweb
#40 (Jun 24, 2010, 3:21:31 PM)
- added CLContext.getSupportedImageFormats() methods and unit test. — Michael Bien / gitweb
#39 (Jun 24, 2010, 2:21:31 PM)
- added CLVersion utility class and corresponding API. — Michael Bien / gitweb
#38 (Jun 24, 2010, 10:21:31 AM)
- issue 400 typo in CLGLTexture2d with texture id. — Michael Bien / gitweb
#36 (Jun 22, 2010, 4:21:31 AM)
- switched to dynamic linking. All custom code functions must be called — Michael Bien / gitweb
- webpage; added a few links. — Michael Bien / gitweb
- Merge branch 'master' of github.com:mbien/jocl — Michael Bien / gitweb
#35 (Jun 21, 2010, 12:21:31 PM)
- switched to dynamic linking. All custom code functions must be called — Michael Bien / gitweb
#34 (Jun 16, 2010, 12:21:31 PM)
- moved calls to program.createCLKernels() into seperate test method. — Michael Bien / gitweb
- two new CL 1.1 exception types. — Michael Bien / gitweb
- implemented OpenCL 1.1 user events + JUnit test. — Michael Bien / gitweb
#32 (Jun 15, 2010, 10:21:31 PM)
- updated webpage, JOCL symbols. — Michael Bien / gitweb
#31 (Jun 14, 2010, 5:21:31 PM)
- fixed build... forgot an include. — Michael Bien / gitweb
- ForceProcAddressGen for a few extensions. — Michael Bien / gitweb
#30 (Jun 14, 2010, 4:23:20 PM)
- OpenCL 1.1 support. — Michael Bien / gitweb
#26 (Jun 10, 2010, 1:01:23 AM)
- Refactored LLB into two impl layers to reduce custom code injection — Michael Bien / gitweb
#25 (Jun 2, 2010, 11:20:23 AM)
- don't cause a build failure if a testcase fails (for hudson). — Michael Bien / gitweb
#23 (Jun 2, 2010, 6:50:10 AM)
- simplification in CLGLContext due to cleanup in GLContext (jogl commit: — Michael Bien / gitweb
#19 (May 31, 2010, 1:21:22 PM)
- added test-file target. Run it with e.g: "ant test-file — Michael Bien / gitweb
- improved concurrent load test (disabled by default) and confirmed that — Michael Bien / gitweb
- updated jocl webpage. — Michael Bien / gitweb
- changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit — Michael Bien / gitweb
- use getDisplayHandle for linux and Surface on windows for CLGL context — Michael Bien / gitweb
#14 (May 23, 2010, 8:21:24 PM)
- zip javadoc. — Michael Bien / gitweb
- added CLGLContext sharing support for EGLContexts. — Michael Bien / gitweb
#11 (May 22, 2010, 7:21:24 PM)
- dissabled CLGL test since there is currently no way to relyable — Michael Bien / gitweb
- enabled CLGLTest again... give it another try with hudson. — Michael Bien / gitweb
#9 (May 21, 2010, 4:36:18 AM)
- Fix JOCL win64 build - mingw64 shall ling against dll — Sven Gothel / gitweb
- updated cl_ext header to latest version. — Michael Bien / gitweb
- initial import of www folder. — Michael Bien / gitweb
- XHTML cleanup, updated webpage. — Michael Bien / gitweb