summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e...Sven Gothel2011-11-291-5/+11
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-295-49/+228
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-222-10/+74
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-20/+21
* Platform: Add OS_VERSION_NUMBER / getOSVersionNumber()Sven Gothel2011-10-261-1/+10
* Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a...Sven Gothel2011-10-241-1/+2
* MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon...Sven Gothel2011-10-241-1/+7
* Add some warning supression tagsSven Gothel2011-10-071-0/+5
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-063-24/+46
* Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a...Sven Gothel2011-09-301-5/+39
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-301-2/+26
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-302-12/+20
* IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont...Sven Gothel2011-09-281-1/+35
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* RunnableTask: Allow validation whether invoking thread intends to wait for th...Sven Gothel2011-09-271-0/+6
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-0/+61
* Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...Sven Gothel2011-09-272-3/+55
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-245/+0
* JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at...Sven Gothel2011-09-241-1/+38
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-242-4/+17
* Better DEBUG outputSven Gothel2011-09-233-60/+62
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-4/+18
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-232-75/+2
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-234-56/+140
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-226-93/+44
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-223-9/+71
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-218-148/+100
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-203-27/+85
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-205-17/+10
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-193-0/+1051
* Enhancement/GenericStyle:Sven Gothel2011-09-194-49/+228
* NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3Sven Gothel2011-09-161-20/+34
* IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;...Sven Gothel2011-09-141-19/+67
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-032-3/+3
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-312-34/+26
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-37/+34
* CachedBufferFactory: Cosmetic changes - comments, -1 -> 0Sven Gothel2011-08-091-2/+11
* DynamicLibraryBundleInfo: Allow impl. to select tool/system lookupSven Gothel2011-08-092-8/+34
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-051-3/+16
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-037-265/+13
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-282-2/+2
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-284-7/+84
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-1/+1
* Android: Remove native (fake) detectionSven Gothel2011-07-241-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-243-10/+138
* Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB...Sven Gothel2011-07-221-2/+3
* Reversed Type relocation ; Minor fixSven Gothel2011-07-2136-60/+28