aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* build-test.xml: Push 'java.generate' up from java.build to android.packageSven Gothel2014-02-211-3/+3
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-4/+4
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-211-2/+2
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-201-3/+9
* toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++Sven Gothel2014-02-156-0/+6
* Bump 'down' to 2.1.5Sven Gothel2014-02-151-2/+2
* Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing)Sven Gothel2014-02-151-0/+2
* Bump to 2.2.0 RCSven Gothel2014-02-051-4/+4
* Prepare 2.1.4v2.1.4Sven Gothel2014-01-301-3/+3
* build.xml .. fix doc (copy/paste)Sven Gothel2014-01-261-1/+1
* Add lst-jars.sh scriptSven Gothel2014-01-251-0/+6
* Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'se...Sven Gothel2014-01-254-2/+12
* Jar Manifest: Sealed Entries must follow generic headers - Otherwise subseque...Sven Gothel2014-01-254-8/+12
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-246-11/+13
* Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh...Sven Gothel2014-01-226-0/+11
* Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...Sven Gothel2014-01-224-5/+33
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-141-2/+2
* Bump to 2.1.4 RCv2.1.4_rc01Sven Gothel2013-12-181-1/+1
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-282-7/+8
* glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of __as...Sven Gothel2013-11-171-8/+13
* Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro...Sven Gothel2013-11-176-5/+72
* Add generic 'check-glibc.sh' script / rename old scriptSven Gothel2013-11-172-10/+36
* Bump (back) to 2.1.3 - devel (Postpone 2.2.0 track until important bugs and i...Sven Gothel2013-11-061-2/+2
* Bump to 2.2.0 RC/Devel ..Sven Gothel2013-11-011-5/+4
* Release 2.1.2 (Android 0914017)v2.1.2Sven Gothel2013-11-011-1/+1
* Bump 2.1.2 Release ..Sven Gothel2013-11-011-2/+2
* Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..Sven Gothel2013-11-016-0/+6
* Bump to 2.1.2-devel (Commit 55cc188f0f076a046d05a49c1c82bb90ba545117 missed t...Sven Gothel2013-10-251-1/+1
* Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' det...Sven Gothel2013-10-252-1/+6
* TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ...Sven Gothel2013-10-241-3/+3
* Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 8...Sven Gothel2013-10-244-1/+9
* Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...Sven Gothel2013-10-231-4/+1
* Bump to 2.1.1-develSven Gothel2013-10-191-2/+2
* Release 2.1.1 (Android 0914016)v2.1.1Sven Gothel2013-10-191-4/+4
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-183-5/+17
* Bump 7u45Sven Gothel2013-10-184-8/+8
* Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions via WI...Sven Gothel2013-10-131-4/+4
* Android uses-sdk: Add android:targetSdkVersion="14" (to show up for tablets)Sven Gothel2013-10-113-3/+3
* Bump to 2.1.1-develSven Gothel2013-10-101-3/+3
* Release 2.1.0 (Android 0914015)v2.1.0Sven Gothel2013-10-101-3/+3
* artifact.properties: Add gluegen.build.version:=jogamp.versionSven Gothel2013-10-041-1/+2
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-2/+2
* Fix build issue on OSX w/ Java6. target.rt.jar is not enough for compile-time...Sven Gothel2013-09-211-3/+9
* Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.Sven Gothel2013-09-192-3/+7
* Bump to JDK/JRE 7u40.Sven Gothel2013-09-194-8/+8
* Complete a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78: Only patch symbols w/ __GN...Sven Gothel2013-09-131-1/+2
* glibc-compat-symbols.h: Only patch symbols w/ __GNUC__, aka 'gcc'Sven Gothel2013-09-131-6/+13
* Complete commit 10a28c860bd3f4ccecef156c9bbbc88087bf568d: Add source jar file...Sven Gothel2013-09-131-0/+0
* jawt_md.h: fix preprocessor commentSven Gothel2013-09-131-1/+1
* Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', ...Sven Gothel2013-09-135-45/+95