summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-201-2/+26
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-191-0/+218
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-10/+6
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-10/+8
* Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P...Sven Gothel2011-07-241-3/+3
* fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu...Sven Gothel2011-07-235-8/+8
* Fix TestStructAccessorEndianSven Gothel2011-07-211-3/+10
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-214-33/+188
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-205-8/+8
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-0/+7
* Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l...Sven Gothel2011-07-175-8/+38
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1713-21/+278
* Fix HastMapTests - Clone: Use unique random pairs: key,valueSven Gothel2011-06-267-118/+284
* Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...Sven Gothel2011-06-111-143/+0
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2011-06-111-0/+3
* Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...Sven Gothel2011-06-111-0/+140
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-082-0/+181
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-275-51/+235
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-26/+26
* Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...Sven Gothel2011-03-192-3/+324
* fix TestRecursiveLock01's LockedObjectAction1 syncSven Gothel2011-02-261-8/+5
* cleanup importsSven Gothel2011-02-261-7/+0
* - ensure slice uses the buffers original byteorder.Michael Bien2011-02-221-0/+2
* added CachedBufferFactory + test.Michael Bien2011-02-131-0/+244
* improved BuffersTest.slice().Michael Bien2011-02-131-1/+32
* moved struct and buffer test to its nio friends, cleaned up importsMichael Bien2011-02-132-15/+8
* HashMapTest: Back to 50% tolerance, removed 'put' errorSven Gothel2010-11-252-8/+8
* Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest...Sven Gothel2010-11-256-29/+306
* Fix HashMapTests. The benchmark tests used the value as a key, hence finding ...Sven Gothel2010-11-252-18/+32
* Make Primitive HashMap Benchmark test tolerant ~ 50%v2.0-rc1Sven Gothel2010-11-232-6/+10
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-0/+153
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-143-0/+61
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-141-1/+1
* com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersionSven Gothel2010-11-121-0/+1
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-121-1/+5
* VersionInfo self containing (adding main)Sven Gothel2010-11-101-2/+1
* Add generic VersionUtil (Manifest and Platform) ; Add VersionInfoSven Gothel2010-11-101-0/+49
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-091-1/+10
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-071-0/+7
* Fixed benchmarking bugs in primitive HashMap test.Elijah C. Menifee2010-11-062-20/+29
* TestRecursiveLock01: Reduce threads/loop, otherwise slow machines will time outSven Gothel2010-11-021-12/+12
* ArrayHashSet: Add 'getOrAdd(key)' identity method to conveniently get the ide...Sven Gothel2010-10-231-0/+13
* New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ...Sven Gothel2010-10-233-19/+233
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-141-13/+14
* Added TestRecursiveToolkitLock; junit.run: disable inner classes in batch runSven Gothel2010-10-091-0/+279
* LICENSE.txt changes:Sven Gothel2010-09-147-134/+170
* Fix: Add missing imports; Add warmup phase to primitive hashmap testSven Gothel2010-07-022-6/+20
* Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ...Sven Gothel2010-05-109-88/+422
* renamed method.Michael Bien2010-04-242-15/+1