summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-5/+1
* Bug 980: Use Bitsream class for jogamp.common.os.elf.**Sven Gothel2014-02-202-18/+12
* Bug 958 - Add support for OpenJDK version notationSven Gothel2014-02-161-3/+10
* ActivityLauncher: Ensure System properties are cleared at stop() alreadySven Gothel2014-01-261-26/+36
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-244-145/+307
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-141-5/+4
* PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbersSven Gothel2013-10-241-1/+11
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-177-0/+10
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-1723-437/+437
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-0/+15
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+6
* Fix a typo (Retruns => Returns)Sylvestre Ledru2013-07-101-1/+1
* UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal...Sven Gothel2013-06-254-115/+32
* Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o...Sven Gothel2013-06-251-1/+1
* Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing filesSven Gothel2013-06-222-0/+179
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-214-27/+63
* DynamicLinker*: Proper Override notationSven Gothel2013-06-204-3/+15
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-204-66/+137
* Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU...Sven Gothel2013-06-182-1/+9
* Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va...Sven Gothel2013-06-164-58/+83
* Fix Bug 749: Add Support for Solaris SPARC 32bitBritta Eckhardt2013-06-131-12/+17
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-114-24/+24
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-311-2/+2
* RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG outputSven Gothel2013-05-051-3/+4
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-093-0/+0
* Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu...Sven Gothel2013-03-182-16/+20
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-110/+0
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-34/+83
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-082-22/+133
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-087-0/+1683
* Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad...Sven Gothel2013-01-314-61/+153
* Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitableSven Gothel2013-01-192-25/+16
* MainLauncher: Remove Thread.destroy() - n/a on Android ..Sven Gothel2013-01-191-1/+2
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-7/+13
* Merge remote-tracking branch 'xranby/gcj-gij'Sven Gothel2013-01-181-2/+4
|\
| * PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.Xerxes RĂ„nby2013-01-181-2/+4
* | Android Completion for launching main() class via MainLauncher; Fix ActivityL...Sven Gothel2013-01-184-32/+117
|/
* Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe...Sven Gothel2012-12-281-15/+36
* Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use Appli...Sven Gothel2012-12-271-9/+19
* gluegen: replace Thread name with name of lock file in SingletonInstanceFileL...Harvey Harrison2012-10-161-1/+1
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-0/+1
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-212-18/+18
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-212-8/+42
* AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl...Sven Gothel2012-09-101-1/+25
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-6/+6
* Lock Cleanup (API Change)Sven Gothel2012-06-276-17/+64
* Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9Sven Gothel2012-06-201-19/+32
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-182-7/+319
* Fix Bug 587: Use alternative storage location if platform's temp directory is...Sven Gothel2012-06-163-9/+8
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-043-5/+139