| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 1 | -1/+1 |
* | SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ... | Sven Gothel | 2014-10-03 | 1 | -2/+2 |
* | SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ... | Sven Gothel | 2014-10-03 | 1 | -2/+2 |
* | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone | Sven Gothel | 2014-08-16 | 1 | -1/+3 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -45/+45 |
* | Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes | Sven Gothel | 2013-08-31 | 1 | -0/+4 |
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu... | Sven Gothel | 2011-07-23 | 1 | -1/+1 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 1 | -1/+1 |
* | Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l... | Sven Gothel | 2011-07-17 | 1 | -1/+4 |
* | Fix HastMapTests - Clone: Use unique random pairs: key,value | Sven Gothel | 2011-06-26 | 1 | -38/+24 |
* | Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va... | Sven Gothel | 2011-03-19 | 1 | -3/+114 |
* | HashMapTest: Back to 50% tolerance, removed 'put' error | Sven Gothel | 2010-11-25 | 1 | -4/+4 |
* | Fix HashMapTests. The benchmark tests used the value as a key, hence finding ... | Sven Gothel | 2010-11-25 | 1 | -9/+16 |
* | Make Primitive HashMap Benchmark test tolerant ~ 50%v2.0-rc1 | Sven Gothel | 2010-11-23 | 1 | -3/+5 |
* | Fixed benchmarking bugs in primitive HashMap test. | Elijah C. Menifee | 2010-11-06 | 1 | -11/+15 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 1 | -0/+28 |
* | Fix: Add missing imports; Add warmup phase to primitive hashmap test | Sven Gothel | 2010-07-02 | 1 | -3/+10 |
* | Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ... | Sven Gothel | 2010-05-10 | 1 | -0/+167 |