aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
Commit message (Expand)AuthorAgeFilesLines
* Bug 1417 - Android: Use d8 for dex'ing w/ implicit Java8 desugaring (macro: a...Sven Gothel2019-12-261-2/+8
* Bug 1363: Java 11: Document Java8 target constraints; Fix one odd compile issueSven Gothel2019-08-191-0/+3
* Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1...Sven Gothel2019-08-191-1/+4
* Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0Sven Gothel2019-08-181-7/+11
* Update cpptask.jar to commit 757192655df20cc6a68affe8cbb4d7de387c9c67Sven Gothel2019-06-171-1/+1
* Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-301-17/+0
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-241-3/+7
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-231-0/+9
* Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part 2)Sven Gothel2015-03-091-1/+1
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-091-2/+2
* Bug 1134 - Utilize AliasedSymbol where required in *Configuration; Clarify Pr...Sven Gothel2015-03-061-3/+6
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-1/+1
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-0/+4
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-131-2/+13
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-2/+4
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-111-2/+19
* unit test: preserve hs_err_pid*.log files (move to results folder for archive)Sven Gothel2014-05-091-0/+3
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-091-1/+1
* build-test.xml: Push 'java.generate' up from java.build to android.packageSven Gothel2014-02-211-3/+3
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-0/+19
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-0/+3
* Align integer version property name .. jogamp_int_version -> jogamp.version.intSven Gothel2013-03-281-1/+1
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-281-2/+2
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-281-3/+4
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-2/+2
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-2/+3
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-1/+1
* Fix Android Remote Test: gluegen-rt.apk -> gluegen-rt-android-${android.abi}.apkSven Gothel2012-06-151-1/+1
* Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android...Sven Gothel2012-06-151-1/+1
* Dump Local Info on build machine during junit.compileSven Gothel2012-03-281-1/+7
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-0/+4
* Android: New ActivityLauncher (jogamp.android-launcher.apk)Sven Gothel2012-03-141-1/+1
* android remote adb test fixes: (1) Add connect; (2) Remove overriding explici...Sven Gothel2012-03-101-1/+3
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-071-1/+1
* android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m...Sven Gothel2012-03-071-1/+3
* android build/test fixes and refinementSven Gothel2012-03-071-4/+18
* Changes to make gluegen build with NDK r7Edwin Vane2012-02-281-1/+3
* If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa...Sven Gothel2012-02-241-1/+4
* Even if 'junit.is.disabled', we need to produce the test archive (7z), otherw...Sven Gothel2012-02-241-1/+4
* Introduce environment-var/property to disable unit tests (per node)Sven Gothel2012-02-241-4/+5
* minor: verbose outputSven Gothel2012-02-241-2/+2
* Add gluegen.basename property, allowing to pass the JOB_NAME to the find loca...Sven Gothel2012-02-241-9/+15
* Add required NODE_LABEL, ie label/linux-armv7-img, allowing to find the prope...Sven Gothel2012-02-241-7/+7
* fix targetcommand.sh name on targetSven Gothel2012-02-241-4/+4
* Exposing custom gluegen-cpptask.file for crosscompilation presets, adding glu...Sven Gothel2012-02-241-4/+4
* Passing environment-vars and ant-properties to junit tests, enabling fine gra...Sven Gothel2012-02-231-1/+6
* Fix crosstests (TestJarUtil and PCPP)Sven Gothel2012-02-191-2/+2
* Fix linux-armv7 crosscompilationSven Gothel2012-02-191-1/+0
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+1
* Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..)Sven Gothel2012-01-221-9/+4