Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Java lint warnings. | Wade Walker | 2014-03-07 | 1 | -0/+1 |
| | | | | | | Remove all Java lint warnings, by fixing the code if possible, and if not possible then by inserting @SuppressWarnings. Some of these @SuppressWarnings can be replaced later with @SafeVarargs if we eventually drop support for Java 6. | ||||
* | Merge pull request #5 from WadeWalker/bug_978_fix_solaris_tests | Wade Walker | 2014-02-24 | 1 | -0/+13 |
|\ | | | | | Fix OpenCL test failures on Solaris for bug 978. | ||||
| * | Fix OpenCL test failures on Solaris. | Wade Walker | 2014-02-23 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | Since nobody currently makes an OpenCL driver for Solaris, all the tests used to fail, which told us nothing. This commit adds code to check whether OpenCL is unavailable and the OS is Solaris, in which case the test contents are skipped. If an OpenCL driver ever appears for Solaris, or if we start testing on another platform with no OpenCL driver, there's now one single place to add or remove checks that will allow for this. | ||||
* | | Fix unit test bugs on Mac OS X 64-bit. | Wade Walker | 2014-02-08 | 1 | -2/+4 |
|/ | | | | | | | | This commit fixes bugs 959 (local work size set incorrectly), 960 (concurrencyTest() throws ConcurrentModificationException) 963 (programBinariesTest() causes SIGSEGV) and 964 (builderTest() cases CL_INVALID_VALUE). After this commit, all JOCL tests should pass on 64-bit Mac OS X. | ||||
* | Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops | Sven Gothel | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Adapt all unit tests to use UITestCase and enforce named unit test order. ↵ | Sven Gothel | 2014-01-26 | 1 | -28/+39 |
| | | | | Added main entry and listed in tests.sh for manual test. | ||||
* | Bug 884: Add standard JogAmp build files. | Wade Walker | 2013-12-15 | 1 | -3/+1 |
| | | | | | | | | | The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional. | ||||
* | CLCommandQueueTest: Remove warning ..v2.0.2-rc12v2.0-rc12 | Sven Gothel | 2013-06-25 | 1 | -2/+5 |
| | |||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -0/+1 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | fixed event-condition test which failed sporadically with out-of-order queues. | Michael Bien | 2011-05-25 | 1 | -10/+9 |
| | |||||
* | fixed race condition in eventsTest() | Michael Bien | 2011-04-20 | 1 | -3/+7 |
| | |||||
* | fixed a bug which used a wrong eventlist offset under certain conditions and ↵ | Michael Bien | 2011-04-04 | 1 | -3/+68 |
| | | | | added a regression test. | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | missing return | Michael Bien | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL 1.0) | Michael Bien | 2010-11-22 | 1 | -11/+4 |
| | |||||
* | added junit timeouts to CLGLTest (JOGL deadlock on mac) and CLCommandQueueTest | Michael Bien | 2010-09-23 | 1 | -0/+5 |
| | |||||
* | CLCommandQueueTest: fixed invalid work group size error on low spec devices | Michael Bien | 2010-09-18 | 1 | -10/+19 |
| | |||||
* | wait timeout for concurrencyTest; context release try-finally bocks for all ↵ | Michael Bien | 2010-09-18 | 1 | -143/+152 |
| | | | | other test methods. | ||||
* | CLEvent callbacks for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -1/+39 |
| | |||||
* | toString() for CLEventList. | Michael Bien | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 1 | -1/+23 |
| | | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest. | ||||
* | implemented OpenCL 1.1 user events + JUnit test. | Michael Bien | 2010-06-16 | 1 | -0/+59 |
| | |||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -7/+4 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -0/+7 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+266 |
team player ;). |