aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-097-16/+167
* gluegen: avoid bugs with sign-extension in readUInt16Harvey Harrison2014-04-111-2/+3
* Bump to 2.2-rcSven Gothel2014-03-111-4/+4
* Revert "Fix CStruct annotation processor warning."v2.1.5Sven Gothel2014-03-101-1/+1
* Bump to release 2.1.5 (Android: 0914019)Sven Gothel2014-03-101-3/+3
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-104-11/+14
* Merge remote-tracking branch 'remotes/wwalker/bug_994_fix_cstruct_annotation_...Sven Gothel2014-03-101-1/+1
|\
| * Fix CStruct annotation processor warning.Wade Walker2014-03-061-1/+1
* | Merge remote-tracking branch 'remotes/wwalker/bug_992_allow_ignore_of_unnamed...Sven Gothel2014-03-101-0/+3
|\ \
| * | Allow Ignore in config to ignore unnamed structs.Wade Walker2014-03-051-0/+3
| |/
* | Merge remote-tracking branch 'remotes/wwalker/bug_990_fix_gluegen_c_warnings'Sven Gothel2014-03-106-4/+67
|\ \
| * | Fix accidental tabs.Wade Walker2014-03-044-25/+25
| * | Remove warnings in emitted C code.Wade Walker2014-03-046-1/+64
| |/
* | Fix 7z for paths containing spaces on Windows.Wade Walker2014-03-011-1/+1
* | Fix sed for paths containing spaces on Windows.Wade Walker2014-03-011-1/+1
* | Add parser temp output files to ignored list.Wade Walker2014-03-011-0/+2
|/
* Bitstream: Add 'throwIOExceptionOnEOF' mode; fix certain EOS situations (flus...Sven Gothel2014-02-211-9/+85
* 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-218-92/+109
* Bitstream: Another CamelCase fix: uint32LongtoInt -> uint32LongToIntSven Gothel2014-02-211-2/+2
* Bitstream: Refine c70c730b22c847668cf475dc6f841b85297ac3ab: 'toUint32Long' ->...Sven Gothel2014-02-213-14/+22
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-214-15/+62
* Bug 980: Use Bitsream class for jogamp.common.os.elf.**Sven Gothel2014-02-202-18/+12
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-208-3/+2371
* Bug 958 - Add support for OpenJDK version notationSven Gothel2014-02-161-3/+10
* 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
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..) / Instrument Refl...Sven Gothel2014-02-121-8/+99
* Bump to 2.2.0 RCSven Gothel2014-02-051-4/+4
* Prepare 2.1.4v2.1.4Sven Gothel2014-01-301-3/+3
* ActivityLauncher: Ensure System properties are cleared at stop() alreadySven Gothel2014-01-261-26/+36
* 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-2412-163/+404
* Refine test/TestMultiAndFatJar: Demoing test class outside of fat and multi jarSven Gothel2014-01-243-11/+28
* Platform: Fix API doc of getCPUFamily(), getCPUType() and getABIType()Sven Gothel2014-01-231-3/+9
* 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-226-29/+91
* GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration eleme...Sven Gothel2014-01-212-38/+85
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-142-7/+6
* Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; Depr...Sven Gothel2014-01-111-1/+10
* IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned right-shif...Sven Gothel2014-01-091-9/+14
* gluegen: MethodBinding implements clone() without implenting ClonableHarvey Harrison2014-01-051-6/+1
* IOUtil: Add convenience compound class 'ClassResources'Sven Gothel2013-12-301-0/+37
* Bump to 2.1.4 RCv2.1.4_rc01Sven Gothel2013-12-181-1/+1
* gluegen: use String.format to emit the error exception in implementation classesv2.1.3Harvey Harrison2013-11-301-1/+2
* IOUtil.encodeToURI(): Only use method if requiredSven Gothel2013-11-282-3/+113