aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JVMUtil: Remove Platform dependency - It's being called by Platform and is pr...Sven Gothel2011-12-011-6/+3
* Minor edits / Put gluegen-rt 'libBaseName' static.Sven Gothel2011-12-011-10/+10
* DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...Sven Gothel2011-12-012-11/+42
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-013-33/+88
* Bump to 6u29Sven Gothel2011-12-014-8/+8
* Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo...Sven Gothel2011-11-291-1/+1
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-293-134/+211
* Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe...Sven Gothel2011-11-291-1/+1
* 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-297-54/+402
* Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).Sven Gothel2011-11-298-6/+69
* cpptasks MacOSX 10.5 support (bug 528): Use '-mmacosx-version-min=10.5' flag ...Sven Gothel2011-11-261-0/+2
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570...Sven Gothel2011-11-221-1/+4
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-224-11/+176
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26
* gluegen/OSX: Add property java.osx.frameworks.dirSven Gothel2011-11-051-0/+5
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-274-23/+50
* 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-242-1/+9
* Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-...Sven Gothel2011-10-182-22/+41
* Add solaris 64bit JVM commentSven Gothel2011-10-181-0/+2
* Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64)Sven Gothel2011-10-184-5/+44
* Android: Use NDK default gcc settingsSven Gothel2011-10-182-2/+20
* Add some warning supression tagsSven Gothel2011-10-071-0/+5
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-067-33/+107
* Android: no verboseSven Gothel2011-10-011-2/+2
* 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-302-5/+29
* 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
* Android apk's jarsrcdir: exclude all sources. TODO: need better custom resour...Sven Gothel2011-09-281-1/+1
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* Android aapt.signed: add jarsrcdir to add non java files (resources) to the apkSven Gothel2011-09-281-0/+7
* minor: test/build scriptsSven Gothel2011-09-272-4/+7
* 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-276-199/+1059
* 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-0/+0
* SingletonInstanceServerSocket: composite thread name w/ leading original oneSven Gothel2011-09-251-1/+8
* 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-233-8/+32
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-234-5/+9
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-235-59/+158
* test scriptSven Gothel2011-09-221-4/+5
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-227-97/+67