summaryrefslogtreecommitdiffstats
path: root/make/build.xml
Commit message (Expand)AuthorAgeFilesLines
* Align integer version property name .. jogamp_int_version -> jogamp.version.intSven Gothel2013-03-281-2/+2
* Move *_base_version to jogamp.version.base: Unifying base version across all ...Sven Gothel2013-03-281-8/+7
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-281-15/+12
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-121-0/+6
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-1/+3
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-081-6/+53
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-301-4/+53
* Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non...Sven Gothel2012-10-041-1/+1
* Fix Bug 624 - Compile and generate android JAR files (gluegen-rt-android.jar)...Sven Gothel2012-10-041-5/+8
* Android: Bump version.code: 914011Sven Gothel2012-08-231-1/+1
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-5/+5
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-10/+10
* Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android...Sven Gothel2012-06-151-24/+63
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-041-20/+44
* Android: Bump version.code: 914010Sven Gothel2012-05-091-1/+1
* Android: Bump version.code to 0914009Sven Gothel2012-05-091-1/+1
* Android: aapt no debug, gluegen: proper version.code and launcher manifestSven Gothel2012-05-041-4/+4
* Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.co...Sven Gothel2012-05-041-3/+3
* Android version.code: 3Sven Gothel2012-05-041-1/+1
* Fix Android JogAmp Launcher: AssetsSven Gothel2012-05-041-1/+1
* Bump Android version.code: 2Sven Gothel2012-05-041-1/+1
* APK version code = 1Sven Gothel2012-05-031-1/+1
* Reduce APK version name to 30 charsSven Gothel2012-05-031-1/+1
* 7z Archive: Add all APK's - Was missing Android Launcher.Sven Gothel2012-03-281-1/+1
* Add *.apk files to the 7z archive [for deployment]Sven Gothel2012-03-271-0/+1
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-0/+1
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-1/+9
* Android: New ActivityLauncher (jogamp.android-launcher.apk)Sven Gothel2012-03-141-18/+67
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-071-7/+7
* build: Move c.compiler.debug, c.compiler.use-debug and c.compiler.optimise fr...Sven Gothel2012-03-071-7/+0
* Changes to make gluegen build with NDK r7Edwin Vane2012-02-281-2/+6
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+3
* Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..)Sven Gothel2012-01-221-24/+15
* Fix Bug 488: Enable others architectures under GNU/LinuxSylvestre Ledru2012-01-091-1/+49
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-1/+1
* ant target base.compile w/o tampering artifacts.propertiesSven Gothel2011-09-141-7/+8
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-051-1/+11
* aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-librar...Sven Gothel2011-08-051-1/+3
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-031-3/+3
* Remove android excludes (compilation), ensuring 1:1 jar filesSven Gothel2011-08-021-6/+2
* Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resourc...Sven Gothel2011-08-021-6/+2
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-281-23/+37
* Fix android build/unit-test ; Generalize aapt packaging (macro) ; Use jogamp ...Sven Gothel2011-07-281-97/+22
* Merge branch 'wip_mobile' of git://github.com/sgothel/gluegen into wip_mobileRami Santina2011-07-261-1/+1
|\
| * Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-1/+1
* | Added android packaging for android gluegen-rt.apkRami Santina2011-07-261-12/+87
|/
* Add native lib in apk, needs work to be installed (manifest ...)Sven Gothel2011-07-241-2/+10
* Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P...Sven Gothel2011-07-241-1/+5
* Complete android apk creation and cont. unit test launch. Need to write unit ...Sven Gothel2011-07-241-13/+7
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-2/+25