aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os
Commit message (Expand)AuthorAgeFilesLines
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-35/+84
* To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro...Sven Gothel2012-03-271-1/+5
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-263-0/+40
* DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th...Sven Gothel2012-03-262-2/+8
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-221-1/+0
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-6/+6
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-2/+2
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-6/+2
* Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo.Xerxes RĂ„nby2012-02-181-4/+4
* Platform: Add Java VersionNumberSven Gothel2012-02-131-2/+11
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-124-30/+31
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-17/+13
* Fix JAR cache to allow running from class filesWade Walker2011-12-291-1/+17
* Fix regression of commit b669435d277a10e6163034aba286ecccce013f69, which remo...Sven Gothel2011-12-181-7/+14
* NativeLibrary DEBUG: stack trace @ close()Sven Gothel2011-12-011-0/+1
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-2/+1
* 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
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-3/+3
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26
* Platform: Add OS_VERSION_NUMBER / getOSVersionNumber()Sven Gothel2011-10-261-1/+10
* MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon...Sven Gothel2011-10-241-1/+7
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-241-2/+2
* 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-231-0/+2
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-14/+11
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-222-22/+40
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-212-4/+4
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-14/+3
* Enhancement/GenericStyle:Sven Gothel2011-09-192-28/+162
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-312-34/+26
* 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-035-205/+5
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-281-1/+1
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-281-2/+0
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-242-6/+128
* Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB...Sven Gothel2011-07-221-2/+3
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-212-151/+183
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-202-43/+220
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-171-24/+6
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-173-140/+403
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-081-3/+15
* Platform: Add getPageSize()Sven Gothel2011-06-071-0/+7
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-261-1/+1
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-261-6/+5
* debug: mention thread nameSven Gothel2010-12-171-1/+2
* Fix refactor bug: os -> os_lc in strings, reverted.Sven Gothel2010-12-151-7/+7