| Commit message (Expand) | Author | Age | Files | Lines |
* | Make JarUtil work with custom classloaders | Wade Walker | 2013-02-11 | 1 | -0/+77 |
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case w... | Sven Gothel | 2012-12-31 | 1 | -21/+57 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 1 | -0/+266 |
* | Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i... | Sven Gothel | 2012-10-24 | 1 | -0/+102 |
* | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u... | Sven Gothel | 2012-10-17 | 1 | -0/+137 |
* | TestSingletonServerSocket01: unlock singleton lock | Sven Gothel | 2012-10-04 | 1 | -0/+2 |
* | SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts. | Sven Gothel | 2012-09-21 | 1 | -0/+72 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 2 | -0/+160 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 2 | -8/+0 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 2 | -4/+4 |
* | Dump Envs: Suppress COOKIE, SSH and GPG env vars | Sven Gothel | 2012-03-28 | 1 | -4/+19 |
* | Test: Add dump of environment vars | Sven Gothel | 2012-03-28 | 1 | -4/+17 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 2 | -4/+63 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -15/+13 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 1 | -4/+22 |
* | Don't build and use gluegen.apk (compile time only) ; Don't test classloader ... | Sven Gothel | 2012-03-07 | 1 | -5/+16 |
* | android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m... | Sven Gothel | 2012-03-07 | 1 | -0/+6 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 1 | -0/+327 |
* | TestTracer -> JunitTracerv2.0-rc4 | Sven Gothel | 2011-12-02 | 9 | -18/+18 |
* | Fix Test1p2ProcAddressEmitter (static var); Add TestTracer | Sven Gothel | 2011-12-02 | 9 | -9/+21 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 2 | -6/+6 |
* | JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad... | Sven Gothel | 2011-11-29 | 2 | -5/+174 |
* | Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570... | Sven Gothel | 2011-11-22 | 1 | -1/+4 |
* | RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc... | Sven Gothel | 2011-11-22 | 1 | -0/+100 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 1 | -0/+19 |
* | Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementation | Sven Gothel | 2011-09-27 | 1 | -77/+385 |
* | TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat... | Sven Gothel | 2011-09-23 | 1 | -3/+18 |
* | 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 |
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu... | Sven Gothel | 2011-07-23 | 5 | -8/+8 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 5 | -8/+8 |
* | 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 | 2 | -8/+12 |
* | Fix HastMapTests - Clone: Use unique random pairs: key,value | Sven Gothel | 2011-06-26 | 7 | -118/+284 |
* | Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU... | Sven Gothel | 2011-06-08 | 2 | -0/+181 |
* | 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 |
* | HashMapTest: Back to 50% tolerance, removed 'put' error | Sven Gothel | 2010-11-25 | 2 | -8/+8 |
* | 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 |
* | 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 |
* | 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 |