summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+12
* ReflectionUtil: Added callStaticMethod(..)Sven Gothel2010-05-051-8/+48
* Fix broken buildSven Gothel2010-04-281-1/+1
* small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables).Michael Bien2010-04-271-19/+44
* IntIntHashMap (and friends) is now Iterable. Added iterator testcase.Michael Bien2010-04-211-5/+90
* added getKeyNotFoundValue() and some javadoc to IntIntHashMap.Michael Bien2010-04-211-13/+36
* Fix Exception Handling ..Sven Gothel2010-04-201-27/+47
* Importing files from JOGL (preserving history)Sven Gothel2010-04-191-15/+16
* Added keyNotFoundValue semantics, for primitve types it defaults to -1 now.Sven Gothel2010-04-191-3/+17
* Moving imported files to proper placeSven Gothel2010-04-191-0/+188
* merged LongInt with IntIntHashMap.Michael Bien2010-04-152-206/+21
* added Simon Goller to @author list in LongIntHashMap und LongIntHashMapTest.Michael Bien2010-04-121-0/+3
* IntIntHashMap changed to LongIntHashMap.Simon Goller2010-04-121-0/+196
* annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-19/+20
* initial import of IntIntHashmap + JUnitTest including a benchmark.Michael Bien2010-04-081-0/+195