| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a... | Sven Gothel | 2015-01-30 | 7 | -123/+260 |
* | Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) | Sven Gothel | 2015-01-30 | 2 | -28/+50 |
* | Bug 1122 - Elf Parser: EM_res183 -> EM_AARCH64, detecting AArch64; Updating S... | Sven Gothel | 2015-01-30 | 3 | -68/+182 |
* | Bug 1123 - Android Launcher/ClassLoaderUtil: Fails to work w/ Android 5.* (lo... | Sven Gothel | 2015-01-28 | 1 | -0/+48 |
* | Debug: Use JogAmp license, since we re-modelled it using PropertyAccess, comm... | Sven Gothel | 2014-07-11 | 1 | -33/+21 |
* | PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances to ea... | Sven Gothel | 2014-07-11 | 1 | -22/+33 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 37 | -495/+489 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | PosixDynamicLinkerImpl: cleanup uncommented enums's intendation | Sven Gothel | 2014-05-09 | 1 | -2/+2 |
* | Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(... | Sven Gothel | 2014-02-21 | 1 | -5/+1 |
* | Bug 980: Use Bitsream class for jogamp.common.os.elf.** | Sven Gothel | 2014-02-20 | 2 | -18/+12 |
* | Bug 958 - Add support for OpenJDK version notation | Sven Gothel | 2014-02-16 | 1 | -3/+10 |
* | ActivityLauncher: Ensure System properties are cleared at stop() already | Sven Gothel | 2014-01-26 | 1 | -26/+36 |
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 4 | -145/+307 |
* | Bug 944 - Platform doesn't parse early-access java-version string properly (J... | Sven Gothel | 2014-01-14 | 1 | -5/+4 |
* | PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbers | Sven Gothel | 2013-10-24 | 1 | -1/+11 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 7 | -0/+10 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 23 | -437/+437 |
* | Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ... | Sven Gothel | 2013-09-22 | 1 | -0/+15 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -3/+6 |
* | Fix a typo (Retruns => Returns) | Sylvestre Ledru | 2013-07-10 | 1 | -1/+1 |
* | UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal... | Sven Gothel | 2013-06-25 | 4 | -115/+32 |
* | Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o... | Sven Gothel | 2013-06-25 | 1 | -1/+1 |
* | Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing files | Sven Gothel | 2013-06-22 | 2 | -0/+179 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce... | Sven Gothel | 2013-06-21 | 4 | -27/+63 |
* | DynamicLinker*: Proper Override notation | Sven Gothel | 2013-06-20 | 4 | -3/+15 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 4 | -66/+137 |
* | Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU... | Sven Gothel | 2013-06-18 | 2 | -1/+9 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 4 | -58/+83 |
* | Fix Bug 749: Add Support for Solaris SPARC 32bit | Britta Eckhardt | 2013-06-13 | 1 | -12/+17 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 4 | -24/+24 |
* | Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp... | Sven Gothel | 2013-05-31 | 1 | -2/+2 |
* | RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output | Sven Gothel | 2013-05-05 | 1 | -3/+4 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 3 | -0/+0 |
* | Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu... | Sven Gothel | 2013-03-18 | 2 | -16/+20 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -110/+0 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -34/+83 |
* | Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to... | Sven Gothel | 2013-02-08 | 2 | -22/+133 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 7 | -0/+1683 |
* | Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad... | Sven Gothel | 2013-01-31 | 4 | -61/+153 |
* | Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitable | Sven Gothel | 2013-01-19 | 2 | -25/+16 |
* | MainLauncher: Remove Thread.destroy() - n/a on Android .. | Sven Gothel | 2013-01-19 | 1 | -1/+2 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -7/+13 |
* | Merge remote-tracking branch 'xranby/gcj-gij' | Sven Gothel | 2013-01-18 | 1 | -2/+4 |
|\ |
|
| * | PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE. | Xerxes RĂ„nby | 2013-01-18 | 1 | -2/+4 |
* | | Android Completion for launching main() class via MainLauncher; Fix ActivityL... | Sven Gothel | 2013-01-18 | 4 | -32/+117 |
|/ |
|
* | Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe... | Sven Gothel | 2012-12-28 | 1 | -15/+36 |
* | Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use Appli... | Sven Gothel | 2012-12-27 | 1 | -9/+19 |
* | gluegen: replace Thread name with name of lock file in SingletonInstanceFileL... | Harvey Harrison | 2012-10-16 | 1 | -1/+1 |
* | SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s... | Sven Gothel | 2012-10-04 | 1 | -0/+1 |