aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Bump scripts to jre1.8.0_66rcSven Gothel2015-11-164-8/+8
* Fix OS X 32-bit builds for OpenCL 1.2 and 2.0Wade Walker2015-11-082-4/+4
* Fix compilation of OpenCL 2.x headers on OS XWade Walker2015-11-088-8/+16
* Fix generated files dependency check; remove unused include pathsWade Walker2015-11-081-27/+16
* Remove unused stuff from build.xmlWade Walker2015-11-081-49/+15
* Replace erroneous tabs with spaces.Wade Walker2015-11-081-23/+23
* Add versioned interfaces for CL 1.1, 1.2, and 2.0Wade Walker2015-11-084-12/+23
* Remove CLGL interfaceWade Walker2015-11-086-46/+12
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-0813-322/+29
* Factor out common custom C and Java code to reduce duplicationWade Walker2015-11-0812-786/+402
* Add explicit version number to original CL impl classes.Wade Walker2015-11-084-24/+24
* Add OpenCL 1.2 and 2.0 headers and CLImpl classesWade Walker2015-11-0823-58/+7780
* Remove copy of generated Java files to build-temp directoryWade Walker2015-11-082-23/+12
* Upgrade OpenCL headers to standard Khronos version 1.1Wade Walker2015-11-088-93/+176
* Remove unused file cl_render_ext.hWade Walker2015-11-082-66/+1
* Make gluegen output messages more informativeWade Walker2015-11-081-14/+14
* Include Khronos derived glcorearb.h before cl_gl.h, avoiding typedef mismatch...Sven Gothel2015-07-143-13/+11
* Remove stub includes that are duplicates of gluegen's and jogl'sWade Walker2015-07-1210-8032/+22
* Add debug targets to match those in gluegen and joglWade Walker2015-07-061-1/+10
* GLhandleARB set to void * on OS X, unsigned int everywhere elseWade Walker2015-07-052-1/+9
* Adapt to GlueGen commit 5ca2db226e23c61339943f981a3f46300818cb9a (Use contain...v2.3.1Sven Gothel2015-03-271-2/+2
* Adapt to GlueGen commit 454fac44efd1728d8f5c09ed4abd4041f6187e44: RenameJavaM...v2.3.0Sven Gothel2015-03-111-2/+2
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G...Sven Gothel2015-02-031-0/+2
* Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commi...Sven Gothel2015-02-034-7/+7
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*Sven Gothel2015-02-023-4/+4
* Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build (build/i...Sven Gothel2015-02-023-0/+72
* Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >...Sven Gothel2015-01-281-52/+7
* Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / HD Gra...Sven Gothel2014-09-012-4/+4
* Scripts: Bump to java 1.8.0_20Sven Gothel2014-08-312-4/+4
* Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4Sven Gothel2014-08-284-12/+12
* Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0Sven Gothel2014-07-112-14/+40
* Bug 1023/Bug 1024: Create native jar files for different configurations due t...Sven Gothel2014-07-101-0/+2
* Add System.err log if CL/JNI library could not be loadedSven Gothel2014-06-251-3/+3
* Adapt to GlueGen commit 9ee44e1a289ecbac024662dd5a2ffc42e8add023 (Bug 1025)Sven Gothel2014-06-251-2/+2
* Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount ca...Sven Gothel2014-06-182-2/+3
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-173-3/+7
* unit test: preserve hs_err_pid*.log files (move to results folder for archive)Sven Gothel2014-05-091-0/+3
* Remove warnings, turn on linting, fix Eclipse.Wade Walker2014-03-072-5/+12
* Remove alignment warning in gluegen preprocessing.Wade Walker2014-03-051-2/+5
* Remove unnamed struct emission warnings.Wade Walker2014-03-051-1/+12
* Pass function pointers into clEnqueueMapImage.Wade Walker2014-03-021-2/+2
* Load jocl.properties if present.Wade Walker2014-03-021-2/+2
* Fix C build warnings.Wade Walker2014-03-022-4/+3
* Merge pull request #5 from WadeWalker/bug_978_fix_solaris_testsWade Walker2014-02-242-13/+15
|\
| * Fix OpenCL test failures on Solaris.Wade Walker2014-02-232-13/+15
* | Fix build.xml (regression): Re-activate 'generate.jdk6.autocloseable, generat...Sven Gothel2014-02-211-1/+1
* | build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodat...Sven Gothel2014-02-172-4/+9
* | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (2/2)Sven Gothel2014-02-171-0/+3
* | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2)Sven Gothel2014-02-173-8/+24
* | Fix windows test scripts (CP, D_ARGS, ..)Sven Gothel2014-02-172-3/+14