aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common
Commit message (Expand)AuthorAgeFilesLines
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-172-5/+14
* PropertyAccess: Push down 'isPropertyDefined(final String property, final boo...Sven Gothel2012-03-131-0/+4
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-132-165/+14
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-132-72/+148
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-123-19/+22
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-0/+211
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-113-43/+83
* JVMUtil: Remove Platform dependency - It's being called by Platform and is pr...Sven Gothel2011-12-011-6/+3
* MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon...Sven Gothel2011-10-241-0/+2
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-274-122/+613
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-0/+245
* SingletonInstanceServerSocket: composite thread name w/ leading original oneSven Gothel2011-09-251-1/+8
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-4/+11
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-0/+77
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-4/+23
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-1/+2
* Fix Bug 510 w/ Wade Walker's proposal. However, the EGL global lookup setting...Sven Gothel2011-08-221-2/+6
* Android: Extract static context holderSven Gothel2011-08-063-11/+50
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-034-2/+212
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-284-1/+216
* Android: Remove native (fake) detectionSven Gothel2011-07-241-11/+0
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-0/+12
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-31/+63
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-203-138/+9
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-173-16/+12
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+120
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-172-0/+122
* SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper nameSven Gothel2011-06-121-2/+2
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-112-0/+351
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-0/+149