summaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Expand)AuthorAgeFilesLines
* Bump semantic-versioning (0.9.33 + jogamp fixes)Sven Gothel2015-04-031-2/+2
* Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas...Sven Gothel2015-04-011-2/+3
* TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1Sven Gothel2015-03-271-2/+2
* Bug 1149 - Fix JCPP test case IncludeAbsoluteTestSven Gothel2015-03-254-7/+12
* Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons...Sven Gothel2015-03-251-2/+2
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-241-8/+19
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-111-2/+2
* TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu...Sven Gothel2015-03-061-2/+2
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-1/+2
* build setup script: remove redundant ANT_PATH entrySven Gothel2015-02-051-7/+0
* GlueGen: Adapt APK install scripts for harmonized os.and.arch names, see comm...Sven Gothel2015-02-026-11/+4
* Remove unused armv7 scripts and gluegen pieceSven Gothel2015-02-022-125/+0
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-2/+2
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-011-2/+2
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-303-0/+69
* Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >...Sven Gothel2015-01-283-104/+93
* test scripts: Bump JRE, add TEMP/TMP settingsSven Gothel2014-12-128-22/+36
* Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access...Sven Gothel2014-12-113-12/+10
* Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett...Sven Gothel2014-12-031-7/+9
* Make Scripts OSX: Remove -java7 script, add -java6 script (default uses java8)Sven Gothel2014-10-032-4/+14
* MappedByteBuffer*Stream:Sven Gothel2014-10-032-4/+4
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-291-1/+2
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-263-4/+9
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-2/+4
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-101-2/+3
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-2/+2
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-083-2/+4
* Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-072-4/+4
* Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-2/+2
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-072-7/+8
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-073-5/+9
* Scripts: Bump to java 1.8.0_20Sven Gothel2014-08-312-4/+4
* scripts: setenv-build-x86*: allow using a preset jre/jdk iff JAVA_HOME and J2...Sven Gothel2014-08-282-12/+32
* TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0Sven Gothel2014-08-281-2/+2
* scripts: favor java8 on 32bit like we do on 64bitSven Gothel2014-08-281-3/+13
* Bug 1015: Test executable permission on Windows via bat file (temp dir, like ...Sven Gothel2014-08-283-5/+7
* Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4Sven Gothel2014-08-284-13/+13
* IntIntHashMap: Reduce temp. ArrayList<Entry> instances in cloneSven Gothel2014-08-161-2/+2
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-1/+3
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-254-6/+10
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-2/+2
* Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-172-0/+25
* OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.cl...Sven Gothel2014-06-111-29/+0
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-131-2/+2
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-4/+4
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-114-8/+20
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-092-15/+42
* 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