index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
TestTracer -> JunitTracer
v2.0-rc4
Sven Gothel
2011-12-02
16
-31
/
+31
*
Fix Test1p2ProcAddressEmitter (static var); Add TestTracer
Sven Gothel
2011-12-02
18
-18
/
+116
*
NativeLibrary DEBUG: stack trace @ close()
Sven Gothel
2011-12-01
1
-0
/
+1
*
TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...
Sven Gothel
2011-12-01
6
-52
/
+71
*
Test: Add unload of libraries as last test.
Sven Gothel
2011-12-01
1
-5
/
+11
*
JVMUtil: Remove Platform dependency - It's being called by Platform and is pr...
Sven Gothel
2011-12-01
1
-6
/
+3
*
Minor edits / Put gluegen-rt 'libBaseName' static.
Sven Gothel
2011-12-01
1
-10
/
+10
*
DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...
Sven Gothel
2011-12-01
2
-11
/
+42
*
Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.
Sven Gothel
2011-12-01
3
-33
/
+88
*
Bump to 6u29
Sven Gothel
2011-12-01
4
-8
/
+8
*
Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo...
Sven Gothel
2011-11-29
1
-1
/
+1
*
Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)
Sven Gothel
2011-11-29
3
-134
/
+211
*
Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe...
Sven Gothel
2011-11-29
1
-1
/
+1
*
JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e...
Sven Gothel
2011-11-29
1
-5
/
+11
*
JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...
Sven Gothel
2011-11-29
7
-54
/
+402
*
Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).
Sven Gothel
2011-11-29
8
-6
/
+69
*
cpptasks MacOSX 10.5 support (bug 528): Use '-mmacosx-version-min=10.5' flag ...
Sven Gothel
2011-11-26
1
-0
/
+2
*
Move TRACE_LOCK from RecursiveLock -> Lock
Sven Gothel
2011-11-26
2
-9
/
+4
*
ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustness
Sven Gothel
2011-11-24
1
-3
/
+11
*
Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570...
Sven Gothel
2011-11-22
1
-1
/
+4
*
RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...
Sven Gothel
2011-11-22
4
-11
/
+176
*
Platform: Add 'getCurrentSleepJitter()'
Sven Gothel
2011-11-08
1
-1
/
+26
*
gluegen/OSX: Add property java.osx.frameworks.dir
Sven Gothel
2011-11-05
1
-0
/
+5
*
Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...
Sven Gothel
2011-10-27
4
-23
/
+50
*
Platform: Add OS_VERSION_NUMBER / getOSVersionNumber()
Sven Gothel
2011-10-26
1
-1
/
+10
*
Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a...
Sven Gothel
2011-10-24
1
-1
/
+2
*
MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon...
Sven Gothel
2011-10-24
2
-1
/
+9
*
Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-...
Sven Gothel
2011-10-18
2
-22
/
+41
*
Add solaris 64bit JVM comment
Sven Gothel
2011-10-18
1
-0
/
+2
*
Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64)
Sven Gothel
2011-10-18
4
-5
/
+44
*
Android: Use NDK default gcc settings
Sven Gothel
2011-10-18
2
-2
/
+20
*
Add some warning supression tags
Sven Gothel
2011-10-07
1
-0
/
+5
*
Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...
Sven Gothel
2011-10-06
7
-33
/
+107
*
Android: no verbose
Sven Gothel
2011-10-01
1
-2
/
+2
*
Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a...
Sven Gothel
2011-09-30
1
-5
/
+39
*
IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc
Sven Gothel
2011-09-30
2
-5
/
+29
*
IOUtil: Generalize w/ getTempRoot()
Sven Gothel
2011-09-30
2
-12
/
+20
*
IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont...
Sven Gothel
2011-09-28
1
-1
/
+35
*
Android apk's jarsrcdir: exclude all sources. TODO: need better custom resour...
Sven Gothel
2011-09-28
1
-1
/
+1
*
Don't default to USE_TEMP_JAR_CACHE:=true on Android
Sven Gothel
2011-09-28
1
-2
/
+3
*
Android aapt.signed: add jarsrcdir to add non java files (resources) to the apk
Sven Gothel
2011-09-28
1
-0
/
+7
*
minor: test/build scripts
Sven Gothel
2011-09-27
2
-4
/
+7
*
RunnableTask: Allow validation whether invoking thread intends to wait for th...
Sven Gothel
2011-09-27
1
-0
/
+6
*
Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementation
Sven Gothel
2011-09-27
6
-199
/
+1059
*
Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...
Sven Gothel
2011-09-27
2
-3
/
+55
*
Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...
Sven Gothel
2011-09-27
1
-0
/
+0
*
SingletonInstanceServerSocket: composite thread name w/ leading original one
Sven Gothel
2011-09-25
1
-1
/
+8
*
JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at...
Sven Gothel
2011-09-24
1
-1
/
+38
*
NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...
Sven Gothel
2011-09-24
2
-4
/
+17
*
Better DEBUG output
Sven Gothel
2011-09-23
3
-60
/
+62
[next]