summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-177-0/+12
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-1733-912/+912
* ArrayHashSet: Use final local vars if applicableSven Gothel2013-10-171-7/+7
* ArrayHashSet: Add @OverrideSven Gothel2013-10-171-0/+27
* Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w...Sven Gothel2013-10-072-13/+36
* VersionUtil.getPlatformInfo: include 'getOSVersionNumber()' beside it's strin...Sven Gothel2013-10-031-1/+1
* PropertyAccess: Add trusted properties sun.java2d.opengl, sun.java2d.noddraw,...Sven Gothel2013-10-021-1/+8
* IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU...Sven Gothel2013-10-012-18/+41
* Bug 845: Fix JNILibLoaderBase.addNativeJarLibsImpl(..) fat-jar case.Sven Gothel2013-10-011-1/+4
* Bug 845: Add support for one big-fat jar file [java classes plus all native '...Sven Gothel2013-10-012-17/+40
* Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ...Sven Gothel2013-10-012-3/+35
* Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap...Sven Gothel2013-10-013-81/+22
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-1/+1
* *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s...Sven Gothel2013-08-243-144/+189
* Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR...Sven Gothel2013-08-223-0/+996
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-172-4/+9
* gluegen: remove unneeded casts to JarEntryHarvey Harrison2013-07-152-2/+2
* gluegen: remove redundant test for null relativePathHarvey Harrison2013-07-151-1/+1
* gluegen: remove redundant assignment of tmpBaseDirHarvey Harrison2013-07-151-2/+0
* Fix a typo (Retruns => Returns)Sylvestre Ledru2013-07-101-2/+2
* RunnableTask/FunctionTask run(): Write tExecuted in finally block, removing c...Sven Gothel2013-07-092-8/+6
* Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3Sven Gothel2013-06-241-0/+3
* SingletonInstance: Add stats about time/attempts, subtract real-time delta fr...Sven Gothel2013-06-241-10/+20
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-211-0/+11
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-193-63/+153
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-0/+11
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-114-138/+178
* Fix Bug 683 part1b: Add IOUtil.getRelativeOf(URL, ..), wrapper for URI for co...Sven Gothel2013-06-091-0/+12
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-093-275/+295
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-312-28/+191
* VersionNumber*: Add static final 'zeroVersion' for convenience and identity.Sven Gothel2013-04-262-1/+8
* VersionNumber: Add API doc, use final int values, remove protected 'nop' ctor...Sven Gothel2013-04-162-21/+94
* IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.Sven Gothel2013-04-111-0/+26
* IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '*...Sven Gothel2013-04-111-12/+60
* gluegen: use enhanced for-loops in ArrayHashSetHarvey Harrison2013-04-031-10/+9
* gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl...Harvey Harrison2013-04-031-4/+2
* ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor)Sven Gothel2013-04-011-4/+24
* VersionUtil: add getManifest(.., String[] extensions) variant, allowing detec...Sven Gothel2013-03-281-5/+30
* Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmmSven Gothel2013-03-281-2/+2
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-281-0/+25
* Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx...Sven Gothel2013-03-183-11/+39
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-184-19/+45
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-122-12/+79
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-0/+110
* Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl...Sven Gothel2013-02-211-21/+40
* Merge remote-tracking branch 'wwalker/bug_687_jar_resolver'Sven Gothel2013-02-211-1/+45
|\
| * Add security checks to resolver methods.Wade Walker2013-02-171-4/+26
| * Make JarUtil work with custom classloadersWade Walker2013-02-111-1/+23
* | Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b...Sven Gothel2013-02-143-34/+38
* | Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-134-118/+379
|/