| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar). | Sven Gothel | 2011-11-29 | 8 | -6/+69 |
* | cpptasks MacOSX 10.5 support (bug 528): Use '-mmacosx-version-min=10.5' flag ... | Sven Gothel | 2011-11-26 | 1 | -0/+2 |
* | Move TRACE_LOCK from RecursiveLock -> Lock | Sven Gothel | 2011-11-26 | 2 | -9/+4 |
* | ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustness | Sven Gothel | 2011-11-24 | 1 | -3/+11 |
* | Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570... | Sven Gothel | 2011-11-22 | 1 | -1/+4 |
* | RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc... | Sven Gothel | 2011-11-22 | 4 | -11/+176 |
* | Platform: Add 'getCurrentSleepJitter()' | Sven Gothel | 2011-11-08 | 1 | -1/+26 |
* | gluegen/OSX: Add property java.osx.frameworks.dir | Sven Gothel | 2011-11-05 | 1 | -0/+5 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 4 | -23/+50 |
* | Platform: Add OS_VERSION_NUMBER / getOSVersionNumber() | Sven Gothel | 2011-10-26 | 1 | -1/+10 |
* | Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a... | Sven Gothel | 2011-10-24 | 1 | -1/+2 |
* | MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon... | Sven Gothel | 2011-10-24 | 2 | -1/+9 |
* | Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-... | Sven Gothel | 2011-10-18 | 2 | -22/+41 |
* | Add solaris 64bit JVM comment | Sven Gothel | 2011-10-18 | 1 | -0/+2 |
* | Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64) | Sven Gothel | 2011-10-18 | 4 | -5/+44 |
* | Android: Use NDK default gcc settings | Sven Gothel | 2011-10-18 | 2 | -2/+20 |
* | Add some warning supression tags | Sven Gothel | 2011-10-07 | 1 | -0/+5 |
* | Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co... | Sven Gothel | 2011-10-06 | 7 | -33/+107 |
* | Android: no verbose | Sven Gothel | 2011-10-01 | 1 | -2/+2 |
* | Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a... | Sven Gothel | 2011-09-30 | 1 | -5/+39 |
* | IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc | Sven Gothel | 2011-09-30 | 2 | -5/+29 |
* | IOUtil: Generalize w/ getTempRoot() | Sven Gothel | 2011-09-30 | 2 | -12/+20 |
* | IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont... | Sven Gothel | 2011-09-28 | 1 | -1/+35 |
* | Android apk's jarsrcdir: exclude all sources. TODO: need better custom resour... | Sven Gothel | 2011-09-28 | 1 | -1/+1 |
* | Don't default to USE_TEMP_JAR_CACHE:=true on Android | Sven Gothel | 2011-09-28 | 1 | -2/+3 |
* | Android aapt.signed: add jarsrcdir to add non java files (resources) to the apk | Sven Gothel | 2011-09-28 | 1 | -0/+7 |
* | minor: test/build scripts | Sven Gothel | 2011-09-27 | 2 | -4/+7 |
* | RunnableTask: Allow validation whether invoking thread intends to wait for th... | Sven Gothel | 2011-09-27 | 1 | -0/+6 |
* | Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementation | Sven Gothel | 2011-09-27 | 6 | -199/+1059 |
* | Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t... | Sven Gothel | 2011-09-27 | 2 | -3/+55 |
* | Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int... | Sven Gothel | 2011-09-27 | 1 | -0/+0 |
* | SingletonInstanceServerSocket: composite thread name w/ leading original one | Sven Gothel | 2011-09-25 | 1 | -1/+8 |
* | JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at... | Sven Gothel | 2011-09-24 | 1 | -1/+38 |
* | NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ... | Sven Gothel | 2011-09-24 | 2 | -4/+17 |
* | Better DEBUG output | Sven Gothel | 2011-09-23 | 3 | -60/+62 |
* | Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr... | Sven Gothel | 2011-09-23 | 3 | -8/+32 |
* | Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor... | Sven Gothel | 2011-09-23 | 4 | -5/+9 |
* | TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat... | Sven Gothel | 2011-09-23 | 5 | -59/+158 |
* | test script | Sven Gothel | 2011-09-22 | 1 | -4/+5 |
* | gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot... | Sven Gothel | 2011-09-22 | 7 | -97/+67 |
* | JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARs | Sven Gothel | 2011-09-22 | 3 | -9/+71 |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 10 | -152/+104 |
* | LICENSE.txt: Removed 'may be used'. Added Emphasized multiple licenses | Sven Gothel | 2011-09-21 | 1 | -12/+5 |
* | Temp Cache: More control over the lifecycle, explicit TempJarCache initializa... | Sven Gothel | 2011-09-20 | 4 | -29/+111 |
* | Remove redundant: NativeLibrary.ensureNativeLibLoaded() | Sven Gothel | 2011-09-20 | 6 | -18/+12 |
* | Enhancements / New utils: JarUtil, TempFileCache and TempJarCache | Sven Gothel | 2011-09-19 | 4 | -0/+1269 |
* | Enhancement/GenericStyle: | Sven Gothel | 2011-09-19 | 6 | -51/+234 |
* | NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3 | Sven Gothel | 2011-09-16 | 1 | -20/+34 |
* | IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;... | Sven Gothel | 2011-09-14 | 1 | -19/+67 |
* | ant target base.compile w/o tampering artifacts.properties | Sven Gothel | 2011-09-14 | 1 | -7/+8 |