summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android AssetDexClassLoader: Disable DEBUG flag.Sven Gothel2012-05-041-1/+1
* GlueGenVersionActivity: Add Scroller ..Sven Gothel2012-05-041-1/+5
* LauncherUtil: Allow no query in URI and no PKG in querySven Gothel2012-05-041-4/+1
* Android: Add the LauncherVersionActivity ..Sven Gothel2012-05-041-0/+92
* Android ClassLoaderUtil: Cleanup hack ..Sven Gothel2012-05-041-2/+0
* Android Launcher: More verbose ClassLoader*Sven Gothel2012-05-032-4/+30
* AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs...Sven Gothel2012-05-034-99/+295
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-162-2/+2
* ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()'Sven Gothel2012-04-093-12/+29
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-0/+65
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-177-84/+144