Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Java7 Windows scripts .. | Sven Gothel | 2013-06-20 | 2 | -8/+8 |
| | |||||
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵ | Sven Gothel | 2013-06-20 | 11 | -30/+80 |
| | | | | producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase | ||||
* | Android SDK changes: Add /build-tools/17.0.0 to PATH | Sven Gothel | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Add make.joal.all.sh | Sven Gothel | 2013-04-23 | 1 | -0/+9 |
| | |||||
* | Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); ↵ | Sven Gothel | 2013-04-23 | 2 | -2/+2 |
| | | | | Compile openal-soft w/ arm arch & float options if crosscompiled. | ||||
* | Fix x86_32 build on x86_64 of openal-soft; ; Statically link gcc-lib in ↵ | Sven Gothel | 2013-04-21 | 1 | -8/+4 |
| | | | | openal-soft; Strip all native libraries (1.5M -> ~400k) | ||||
* | Test building openal-soft w/ Windows/cmake - fails .. | Sven Gothel | 2013-02-01 | 2 | -6/+9 |
| | |||||
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 5 | -2/+19 |
| | |||||
* | Build Cleanup for Android, Misc changes .. | Sven Gothel | 2013-01-31 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | - Add 'c.build.openal.soft.android' task using GCC_VERSION -> ANDROID_TOOLCHAIN_VERSION NDK_ROOT -> ANDROID_NDK PATH_VANILLA -> PATH - Copy openal-soft lib to ${rootrel.build}/obj, to be picked up by jar and appt archiving tasks - Android build script: - Bump to GCC_VERSION 4.7 - Add PATH_VANILLA, i.e. PATH before adding cross-compile tools 'gcc' - Sound3DTest: Fix package name | ||||
* | JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh, | Sven Gothel | 2013-01-31 | 1 | -0/+90 |
| | | | | | | | | | | | | | | | - OpenAL Header - Unique declaration in al-types.h and alc-types.h, remove duplicates in al.h and alc.h - Use ALproc and ALCproc for opaque pointer return values - GlueGen Fixes - Remove duplicates in extension classes ALExt and ALExtConstants - Push all common configurations to joal-common.cfg - Complete ArgumentIsString for ALC methods - Added scripts/tests.sh for convenient manual testing of single unit test - | ||||
* | Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME | Sven Gothel | 2012-12-27 | 1 | -10/+10 |
| | | | | | | | | Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir, however this is not true: Semantics by Android tools are: ANDROID_SDK_HOME - Users ~/.android folder ANDROID_HOME - SDK root folder | ||||
* | Add make/scripts/make.joal.all.linux-armv6hf.sh | Xerxes Rånby | 2012-11-22 | 1 | -0/+31 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Add make/scripts/make.joal.all.linux-i586.sh | Xerxes Rånby | 2012-10-26 | 1 | -0/+31 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Add make/scripts/make.joal.all.linux-armv6.sh | Xerxes Rånby | 2012-10-25 | 1 | -0/+31 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-18 | 3 | -8/+53 |
| | |||||
* | Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10 | Sven Gothel | 2012-06-26 | 2 | -2/+6 |
| | |||||
* | Linux ARMel eabi: Use armv6t, soft-float - low profile to target more ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6 | Sven Gothel | 2012-04-18 | 1 | -1/+1 |
| | | | | devices. Our ARMhf build is high profile. | ||||
* | disable BUILD_ARCHIVE in android cross script | Sven Gothel | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Add make.joal.all.android-armv7-cross.sh | Sven Gothel | 2012-03-27 | 1 | -0/+92 |
| | |||||
* | Enable cross compile/test on linux-armv7 (including armv7 openal soft library) | Sven Gothel | 2012-02-27 | 1 | -0/+45 |
| | |||||
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵ | Sven Gothel | 2012-01-22 | 1 | -0/+6 |
| | | | | 64639b805a32338385421f168e12c1ef7f749d00 | ||||
* | win build script bump to 6u30 | Sven Gothel | 2011-12-21 | 2 | -4/+4 |
| | |||||
* | Add macosx build script | Sven Gothel | 2011-12-21 | 1 | -0/+12 |
| | |||||
* | Enable JOAL on Solaris | Sven Gothel | 2011-10-18 | 2 | -2/+29 |
| | |||||
* | Adapt changes of jogamp-env.xml | Sven Gothel | 2011-02-23 | 1 | -0/+0 |
| | |||||
* | Inverse build attribute build.noarchive -> build.archiveon | Sven Gothel | 2011-02-23 | 2 | -4/+2 |
| | |||||
* | Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); Updated ↵ | Sven Gothel | 2010-12-13 | 2 | -0/+0 |
| | | | | Linux bundled: ubuntu 10.10 1:1.12.854-2 (maybe we shall remove these at all) | ||||
* | Window Support added ; Win64 libs & license files | Sven Gothel | 2010-12-13 | 2 | -0/+24 |
| | | | | | | | | | | | | | | - plays on linux/window now - ant build files fixed -> Windows support - windows OpenAL 32/64 bit: see make/lib/FILES.txt make/lib/oalinst-license.txt) - linux libs: added .1 to suffix - added Debug impl - catch EAX init exception (ie unsatisfied link error) - EAX proper blocked init TODO: - check on osx - joal-demos | ||||
* | Add rootrel.build semantics .. | Sven Gothel | 2010-05-08 | 1 | -0/+23 |