| Commit message (Expand) | Author | Age | Files | Lines |
* | Dump Local Info on build machine during junit.compile | Sven Gothel | 2012-03-28 | 1 | -1/+7 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -0/+4 |
* | Android: New ActivityLauncher (jogamp.android-launcher.apk) | Sven Gothel | 2012-03-14 | 1 | -1/+1 |
* | android remote adb test fixes: (1) Add connect; (2) Remove overriding explici... | Sven Gothel | 2012-03-10 | 1 | -1/+3 |
* | Don't build and use gluegen.apk (compile time only) ; Don't test classloader ... | Sven Gothel | 2012-03-07 | 1 | -1/+1 |
* | android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m... | Sven Gothel | 2012-03-07 | 1 | -1/+3 |
* | android build/test fixes and refinement | Sven Gothel | 2012-03-07 | 1 | -4/+18 |
* | Changes to make gluegen build with NDK r7 | Edwin Vane | 2012-02-28 | 1 | -1/+3 |
* | If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa... | Sven Gothel | 2012-02-24 | 1 | -1/+4 |
* | Even if 'junit.is.disabled', we need to produce the test archive (7z), otherw... | Sven Gothel | 2012-02-24 | 1 | -1/+4 |
* | Introduce environment-var/property to disable unit tests (per node) | Sven Gothel | 2012-02-24 | 1 | -4/+5 |
* | minor: verbose output | Sven Gothel | 2012-02-24 | 1 | -2/+2 |
* | Add gluegen.basename property, allowing to pass the JOB_NAME to the find loca... | Sven Gothel | 2012-02-24 | 1 | -9/+15 |
* | Add required NODE_LABEL, ie label/linux-armv7-img, allowing to find the prope... | Sven Gothel | 2012-02-24 | 1 | -7/+7 |
* | fix targetcommand.sh name on target | Sven Gothel | 2012-02-24 | 1 | -4/+4 |
* | Exposing custom gluegen-cpptask.file for crosscompilation presets, adding glu... | Sven Gothel | 2012-02-24 | 1 | -4/+4 |
* | Passing environment-vars and ant-properties to junit tests, enabling fine gra... | Sven Gothel | 2012-02-23 | 1 | -1/+6 |
* | Fix crosstests (TestJarUtil and PCPP) | Sven Gothel | 2012-02-19 | 1 | -2/+2 |
* | Fix linux-armv7 crosscompilation | Sven Gothel | 2012-02-19 | 1 | -1/+0 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+1 |
* | Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..) | Sven Gothel | 2012-01-22 | 1 | -9/+4 |
* | junit.run: Add 32bit tests for OSX (fat binaries)v2.0-rc5 | Sven Gothel | 2011-12-18 | 1 | -4/+24 |
* | Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar). | Sven Gothel | 2011-11-29 | 1 | -2/+4 |
* | Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-... | Sven Gothel | 2011-10-18 | 1 | -6/+2 |
* | Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64) | Sven Gothel | 2011-10-18 | 1 | -0/+5 |
* | crosstest rsync, drop src zip | Sven Gothel | 2011-08-05 | 1 | -2/+2 |
* | crosstest: exclude .git as well | Sven Gothel | 2011-08-05 | 1 | -2/+2 |
* | crosstest: add rsync excludes | Sven Gothel | 2011-08-05 | 1 | -2/+8 |
* | aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-librar... | Sven Gothel | 2011-08-05 | 1 | -0/+1 |
* | Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resourc... | Sven Gothel | 2011-08-02 | 1 | -1/+1 |
* | Fix Android apk activity; Add apk VersionName; Add jar manifest to apk | Sven Gothel | 2011-07-28 | 1 | -1/+1 |
* | Fix android build/unit-test ; Generalize aapt packaging (macro) ; Use jogamp ... | Sven Gothel | 2011-07-28 | 1 | -6/+9 |
* | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 1 | -79/+74 |
* | Complete android apk creation and cont. unit test launch. Need to write unit ... | Sven Gothel | 2011-07-24 | 1 | -32/+24 |
* | Android integration / cross-test ; Enhance Platform | Sven Gothel | 2011-07-24 | 1 | -0/+59 |
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu... | Sven Gothel | 2011-07-23 | 1 | -1/+1 |
* | Enable cross-testing on linux-armv7 | Sven Gothel | 2011-07-23 | 1 | -4/+92 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 1 | -0/+4 |
* | test ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdeb... | Sven Gothel | 2011-04-20 | 1 | -2/+11 |
* | Fix archive.7z: unset property destfile.path. gluegen-archivetasks.xml -> jog... | Sven Gothel | 2011-02-24 | 1 | -1/+1 |
* | fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set | Sven Gothel | 2011-02-23 | 1 | -1/+2 |
* | Intro jogamp-env.xml to parse common env properties ; Fix archive.7z: use abs... | Sven Gothel | 2011-02-23 | 1 | -1/+1 |
* | Provide task 'archive.7z' and use it instead of zip | Sven Gothel | 2011-02-23 | 1 | -4/+5 |
* | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 1 | -1/+1 |
* | archive test results | Sven Gothel | 2010-12-15 | 1 | -0/+374 |