| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 1 | -2/+2 |
* | Temp Cache: More control over the lifecycle, explicit TempJarCache initializa... | Sven Gothel | 2011-09-20 | 1 | -2/+26 |
* | Enhancements / New utils: JarUtil, TempFileCache and TempJarCache | Sven Gothel | 2011-09-19 | 1 | -0/+218 |
* | ArrayHashSet: Add Java Generics Syntax | Sven Gothel | 2011-08-24 | 1 | -10/+6 |
* | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 1 | -10/+8 |
* | Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P... | Sven Gothel | 2011-07-24 | 1 | -3/+3 |
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu... | Sven Gothel | 2011-07-23 | 5 | -8/+8 |
* | Fix TestStructAccessorEndian | Sven Gothel | 2011-07-21 | 1 | -3/+10 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 4 | -33/+188 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 5 | -8/+8 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 1 | -0/+7 |
* | Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l... | Sven Gothel | 2011-07-17 | 5 | -8/+38 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 13 | -21/+278 |
* | Fix HastMapTests - Clone: Use unique random pairs: key,value | Sven Gothel | 2011-06-26 | 7 | -118/+284 |
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp... | Sven Gothel | 2011-06-11 | 1 | -143/+0 |
* | NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC... | Sven Gothel | 2011-06-11 | 1 | -0/+3 |
* | Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise... | Sven Gothel | 2011-06-11 | 1 | -0/+140 |
* | Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU... | Sven Gothel | 2011-06-08 | 2 | -0/+181 |
* | NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all... | Sven Gothel | 2011-04-27 | 5 | -51/+235 |
* | refactoring in common.nio public api - removed Int64Buffer | Michael Bien | 2011-04-26 | 1 | -26/+26 |
* | Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va... | Sven Gothel | 2011-03-19 | 2 | -3/+324 |
* | fix TestRecursiveLock01's LockedObjectAction1 sync | Sven Gothel | 2011-02-26 | 1 | -8/+5 |
* | cleanup imports | Sven Gothel | 2011-02-26 | 1 | -7/+0 |
* | - ensure slice uses the buffers original byteorder. | Michael Bien | 2011-02-22 | 1 | -0/+2 |
* | added CachedBufferFactory + test. | Michael Bien | 2011-02-13 | 1 | -0/+244 |
* | improved BuffersTest.slice(). | Michael Bien | 2011-02-13 | 1 | -1/+32 |
* | moved struct and buffer test to its nio friends, cleaned up imports | Michael Bien | 2011-02-13 | 2 | -15/+8 |
* | HashMapTest: Back to 50% tolerance, removed 'put' error | Sven Gothel | 2010-11-25 | 2 | -8/+8 |
* | Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest... | Sven Gothel | 2010-11-25 | 6 | -29/+306 |
* | Fix HashMapTests. The benchmark tests used the value as a key, hence finding ... | Sven Gothel | 2010-11-25 | 2 | -18/+32 |
* | Make Primitive HashMap Benchmark test tolerant ~ 50%v2.0-rc1 | Sven Gothel | 2010-11-23 | 2 | -6/+10 |
* | Buffers float/double conversion: Add arg for given destination buffer; Add ba... | Sven Gothel | 2010-11-19 | 1 | -0/+153 |
* | Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin... | Sven Gothel | 2010-11-14 | 3 | -0/+61 |
* | JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf... | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion | Sven Gothel | 2010-11-12 | 1 | -0/+1 |
* | New: JogampVersion, providing generic information for Jogamp JAR archives; Ve... | Sven Gothel | 2010-11-12 | 1 | -1/+5 |
* | VersionInfo self containing (adding main) | Sven Gothel | 2010-11-10 | 1 | -2/+1 |
* | Add generic VersionUtil (Manifest and Platform) ; Add VersionInfo | Sven Gothel | 2010-11-10 | 1 | -0/+49 |
* | Gluegen: Types (stddef/stdint), Header and Predefined Macro Change | Sven Gothel | 2010-11-09 | 1 | -1/+10 |
* | Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ... | Sven Gothel | 2010-11-07 | 1 | -0/+7 |
* | 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 | 7 | -134/+170 |
* | 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 | 9 | -88/+422 |
* | renamed method. | Michael Bien | 2010-04-24 | 2 | -15/+1 |