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
*
Prepare 2.1.4
v2.1.4
Sven Gothel
2014-01-30
1
-3
/
+3
*
ActivityLauncher: Ensure System properties are cleared at stop() already
Sven Gothel
2014-01-26
1
-26
/
+36
*
build.xml .. fix doc (copy/paste)
Sven Gothel
2014-01-26
1
-1
/
+1
*
Add lst-jars.sh script
Sven Gothel
2014-01-25
1
-0
/
+6
*
Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'se...
Sven Gothel
2014-01-25
4
-2
/
+12
*
Jar Manifest: Sealed Entries must follow generic headers - Otherwise subseque...
Sven Gothel
2014-01-25
4
-8
/
+12
*
Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...
Sven Gothel
2014-01-24
12
-163
/
+404
*
Refine test/TestMultiAndFatJar: Demoing test class outside of fat and multi jar
Sven Gothel
2014-01-24
3
-11
/
+28
*
Platform: Fix API doc of getCPUFamily(), getCPUType() and getABIType()
Sven Gothel
2014-01-23
1
-3
/
+9
*
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh...
Sven Gothel
2014-01-22
6
-0
/
+11
*
Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...
Sven Gothel
2014-01-22
6
-29
/
+91
*
GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration eleme...
Sven Gothel
2014-01-21
2
-38
/
+85
*
Bug 944 - Platform doesn't parse early-access java-version string properly (J...
Sven Gothel
2014-01-14
2
-7
/
+6
*
Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; Depr...
Sven Gothel
2014-01-11
1
-1
/
+10
*
IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned right-shif...
Sven Gothel
2014-01-09
1
-9
/
+14
*
gluegen: MethodBinding implements clone() without implenting Clonable
Harvey Harrison
2014-01-05
1
-6
/
+1
*
IOUtil: Add convenience compound class 'ClassResources'
Sven Gothel
2013-12-30
1
-0
/
+37
*
Bump to 2.1.4 RC
v2.1.4_rc01
Sven Gothel
2013-12-18
1
-1
/
+1
*
gluegen: use String.format to emit the error exception in implementation classes
v2.1.3
Harvey Harrison
2013-11-30
1
-1
/
+2
*
IOUtil.encodeToURI(): Only use method if required
Sven Gothel
2013-11-28
2
-3
/
+113
*
IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...
Sven Gothel
2013-11-28
5
-36
/
+251
*
JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ...
Sven Gothel
2013-11-27
2
-7
/
+12
*
IOUtil: Add comments to slashify args @ caller; Use validated File @ IOUtil.t...
Sven Gothel
2013-11-27
1
-7
/
+7
*
IOUtil/JarUtil: DEBUG output on stderr not stdout
Sven Gothel
2013-11-27
2
-26
/
+30
*
JarUtil: Use common strings for exceptions (same as used in IOUtil)
Sven Gothel
2013-11-27
1
-2
/
+2
*
glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of __as...
Sven Gothel
2013-11-17
1
-8
/
+13
*
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro...
Sven Gothel
2013-11-17
6
-5
/
+72
*
Add generic 'check-glibc.sh' script / rename old script
Sven Gothel
2013-11-17
2
-10
/
+36
*
Bump (back) to 2.1.3 - devel (Postpone 2.2.0 track until important bugs and i...
Sven Gothel
2013-11-06
1
-2
/
+2
*
Bump to 2.2.0 RC/Devel ..
Sven Gothel
2013-11-01
1
-5
/
+4
*
Release 2.1.2 (Android 0914017)
v2.1.2
Sven Gothel
2013-11-01
1
-1
/
+1
*
Bump 2.1.2 Release ..
Sven Gothel
2013-11-01
1
-2
/
+2
*
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Sven Gothel
2013-11-01
6
-0
/
+6
*
Bug 754 - JarUtil: Add method to generate resource URI from class's Jar URI a...
Sven Gothel
2013-10-31
2
-0
/
+68
*
Bump to 2.1.2-devel (Commit 55cc188f0f076a046d05a49c1c82bb90ba545117 missed t...
Sven Gothel
2013-10-25
1
-1
/
+1
*
Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' det...
Sven Gothel
2013-10-25
2
-1
/
+6
*
TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ...
Sven Gothel
2013-10-24
2
-7
/
+24
*
Use org.junit.Assert instead of deprecated junit.framework.Assert
Sven Gothel
2013-10-24
7
-194
/
+187
*
Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 8...
Sven Gothel
2013-10-24
4
-1
/
+9
*
PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbers
Sven Gothel
2013-10-24
1
-1
/
+11
*
Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...
Sven Gothel
2013-10-23
5
-33
/
+138
*
Bump to 2.1.1-devel
Sven Gothel
2013-10-19
1
-2
/
+2
*
Release 2.1.1 (Android 0914016)
v2.1.1
Sven Gothel
2013-10-19
1
-4
/
+4
*
Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...
Sven Gothel
2013-10-18
11
-266
/
+523
*
Bump 7u45
Sven Gothel
2013-10-18
4
-8
/
+8
*
gluegen: add all missing @Override annotations
Harvey Harrison
2013-10-17
51
-0
/
+182
*
gluegen: remove trailing whitespace
Harvey Harrison
2013-10-17
136
-2508
/
+2508
*
ArrayHashSet: Use final local vars if applicable
Sven Gothel
2013-10-17
1
-7
/
+7
*
ArrayHashSet: Add @Override
Sven Gothel
2013-10-17
1
-0
/
+27
*
Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions via WI...
Sven Gothel
2013-10-13
1
-4
/
+4
[next]