summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-102-2/+26
* TempJarCache: Check for NULL jarURL and reuse contains queriesSven Gothel2012-03-071-6/+15
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-052-15/+52
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-112-1/+146
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-113-3/+14
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-37/+61
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-012-20/+67
* Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo...Sven Gothel2011-11-291-1/+1
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-293-134/+211
* Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe...Sven Gothel2011-11-291-1/+1
* JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e...Sven Gothel2011-11-291-5/+11
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-293-43/+222
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-222-10/+74
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-20/+21
* Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a...Sven Gothel2011-09-301-5/+39
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-301-2/+26
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-302-12/+20
* IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont...Sven Gothel2011-09-281-1/+35
* RunnableTask: Allow validation whether invoking thread intends to wait for th...Sven Gothel2011-09-271-0/+6
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-0/+61
* Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...Sven Gothel2011-09-272-3/+55
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-245/+0
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-241-2/+15
* Better DEBUG outputSven Gothel2011-09-232-52/+54
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-232-42/+99
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-222-8/+53
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-203-27/+85
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-193-0/+1051
* Enhancement/GenericStyle:Sven Gothel2011-09-192-21/+66
* IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;...Sven Gothel2011-09-141-19/+67
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-37/+34
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-032-60/+8
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-281-1/+1
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-282-2/+75
* Android: Remove native (fake) detectionSven Gothel2011-07-241-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-4/+10
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-172-13/+10
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-113-109/+75
* Complete relocation of SingletonInstance.java from JOGLSven Gothel2011-06-111-0/+164
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-082-221/+221
* Locator: Proper package location after reloc from JOGLSven Gothel2011-06-081-0/+178
* Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ...Sven Gothel2011-06-071-6/+95
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6
* Add IOUtil - generic URL to File and stream to stream copySven Gothel2011-04-011-0/+84
* VersionNumber: Add cstr with version number string and delimeterSven Gothel2011-03-211-0/+29
* Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...Sven Gothel2011-03-191-8/+116
* ReflectionUtil: split up createInstance() / use var-args where possible w/o c...Sven Gothel2011-03-191-7/+16
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-261-1/+1