| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts: favor java8 on 32bit like we do on 64bit | Sven Gothel | 2014-08-28 | 1 | -3/+13 |
* | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ... | Sven Gothel | 2014-08-28 | 3 | -5/+7 |
* | Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 | Sven Gothel | 2014-08-28 | 4 | -13/+13 |
* | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone | Sven Gothel | 2014-08-16 | 1 | -2/+2 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -1/+3 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 4 | -6/+10 |
* | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning... | Sven Gothel | 2014-06-17 | 1 | -2/+2 |
* | Minor edits: space, final qualifier; setenv-build-*: Add generic JDK location | Sven Gothel | 2014-06-17 | 2 | -0/+25 |
* | OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.cl... | Sven Gothel | 2014-06-11 | 1 | -29/+0 |
* | Unit Test: Modularize Semantic Version Test / Fix 'excludes' | Sven Gothel | 2014-05-13 | 1 | -2/+2 |
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -4/+4 |
* | Bug 923: Remove dependency of CStruct annotation processor _generation_ and g... | Sven Gothel | 2014-05-11 | 4 | -8/+20 |
* | build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ... | Sven Gothel | 2014-05-09 | 2 | -15/+42 |
* | Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(... | Sven Gothel | 2014-02-21 | 1 | -4/+4 |
* | Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con... | Sven Gothel | 2014-02-21 | 1 | -2/+2 |
* | Bug 890: Adding versatile Bitstream implementation | Sven Gothel | 2014-02-20 | 1 | -3/+9 |
* | Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing) | Sven Gothel | 2014-02-15 | 1 | -0/+2 |
* | Add lst-jars.sh script | Sven Gothel | 2014-01-25 | 1 | -0/+6 |
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 6 | -11/+13 |
* | 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 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 2 | -7/+8 |
* | Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro... | Sven Gothel | 2013-11-17 | 3 | -2/+68 |
* | Add generic 'check-glibc.sh' script / rename old script | Sven Gothel | 2013-11-17 | 2 | -10/+36 |
* | TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ... | Sven Gothel | 2013-10-24 | 1 | -3/+3 |
* | 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 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ... | Sven Gothel | 2013-09-22 | 1 | -2/+2 |
* | Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks. | Sven Gothel | 2013-09-19 | 1 | -0/+4 |
* | Bump to JDK/JRE 7u40. | Sven Gothel | 2013-09-19 | 4 | -8/+8 |
* | Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', ... | Sven Gothel | 2013-09-13 | 1 | -0/+29 |
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe... | Sven Gothel | 2013-08-31 | 1 | -2/+2 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -3/+3 |
* | *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 |
* | Release 2.0.2 | Sven Gothel | 2013-07-19 | 1 | -2/+2 |
* | Scripts: Fix setenv for open-solaris/indiana/Illumus .. | Sven Gothel | 2013-07-04 | 2 | -4/+30 |
* | Scripts: Build macosx w/ java7 targeting java6 in build-macosx. | Sven Gothel | 2013-06-24 | 1 | -2/+2 |
* | scripts runtests .. | Sven Gothel | 2013-06-21 | 1 | -3/+3 |
* | Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing | Sven Gothel | 2013-06-21 | 14 | -16/+29 |
* | Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they would... | Sven Gothel | 2013-06-20 | 2 | -2/+2 |
* | Scripts: Windows java run: Use 6u45 | Sven Gothel | 2013-06-20 | 2 | -4/+4 |
* | Script: Add adb logcat script | Sven Gothel | 2013-06-20 | 1 | -0/+4 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-20 | 18 | -139/+142 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -9/+11 |
* | Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7 | Sven Gothel | 2013-06-15 | 3 | -3/+78 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 1 | -1/+2 |
* | Android SDK changes: Add /build-tools/17.0.0 to PATH | Sven Gothel | 2013-06-13 | 1 | -1/+1 |
* | Fix Bug 751 OSX Java-6: Derive host/target-rt jar file from 'java.home'. | Sven Gothel | 2013-06-13 | 2 | -3/+22 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 2 | -1/+119 |