index
:
users/mraynsford/gluegen.git
mark
master
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...
Sven Gothel
2012-09-21
2
-18
/
+18
*
SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...
Sven Gothel
2012-09-21
2
-8
/
+42
*
AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl...
Sven Gothel
2012-09-10
1
-1
/
+25
*
Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...
Sven Gothel
2012-08-16
1
-6
/
+6
*
Lock Cleanup (API Change)
Sven Gothel
2012-06-27
6
-17
/
+64
*
Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...
v2.0-rc9
Sven Gothel
2012-06-20
1
-19
/
+32
*
Fix Platform static initialization interdependencies w/ GlueGen native librar...
Sven Gothel
2012-06-18
2
-7
/
+319
*
Fix Bug 587: Use alternative storage location if platform's temp directory is...
Sven Gothel
2012-06-16
3
-9
/
+8
*
Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...
Sven Gothel
2012-06-04
3
-5
/
+139
*
Android AssetDexClassLoader: Disable DEBUG flag.
Sven Gothel
2012-05-04
1
-1
/
+1
*
GlueGenVersionActivity: Add Scroller ..
Sven Gothel
2012-05-04
1
-1
/
+5
*
LauncherUtil: Allow no query in URI and no PKG in query
Sven Gothel
2012-05-04
1
-4
/
+1
*
Android: Add the LauncherVersionActivity ..
Sven Gothel
2012-05-04
1
-0
/
+92
*
Android ClassLoaderUtil: Cleanup hack ..
Sven Gothel
2012-05-04
1
-2
/
+0
*
Android Launcher: More verbose ClassLoader*
Sven Gothel
2012-05-03
2
-4
/
+30
*
AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs...
Sven Gothel
2012-05-03
4
-99
/
+295
*
StringBuffer -> StringBuilder (Local objects, no concurrency)
Sven Gothel
2012-04-16
2
-2
/
+2
*
ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()'
Sven Gothel
2012-04-09
3
-12
/
+29
*
Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...
Sven Gothel
2012-03-26
1
-0
/
+65
*
Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...
Sven Gothel
2012-03-17
7
-84
/
+144
[next]