Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed benchmarking bugs in primitive HashMap test. | Elijah C. Menifee | 2010-11-06 | 2 | -20/+29 |
* | TestRecursiveLock01: Reduce threads/loop, otherwise slow machines will time out | Sven Gothel | 2010-11-02 | 1 | -12/+12 |
* | ArrayHashSet: Add 'getOrAdd(key)' identity method to conveniently get the ide... | Sven Gothel | 2010-10-23 | 1 | -0/+13 |
* | New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ... | Sven Gothel | 2010-10-23 | 3 | -19/+233 |
* | Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch... | Sven Gothel | 2010-10-14 | 1 | -13/+14 |
* | Added TestRecursiveToolkitLock; junit.run: disable inner classes in batch run | Sven Gothel | 2010-10-09 | 1 | -0/+279 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 2 | -0/+56 |
* | Fix: Add missing imports; Add warmup phase to primitive hashmap test | Sven Gothel | 2010-07-02 | 2 | -6/+20 |
* | Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ... | Sven Gothel | 2010-05-10 | 2 | -0/+334 |