summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-123-46/+226
* VersionInfo self containing (adding main)Sven Gothel2010-11-101-0/+3
* Add generic VersionUtil (Manifest and Platform) ; Add VersionInfoSven Gothel2010-11-103-0/+165
* Enhance API doc .. package description etcSven Gothel2010-11-092-0/+18
* Adding 'containsSafe' .. allowing verification of hash codeSven Gothel2010-11-051-2/+18
* RecursiveLock: TRACE_LOCK: StackTrace -> err.printlnSven Gothel2010-10-291-2/+4
* ArrayHashSet: List toList() -> ArrayList toArrayList()Sven Gothel2010-10-261-7/+11
* ArrayHashSet: Add 'getOrAdd(key)' identity method to conveniently get the ide...Sven Gothel2010-10-231-5/+28
* New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ...Sven Gothel2010-10-231-0/+372
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-144-43/+209
* RecursiveToolkitLock relocation to gluegen finishedSven Gothel2010-10-091-0/+215
* RunnableTask: Add attachmentSven Gothel2010-09-271-1/+18
* Fix: In case of a sync notifyObject, the whole action must be synchronized/lo...Sven Gothel2010-09-231-11/+34
* LICENSE.txt changes:Sven Gothel2010-09-142-49/+52
* Split up method call for reusageSven Gothel2010-07-231-11/+36
* Moving ClassLoader parameter to the end, which seems to be easier to read.Sven Gothel2010-06-281-7/+7
* pass a ClassLoader to all methods which load classes. (ReflectionUtil)Michael Bien2010-06-171-18/+18
* Merge branch 'master' of github.com:sgothel/gluegenMichael Bien2010-06-161-0/+90
|\
| * Adding RunnableTask, generic notifyable Runnable wrapperSven Gothel2010-06-161-0/+90
* | currently no need for a (public) MiscUtils.java.Michael Bien2010-06-101-57/+0
|/
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-0/+57