Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only ↵ | Sven Gothel | 2013-02-01 | 2 | -3/+3 |
| | | | | include native library w/o version number. | ||||
* | Test building openal-soft w/ Windows/cmake - fails .. | Sven Gothel | 2013-02-01 | 3 | -8/+23 |
| | |||||
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 17 | -21/+196 |
| | |||||
* | Build Cleanup for Android, Misc changes .. | Sven Gothel | 2013-01-31 | 3 | -14/+36 |
| | | | | | | | | | | | | | | | | - 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 GlueGen: Force ProcAddress for all / ALExt*: Remove duplicates (AL) in ↵ | Sven Gothel | 2013-01-31 | 4 | -9/+34 |
| | | | | | | interface _and_ implementation - Using GlueGen enhancement of commit e58643727cc36d6dc27cec9e02934c26de7621ee | ||||
* | JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh, | Sven Gothel | 2013-01-31 | 11 | -142/+212 |
| | | | | | | | | | | | | | | | - 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 - | ||||
* | Make AL/ALC types unique in their respective header file; Use GlueGen's ↵ | Sven Gothel | 2013-01-31 | 4 | -108/+42 |
| | | | | stdint definition for all tested platforms | ||||
* | Add openal-soft git submodule | Sven Gothel | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Fix missing Opaque boolean ALboolean in make/joal-alext.cfg | Xerxes Rånby | 2013-01-30 | 1 | -0/+1 |
| | | | | | | ALboolean gor mapped to a byte now fixed to return a boolean. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | build.xml: set failonerror="false" for artifact.properties copy | Xerxes Rånby | 2013-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Remove system dependency of intptr_t and uint64_t. | Xerxes Rånby | 2013-01-29 | 3 | -9/+22 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Re-import OpenAL stub_includes/openal/eax.h required for EAX. | Xerxes Rånby | 2013-01-26 | 1 | -0/+32 |
| | | | | | | | | It is still questionable if we want to support EAX drivers for EAX only exist before Windows Vista. Many JOAL applications expect the EAX detection code to exist. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Remove obstolete bundled OpenAL and OpenAL-soft binarys. | Xerxes Rånby | 2013-01-26 | 13 | -52/+0 |
| | | | | | | | Prefer system installed libraries or OpenAL-soft built from source. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Bug 567 (part 2): add support for openal extensions | Michael Zucchi | 2013-01-26 | 4 | -13/+182 |
| | | | | | | | | Alter the OpenAL-soft headers to please the gluegen parser. al-types.h and alc-types.h imported from the patch made by Michael Zucchi. Author: Michael Zucchi <[email protected]> Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | build.xml al.c -> al.h after switch to OpenAl-soft headers. | Xerxes Rånby | 2013-01-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Bug 567 (part 1): add support for openal extensions | Michael Zucchi | 2013-01-25 | 4 | -0/+83 |
| | | | | | | | Imported JOAL specific parts from the patch made by Michael Zucchi. Author: Michael Zucchi <[email protected]> Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Import OpenAL-soft openal-soft/include/AL/ headers to stub_includes/openal. | Xerxes Rånby | 2013-01-25 | 6 | -0/+2414 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Delete OpenAL stub_includes/openal headers. | Xerxes Rånby | 2013-01-25 | 7 | -1990/+0 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | 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 | ||||
* | Merge pull request #5 from xranby/scripts | Sven Gothel | 2012-11-22 | 3 | -0/+93 |
|\ | | | | | JOAL Linux build make/scripts for armv6, armv6hf & i586 | ||||
| * | 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]> | ||||
* | | Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is ↵ | Sven Gothel | 2012-11-15 | 1 | -1/+1 |
| | | | | | | | | not avail per default on all platforms yet. | ||||
* | | Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is ↵ | Sven Gothel | 2012-11-15 | 1 | -1/+1 |
| | | | | | | | | not avail per default on all platforms yet. | ||||
* | | Build and bundle a openal-soft fallback on all arch. | Xerxes Rånby | 2012-10-25 | 1 | -1/+12 |
|/ | | | | | | | | | Tested using a native linux-armv6 build. TODO: Add cross-compile support. TODO: Add openal-soft cmake configure options. TODO: Strip the libopenal.so from debug symbols to reduce size. 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 |
| | |||||
* | Conditionally make APK (if Android) | Sven Gothel | 2012-03-27 | 1 | -2/+6 |
| | |||||
* | Add make.joal.all.android-armv7-cross.sh | Sven Gothel | 2012-03-27 | 1 | -0/+92 |
| | |||||
* | Generate and add *.apk files to the 7z archive [for deployment] | Sven Gothel | 2012-03-27 | 7 | -13/+70 |
| | |||||
* | native jar packaging: don't fail if platform OpenAL lib is n/a | Sven Gothel | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Fix junit.run | Sven Gothel | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Enable cross compile/test on linux-armv7 (including armv7 openal soft library) | Sven Gothel | 2012-02-27 | 5 | -9/+202 |
| | |||||
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 2 | -0/+4 |
| | |||||
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵ | Sven Gothel | 2012-01-22 | 3 | -6/+29 |
| | | | | 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 |
| | |||||
* | Add TempJarCache usage | Sven Gothel | 2011-12-18 | 1 | -1/+3 |
| | |||||
* | oops .. forgot to import gluegen-cpptask..v2.0-rc4 | Sven Gothel | 2011-10-18 | 1 | -0/+1 |
| | |||||
* | use jvmDataModel.arg set by gluegen | Sven Gothel | 2011-10-18 | 1 | -1/+3 |
| | |||||
* | Enable JOAL on Solaris | Sven Gothel | 2011-10-18 | 4 | -2/+31 |
| | |||||
* | create source zip archives | Sven Gothel | 2011-05-31 | 1 | -4/+27 |
| | |||||
* | gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2 | Sven Gothel | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Adapt changes of jogamp-env.xml | Sven Gothel | 2011-02-23 | 3 | -4/+6 |
| | |||||
* | Inverse build attribute build.noarchive -> build.archiveon | Sven Gothel | 2011-02-23 | 3 | -5/+3 |
| | |||||
* | Use 7z instead of zip | Sven Gothel | 2011-02-23 | 2 | -9/+9 |
| | |||||
* | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 2 | -1/+2 |
| |