summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a...Sven Gothel2015-01-307-123/+260
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-302-28/+50
* Bug 1122 - Elf Parser: EM_res183 -> EM_AARCH64, detecting AArch64; Updating S...Sven Gothel2015-01-303-68/+182
* Bug 1123 - Android Launcher/ClassLoaderUtil: Fails to work w/ Android 5.* (lo...Sven Gothel2015-01-281-0/+48
* Debug: Use JogAmp license, since we re-modelled it using PropertyAccess, comm...Sven Gothel2014-07-111-33/+21
* PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances to ea...Sven Gothel2014-07-111-22/+33
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0337-495/+489
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* PosixDynamicLinkerImpl: cleanup uncommented enums's intendationSven Gothel2014-05-091-2/+2
* 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