aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common
Commit message (Expand)AuthorAgeFilesLines
...
* Debug: out -> err streamSven Gothel2010-12-133-21/+21
* clean: importSven Gothel2010-12-131-1/+0
* Add generic VersionNumber util classSven Gothel2010-11-281-0/+92
* Refined VersionInfo (seperator/new-line)Sven Gothel2010-11-252-12/+10
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-7/+86
* print platform info (GlueGenVersion).Michael Bien2010-11-182-0/+9
* Version info debugging works now even without native libs.Michael Bien2010-11-184-71/+96
* Add general purpose WriteCloneable interfaceSven Gothel2010-11-171-0/+42
* Fix API docSven Gothel2010-11-152-9/+13
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-142-2/+5
* Don't printStackTrace if the exception shall be catched for later useSven Gothel2010-11-141-6/+2
* Adding missig GlueGenVersionSven Gothel2010-11-121-0/+60
* 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-096-0/+54
* Changed license (-> BSD) and content (minimum tokens) of dynamic-linker.hSven Gothel2010-11-081-10/+4
* 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-146-49/+276
* 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-1411-247/+286
* Split up method call for reusageSven Gothel2010-07-231-11/+36
* Final fix for Java SE Platform query, as negotiated with Michael :)Sven Gothel2010-07-081-18/+7
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-07-071-10/+48
|\
| * added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-10/+48
* | Fix: Add missing imports; Add warmup phase to primitive hashmap testSven Gothel2010-07-021-0/+2
* | Moving ClassLoader parameter to the end, which seems to be easier to read.Sven Gothel2010-06-281-7/+7
* | Fix regression of missing JavaSE check in case of security manager; TypoSven Gothel2010-06-261-6/+24
|/
* 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-102-65/+6
* | refactored Platform. Simplified initializer.Michael Bien2010-06-101-34/+42
|/
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-106-39/+517
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-057-0/+45
* ReflectionUtil: Added callStaticMethod(..)Sven Gothel2010-05-051-8/+48
* Fix privileged access (applet)Sven Gothel2010-04-281-9/+16
* Fix broken buildSven Gothel2010-04-281-1/+1
* small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables).Michael Bien2010-04-271-19/+44
* Using Buffers.isDirect(), due to Java <= 1.5 limitationsSven Gothel2010-04-261-1/+1
* renamed method.Michael Bien2010-04-241-2/+1
* IntIntHashMap (and friends) is now Iterable. Added iterator testcase.Michael Bien2010-04-211-5/+90