| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 6 | -11/+13 |
* | 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 | 4 | -5/+33 |
* | Bug 944 - Platform doesn't parse early-access java-version string properly (J... | Sven Gothel | 2014-01-14 | 1 | -2/+2 |
* | Bump to 2.1.4 RCv2.1.4_rc01 | Sven Gothel | 2013-12-18 | 1 | -1/+1 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 2 | -7/+8 |
* | 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 |
* | 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 | 1 | -3/+3 |
* | Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 8... | Sven Gothel | 2013-10-24 | 4 | -1/+9 |
* | Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ... | Sven Gothel | 2013-10-23 | 1 | -4/+1 |
* | 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 | 3 | -5/+17 |
* | Bump 7u45 | Sven Gothel | 2013-10-18 | 4 | -8/+8 |
* | Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions via WI... | Sven Gothel | 2013-10-13 | 1 | -4/+4 |
* | Android uses-sdk: Add android:targetSdkVersion="14" (to show up for tablets) | Sven Gothel | 2013-10-11 | 3 | -3/+3 |
* | Bump to 2.1.1-devel | Sven Gothel | 2013-10-10 | 1 | -3/+3 |
* | Release 2.1.0 (Android 0914015)v2.1.0 | Sven Gothel | 2013-10-10 | 1 | -3/+3 |
* | artifact.properties: Add gluegen.build.version:=jogamp.version | Sven Gothel | 2013-10-04 | 1 | -1/+2 |
* | Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ... | Sven Gothel | 2013-09-22 | 1 | -2/+2 |
* | Fix build issue on OSX w/ Java6. target.rt.jar is not enough for compile-time... | Sven Gothel | 2013-09-21 | 1 | -3/+9 |
* | Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks. | Sven Gothel | 2013-09-19 | 2 | -3/+7 |
* | Bump to JDK/JRE 7u40. | Sven Gothel | 2013-09-19 | 4 | -8/+8 |
* | Complete a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78: Only patch symbols w/ __GN... | Sven Gothel | 2013-09-13 | 1 | -1/+2 |
* | glibc-compat-symbols.h: Only patch symbols w/ __GNUC__, aka 'gcc' | Sven Gothel | 2013-09-13 | 1 | -6/+13 |
* | Complete commit 10a28c860bd3f4ccecef156c9bbbc88087bf568d: Add source jar file... | Sven Gothel | 2013-09-13 | 1 | -0/+0 |
* | jawt_md.h: fix preprocessor comment | Sven Gothel | 2013-09-13 | 1 | -1/+1 |
* | Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', ... | Sven Gothel | 2013-09-13 | 5 | -45/+95 |
* | Bump cpptasks.jar to ant-cpptasks git-sha1 8c2badcaba6b791082d50efda4441b7c69... | Sven Gothel | 2013-09-13 | 1 | -0/+0 |
* | Remove cpptasks archive, using <http://jogamp.org/git/?p=ant-cpptasks.git;a=s... | Sven Gothel | 2013-09-12 | 7 | -184/+3 |
* | JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc | Sven Gothel | 2013-09-08 | 1 | -3/+3 |
* | Version: Bump to developer version 2.1.0, 0914014 | Sven Gothel | 2013-09-02 | 1 | -3/+3 |
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe... | Sven Gothel | 2013-08-31 | 4 | -38/+216 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -3/+3 |
* | AndroidManifests Launcher/Test: Add Camera features and permission | Sven Gothel | 2013-08-27 | 2 | -2/+5 |
* | *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s... | Sven Gothel | 2013-08-24 | 1 | -1/+1 |
* | Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR... | Sven Gothel | 2013-08-22 | 1 | -9/+12 |
* | Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met... | Sven Gothel | 2013-08-15 | 1 | -2/+3 |