summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common
Commit message (Expand)AuthorAgeFilesLines
* TestSingletonServerSocket01: unlock singleton lockSven Gothel2012-10-041-0/+2
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-0/+72
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-212-0/+160
* Lock Cleanup (API Change)Sven Gothel2012-06-272-8/+0
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-262-4/+4
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-024-6/+33
* Dump Envs: Suppress COOKIE, SSH and GPG env varsSven Gothel2012-03-281-4/+19
* Test: Add dump of environment varsSven Gothel2012-03-281-4/+17
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-282-4/+63
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-175-15/+267
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-4/+22
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-071-5/+16
* android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m...Sven Gothel2012-03-071-0/+6
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-0/+327
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-0214-28/+28
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-0214-14/+34
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-012-6/+6
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-292-5/+174
* Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570...Sven Gothel2011-11-221-1/+4
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-221-0/+100
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-272-0/+26
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-77/+385
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-3/+18
* 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
* 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
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-205-8/+8
* 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-174-19/+20
* Fix HastMapTests - Clone: Use unique random pairs: key,valueSven Gothel2011-06-267-118/+284
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-082-0/+181
* 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-0/+89
* 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-251-0/+57
* 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
* 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