| Commit message (Expand) | Author | Age | Files | Lines |
* | Include Khronos derived glcorearb.h before cl_gl.h, avoiding typedef mismatch... | Sven Gothel | 2015-07-14 | 3 | -13/+11 |
* | Remove stub includes that are duplicates of gluegen's and jogl's | Wade Walker | 2015-07-12 | 10 | -8032/+22 |
* | Add debug targets to match those in gluegen and jogl | Wade Walker | 2015-07-06 | 1 | -1/+10 |
* | GLhandleARB set to void * on OS X, unsigned int everywhere else | Wade Walker | 2015-07-05 | 2 | -1/+9 |
* | Adapt to GlueGen commit 5ca2db226e23c61339943f981a3f46300818cb9a (Use contain...v2.3.1 | Sven Gothel | 2015-03-27 | 1 | -2/+2 |
* | Adapt to GlueGen commit 454fac44efd1728d8f5c09ed4abd4041f6187e44: RenameJavaM...v2.3.0 | Sven Gothel | 2015-03-11 | 1 | -2/+2 |
* | Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G... | Sven Gothel | 2015-02-03 | 1 | -0/+2 |
* | Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commi... | Sven Gothel | 2015-02-03 | 4 | -7/+7 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* | Sven Gothel | 2015-02-02 | 3 | -4/+4 |
* | Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build (build/i... | Sven Gothel | 2015-02-02 | 3 | -0/+72 |
* | Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >... | Sven Gothel | 2015-01-28 | 1 | -52/+7 |
* | Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / HD Gra... | Sven Gothel | 2014-09-01 | 2 | -4/+4 |
* | Scripts: Bump to java 1.8.0_20 | Sven Gothel | 2014-08-31 | 2 | -4/+4 |
* | Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 | Sven Gothel | 2014-08-28 | 4 | -12/+12 |
* | Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0 | Sven Gothel | 2014-07-11 | 2 | -14/+40 |
* | Bug 1023/Bug 1024: Create native jar files for different configurations due t... | Sven Gothel | 2014-07-10 | 1 | -0/+2 |
* | Add System.err log if CL/JNI library could not be loaded | Sven Gothel | 2014-06-25 | 1 | -3/+3 |
* | Adapt to GlueGen commit 9ee44e1a289ecbac024662dd5a2ffc42e8add023 (Bug 1025) | Sven Gothel | 2014-06-25 | 1 | -2/+2 |
* | Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount ca... | Sven Gothel | 2014-06-18 | 2 | -2/+3 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 3 | -3/+7 |
* | unit test: preserve hs_err_pid*.log files (move to results folder for archive) | Sven Gothel | 2014-05-09 | 1 | -0/+3 |
* | Remove warnings, turn on linting, fix Eclipse. | Wade Walker | 2014-03-07 | 2 | -5/+12 |
* | Remove alignment warning in gluegen preprocessing. | Wade Walker | 2014-03-05 | 1 | -2/+5 |
* | Remove unnamed struct emission warnings. | Wade Walker | 2014-03-05 | 1 | -1/+12 |
* | Pass function pointers into clEnqueueMapImage. | Wade Walker | 2014-03-02 | 1 | -2/+2 |
* | Load jocl.properties if present. | Wade Walker | 2014-03-02 | 1 | -2/+2 |
* | Fix C build warnings. | Wade Walker | 2014-03-02 | 2 | -4/+3 |
* | Merge pull request #5 from WadeWalker/bug_978_fix_solaris_tests | Wade Walker | 2014-02-24 | 2 | -13/+15 |
|\ |
|
| * | Fix OpenCL test failures on Solaris. | Wade Walker | 2014-02-23 | 2 | -13/+15 |
* | | Fix build.xml (regression): Re-activate 'generate.jdk6.autocloseable, generat... | Sven Gothel | 2014-02-21 | 1 | -1/+1 |
* | | build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodat... | Sven Gothel | 2014-02-17 | 2 | -4/+9 |
* | | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (2/2) | Sven Gothel | 2014-02-17 | 1 | -0/+3 |
* | | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2) | Sven Gothel | 2014-02-17 | 3 | -8/+24 |
* | | Fix windows test scripts (CP, D_ARGS, ..) | Sven Gothel | 2014-02-17 | 2 | -3/+14 |
* | | Fix build.xml: Remove gluegen config dependency on ../build using build-temp | Sven Gothel | 2014-02-17 | 2 | -12/+14 |
* | | Windows build scripts: Bump ant to 1.8.2 | Sven Gothel | 2014-02-17 | 2 | -2/+2 |
* | | script: set exec flag | Sven Gothel | 2014-02-15 | 1 | -0/+0 |
* | | Fix build scripts | Sven Gothel | 2014-02-15 | 13 | -29/+29 |
* | | Add scripts/check-junit.sh to validate local unit tests .. | Sven Gothel | 2014-02-12 | 1 | -0/+39 |
|/ |
|
* | Fix javadoc packagenamesv2.1.4 | Sven Gothel | 2014-01-31 | 1 | -2/+2 |
* | Unit Tests: Also test 'Test*' while excluding inner classes | Sven Gothel | 2014-01-26 | 1 | -0/+2 |
* | Fix build.xml: Processed CL stub_includes _must_ reside in current folder (ma... | Sven Gothel | 2014-01-26 | 1 | -6/+15 |
* | Adapt all unit tests to use UITestCase and enforce named unit test order. Add... | Sven Gothel | 2014-01-26 | 1 | -1/+15 |
* | Add unit test TestJoclVersion and UITestCase base class for singleton unit te... | Sven Gothel | 2014-01-26 | 2 | -2/+3 |
* | Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ... | Sven Gothel | 2014-01-26 | 61 | -45/+548 |
* | build.xml: Fix jogl.build: Use [passed or default] jogl.build as well as root... | Sven Gothel | 2014-01-25 | 1 | -2/+3 |
* | Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar and... | Sven Gothel | 2014-01-25 | 2 | -18/+19 |
* | Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl | Sven Gothel | 2014-01-25 | 3 | -4/+6 |
* | Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text ... | Sven Gothel | 2014-01-25 | 17 | -1/+484 |
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 44 | -0/+13190 |