aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os
Commit message (Expand)AuthorAgeFilesLines
* Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, regression of ...Sven Gothel2015-03-181-1/+4
* Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws SecurityE...Sven Gothel2015-02-051-7/+11
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-022-92/+151
* Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse isOSX det...Sven Gothel2015-02-011-16/+8
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-013-129/+171
* Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescriptionSven Gothel2015-01-303-70/+56
* Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a...Sven Gothel2015-01-304-41/+132
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-303-47/+36
* Refine ExceptionUtils: Shorten method name, dumpThrowable uses dumpStackSven Gothel2014-10-261-1/+2
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-4/+4
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-1/+1
* gluegen: relax private variable access to package-private for members accesse...Harvey Harrison2014-07-071-1/+1
* Merge remote-tracking branch 'github-mark/master' (Bug 1023, Bug 1024)Sven Gothel2014-07-051-2/+1
|\
| * Clean up native library loading and remove the ability to strip prefixes.Mark Raynsford2014-06-301-1/+1
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-035-104/+105
* | Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-282-2/+2
|/
* Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-171-1/+1
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-242-7/+84
* Platform: Fix API doc of getCPUFamily(), getCPUType() and getABIType()Sven Gothel2014-01-231-3/+9
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-174-0/+8
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-178-235/+235
* Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap...Sven Gothel2013-10-011-11/+3
* DynamicLibraryBundle: Remove unused importsSven Gothel2013-08-261-3/+0
* Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met...Sven Gothel2013-08-151-0/+22
* Remove _default_ workaround for Bug 566. Workaround shall no more be required...v2.0.2Sven Gothel2013-07-201-7/+1
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-214-81/+116
* DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T...Sven Gothel2013-06-203-11/+65
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-202-70/+70
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-1/+2
* Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p...Sven Gothel2013-06-181-26/+31
* Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU...Sven Gothel2013-06-182-6/+20
* Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va...Sven Gothel2013-06-161-1/+7
* Fix Bug 749: Add Support for Solaris SPARC 32bitBritta Eckhardt2013-06-131-7/+13
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-112-58/+58
* Bug 747: AndroidVersion: HashMap -> IntObjectHashMapSven Gothel2013-06-091-7/+6
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-092-16/+27
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-094-0/+0
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-1/+1
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-14/+40
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-48/+64
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-1/+14
* Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa...Sven Gothel2012-10-251-3/+14
* Refine API doc of Buffers, fix API doc Platform.NEWLINE.Sven Gothel2012-10-031-1/+1
* Platform: Slight reorder of initialization reducing one PrivilegedAction block.Sven Gothel2012-09-071-42/+41
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-17/+26
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-183-302/+65
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-041-11/+34
* DynamicLibraryBundle: API doc refinement, mention the ClassLoader role.Sven Gothel2012-05-042-5/+16
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-043-16/+21
* Platform: Need priviledge read access for property 'java.awt.headless'Sven Gothel2012-04-251-9/+13