| Commit message (Expand) | Author | Age | Files | Lines |
* | android build/test fixes and refinement | Sven Gothel | 2012-03-07 | 3 | -10/+43 |
* | make.gluegen.all.linux-armv7-cross.sh: Use common TARGET_PLATFORM_ROOT | Sven Gothel | 2012-03-06 | 1 | -2/+3 |
* | cpptasks: Cleanup patch file and move single patches to obsolete for clarific... | Sven Gothel | 2012-03-06 | 5 | -229/+8 |
* | android crosscompile script, use android-ndk-r7b but favor generic android-nd... | Sven Gothel | 2012-03-06 | 1 | -6/+18 |
* | Update and cleanup cpptasks build & archive. | Sven Gothel | 2012-03-06 | 11 | -4/+320 |
* | Merge branch 'pulled' | Sven Gothel | 2012-03-06 | 7 | -101/+70 |
|\ |
|
| * | Changes to make gluegen build with NDK r7 | Edwin Vane | 2012-02-28 | 7 | -101/+70 |
* | | Fix local armel path | Sven Gothel | 2012-03-03 | 2 | -2/+4 |
|/ |
|
* | Dummy unit test name slice -> status | Sven Gothel | 2012-02-24 | 1 | -1/+1 |
* | If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa... | Sven Gothel | 2012-02-24 | 2 | -1/+14 |
* | 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 | 4 | -8/+13 |
* | minor: verbose output | Sven Gothel | 2012-02-24 | 2 | -10/+4 |
* | Add gluegen.basename property, allowing to pass the JOB_NAME to the find loca... | Sven Gothel | 2012-02-24 | 1 | -9/+15 |
* | Add NODE_LABEL in scripts/make.gluegen.all.linux-armv7-cross.sh | Sven Gothel | 2012-02-24 | 1 | -0/+2 |
* | 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 | 5 | -16/+63 |
* | Set 'jvmDataModel.arg' property in crosscompile build scripts, where 'gluegen... | Sven Gothel | 2012-02-23 | 3 | -7/+2 |
* | Passing environment-vars and ant-properties to junit tests, enabling fine gra... | Sven Gothel | 2012-02-23 | 2 | -1/+21 |
* | build script | Sven Gothel | 2012-02-22 | 1 | -1/+1 |
* | Fix crosstests (TestJarUtil and PCPP) | Sven Gothel | 2012-02-19 | 1 | -2/+2 |
* | Fix [linux] armv7 cross build (regression of commit 196c325aa3dddb0d775e8fb80... | Sven Gothel | 2012-02-19 | 1 | -1/+10 |
* | Fix linux-armv7 crosscompilation | Sven Gothel | 2012-02-19 | 2 | -3/+8 |
* | Fix setting default bootclasspath (target.rt.jar and host.rt.jar) for OS X | Sven Gothel | 2012-01-23 | 1 | -4/+16 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 2 | -0/+4 |
* | Add verification script for compiled-in Java version | Sven Gothel | 2012-01-22 | 1 | -0/+25 |
* | Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..) | Sven Gothel | 2012-01-22 | 7 | -39/+187 |
* | Fix Bug 545: Provide more information about the system | Sylvestre Ledru | 2012-01-09 | 1 | -1/+4 |
* | Fix Bug 488: Enable others architectures under GNU/Linux | Sylvestre Ledru | 2012-01-09 | 2 | -4/+273 |
* | Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind', allow w... | Sven Gothel | 2012-01-09 | 2 | -5/+36 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 1 | -2/+3 |
* | win make scripts - bump to 6u30 | Sven Gothel | 2011-12-21 | 4 | -8/+8 |
* | junit.run: Add 32bit tests for OSX (fat binaries)v2.0-rc5 | Sven Gothel | 2011-12-18 | 3 | -29/+61 |
* | JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion... | Sven Gothel | 2011-12-18 | 1 | -2/+2 |
* | scrips for sol | Sven Gothel | 2011-12-18 | 2 | -0/+40 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 1 | -1/+2 |
* | Fix Test1p2ProcAddressEmitter (static var); Add TestTracer | Sven Gothel | 2011-12-02 | 1 | -2/+2 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 1 | -2/+2 |
* | Bump to 6u29 | Sven Gothel | 2011-12-01 | 4 | -8/+8 |
* | Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar). | Sven Gothel | 2011-11-29 | 3 | -6/+12 |
* | cpptasks MacOSX 10.5 support (bug 528): Use '-mmacosx-version-min=10.5' flag ... | Sven Gothel | 2011-11-26 | 1 | -0/+2 |
* | RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc... | Sven Gothel | 2011-11-22 | 1 | -1/+2 |
* | gluegen/OSX: Add property java.osx.frameworks.dir | Sven Gothel | 2011-11-05 | 1 | -0/+5 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 1 | -3/+3 |
* | Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-... | Sven Gothel | 2011-10-18 | 2 | -22/+41 |
* | Add solaris 64bit JVM comment | Sven Gothel | 2011-10-18 | 1 | -0/+2 |
* | Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64) | Sven Gothel | 2011-10-18 | 4 | -5/+44 |
* | Android: Use NDK default gcc settings | Sven Gothel | 2011-10-18 | 1 | -2/+19 |
* | Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co... | Sven Gothel | 2011-10-06 | 1 | -2/+3 |