| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 1 | -2/+11 |
* | Add javadoc arg '-Xdoclint:none' if java >= 1.8 via property 'javadoc.xarg1' ... | Sven Gothel | 2015-02-03 | 1 | -0/+1 |
* | GlueGen AAPT Task: Android APK native-code files shall be named using 'os.and... | Sven Gothel | 2015-02-02 | 1 | -1/+1 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -1/+1 |
* | Bug 1108 - Fix difficulties to determine executable access permission on Wind... | Sven Gothel | 2014-12-13 | 1 | -0/+9 |
* | Revert "gluegen: directly use git subcommands rather than sed over a temp file" | Sven Gothel | 2014-08-28 | 1 | -19/+13 |
* | gluegen: directly use git subcommands rather than sed over a temp file | Harvey Harrison | 2014-08-15 | 1 | -13/+19 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -9/+10 |
* | Bug 1023/Bug 1024: Create native jar files for different configurations due t... | Sven Gothel | 2014-07-10 | 1 | -1/+2 |
* | complete commit 33eb9484c4675423431521f2271e3e9d8d38f3b2 | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | gluegen: update the target names for generating java code | Harvey Harrison | 2014-05-31 | 1 | -45/+45 |
* | gluegen: pair the grammer input folder with an out.dir value | Harvey Harrison | 2014-05-31 | 1 | -12/+12 |
* | gluegen: move all antlr grammars to a top-level directory | Harvey Harrison | 2014-05-31 | 1 | -10/+9 |
* | build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ... | Sven Gothel | 2014-05-09 | 1 | -0/+27 |
* | Fix sed for paths containing spaces on Windows. | Wade Walker | 2014-03-01 | 1 | -1/+1 |
* | build.xml .. fix doc (copy/paste) | Sven Gothel | 2014-01-26 | 1 | -1/+1 |
* | Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'se... | Sven Gothel | 2014-01-25 | 1 | -2/+0 |
* | Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ... | Sven Gothel | 2013-10-23 | 1 | -4/+1 |
* | artifact.properties: Add gluegen.build.version:=jogamp.version | Sven Gothel | 2013-10-04 | 1 | -1/+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 | 1 | -3/+3 |
* | Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met... | Sven Gothel | 2013-08-15 | 1 | -2/+3 |
* | Javadoc: Use JogAmp Stylesheet / Colors .. | Sven Gothel | 2013-07-17 | 1 | -1/+5 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-20 | 1 | -1/+18 |
* | Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove generate.nativelibr... | Sven Gothel | 2013-06-17 | 1 | -52/+0 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 1 | -4/+2 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 1 | -0/+3 |
* | build.xml: fix intendations | Sven Gothel | 2013-04-21 | 1 | -5/+5 |
* | Align integer version property name .. jogamp_int_version -> jogamp.version.int | Sven Gothel | 2013-03-28 | 1 | -2/+2 |
* | Move *_base_version to jogamp.version.base: Unifying base version across all ... | Sven Gothel | 2013-03-28 | 1 | -8/+7 |
* | Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M... | Sven Gothel | 2013-03-28 | 1 | -15/+12 |
* | Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H... | Sven Gothel | 2013-03-12 | 1 | -0/+6 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -1/+3 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 1 | -6/+53 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 1 | -4/+53 |
* | Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | Fix Bug 624 - Compile and generate android JAR files (gluegen-rt-android.jar)... | Sven Gothel | 2012-10-04 | 1 | -5/+8 |
* | Android: Bump version.code: 914011 | Sven Gothel | 2012-08-23 | 1 | -1/+1 |
* | Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf... | Sven Gothel | 2012-08-16 | 1 | -5/+5 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -10/+10 |
* | Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android... | Sven Gothel | 2012-06-15 | 1 | -24/+63 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 1 | -20/+44 |
* | Android: Bump version.code: 914010 | Sven Gothel | 2012-05-09 | 1 | -1/+1 |
* | Android: Bump version.code to 0914009 | Sven Gothel | 2012-05-09 | 1 | -1/+1 |
* | Android: aapt no debug, gluegen: proper version.code and launcher manifest | Sven Gothel | 2012-05-04 | 1 | -4/+4 |
* | Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.co... | Sven Gothel | 2012-05-04 | 1 | -3/+3 |
* | Android version.code: 3 | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Fix Android JogAmp Launcher: Assets | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Bump Android version.code: 2 | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | APK version code = 1 | Sven Gothel | 2012-05-03 | 1 | -1/+1 |