aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'remotes/mbien/master'Sven Gothel2011-02-266-27/+30
|\
| * small cleanup in uitl packageMichael Bien2011-02-266-27/+30
* | cleanup importsSven Gothel2011-02-261-0/+2
|/
* Fix: Remove unused argument ClassLoaderSven Gothel2011-02-131-3/+2
* html fixesSven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-3/+3
* Fix: VersionNumber compare shall throw ClassCastException if argument is of d...Sven Gothel2011-01-311-2/+4
* Fix: Avoid NPE in case no manifest is available (running w/o JAR)Sven Gothel2011-01-311-3/+3
* ReflectionUtil: Add getBaseName(Class)Sven Gothel2010-12-191-0/+5
* Add generic VersionNumber util classSven Gothel2010-11-281-0/+92
* Refined VersionInfo (seperator/new-line)Sven Gothel2010-11-252-12/+10
* print platform info (GlueGenVersion).Michael Bien2010-11-181-0/+8
* Version info debugging works now even without native libs.Michael Bien2010-11-182-59/+66
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-141-1/+4
* Don't printStackTrace if the exception shall be catched for later useSven Gothel2010-11-141-6/+2
* Add Extension NameSven Gothel2010-11-121-0/+3
* com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersionSven Gothel2010-11-122-58/+1