aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-import OpenAL stub_includes/openal/eax.h required for EAX.Xerxes Rånby2013-01-261-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ånby2013-01-2613-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 extensionsMichael Zucchi2013-01-264-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ånby2013-01-251-2/+2
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Bug 567 (part 1): add support for openal extensionsMichael Zucchi2013-01-258-2/+116
| | | | | | | 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ånby2013-01-256-0/+2414
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Delete OpenAL stub_includes/openal headers.Xerxes Rånby2013-01-257-1990/+0
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Add dummy junit test so jenkins would not failSven Gothel2013-01-191-0/+15
|
* Merge remote-tracking branch 'xranby/junit'Sven Gothel2013-01-152-392/+1
|\
| * Fix JOAL Eclipse project New_Builder.launch working directory.Xerxes Rånby2012-11-231-1/+1
| | | | | | | | Signed-off-by Xerxes Rånby <[email protected]>
| * Remove junit ALTest file with incompatible license.Xerxes Rånby2012-11-231-391/+0
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
* | www/index.html: Updated links, OpenAL logo & OpenAL-Soft.Xerxes Rånby2013-01-151-7/+10
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
* | Remove 9 year old java.net test.zipXerxes Rånby2013-01-141-0/+0
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
* | Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOMESven Gothel2012-12-271-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/scriptsSven Gothel2012-11-223-0/+93
|\ | | | | JOAL Linux build make/scripts for armv6, armv6hf & i586
| * Add make/scripts/make.joal.all.linux-armv6hf.shXerxes Rånby2012-11-221-0/+31
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
| * Add make/scripts/make.joal.all.linux-i586.shXerxes Rånby2012-10-261-0/+31
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
| * Add make/scripts/make.joal.all.linux-armv6.shXerxes Rånby2012-10-251-0/+31
| | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
* | Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is ↵Sven Gothel2012-11-151-1/+1
| | | | | | | | not avail per default on all platforms yet.
* | Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is ↵Sven Gothel2012-11-151-1/+1
| | | | | | | | not avail per default on all platforms yet.
* | Merge pull request #4 from xranby/wwwSven Gothel2012-11-151-4/+4
|\ \ | | | | | | Update JOAL www links to use jogamp.org infrastructure.
| * | Update JOAL www links to use jogamp.org infrastructure.Xerxes Rånby2012-11-151-4/+4
|/ / | | | | | | Signed-off-by: Xerxes Rånby <[email protected]>
* | Merge pull request #3 from xranby/openal-softSven Gothel2012-11-051-1/+12
|\ \ | |/ |/| Build and bundle a openal-soft fallback on all arch.
| * Build and bundle a openal-soft fallback on all arch.Xerxes Rånby2012-10-251-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]>
* Merge pull request #2 from xranby/mark_resetSven Gothel2012-10-251-1/+2
|\ | | | | Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation....
| * Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation.javaXerxes Rånby2012-10-241-1/+2
|/ | | | | | | This fix will re-enable the manual OpenALTest to work. java -cp gluegen-rt.jar:joal.jar:joal-test.jar com.jogamp.openal.test.manual.OpenALTest Signed-off-by: Xerxes Rånby <[email protected]>
* Merge pull request #1 from xranby/mark_resetv2.0-rc11Sven Gothel2012-10-231-1/+4
|\ | | | | Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException:
| * Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: ↵Xerxes Rånby2012-10-231-1/+4
|/ | | | | | | | | | | | | | | | | | mark/reset not supported. [junit] Testcase: testAlBufferDataintintByteBufferintint took 0,021 sec [junit] Caused an ERROR [junit] mark/reset not supported [junit] java.io.IOException: mark/reset not supported [junit] at java.util.zip.InflaterInputStream.reset(InflaterInputStream.java:286) [junit] at java.io.FilterInputStream.reset(FilterInputStream.java:217) [junit] at com.sun.media.sound.SoftMidiAudioFileReader.getAudioInputStream(SoftMidiAudioFileReader.java:135) [junit] at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1111) [junit] at com.jogamp.openal.util.WAVLoader.loadFromStream(WAVLoader.java:87) [junit] at com.jogamp.openal.test.junit.ALTest.loadTestWAV(ALTest.java:386) [junit] at com.jogamp.openal.test.junit.ALTest.testAlBufferDataintintByteBufferintint(ALTest.java:281) Signed-off-by: Xerxes Rånby <[email protected]>
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-183-8/+53
|
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10Sven Gothel2012-06-263-3/+8
|
* Linux ARMel eabi: Use armv6t, soft-float - low profile to target more ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6Sven Gothel2012-04-181-1/+1
| | | | devices. Our ARMhf build is high profile.
* disable BUILD_ARCHIVE in android cross scriptSven Gothel2012-03-271-1/+1
|
* Conditionally make APK (if Android)Sven Gothel2012-03-271-2/+6
|
* Add make.joal.all.android-armv7-cross.shSven Gothel2012-03-271-0/+92
|
* Generate and add *.apk files to the 7z archive [for deployment]Sven Gothel2012-03-277-13/+70
|
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4feSven Gothel2012-03-261-1/+14
|
* Fix regression, adapt to GlueGen PropertyAccess changes, commit ↵Sven Gothel2012-03-181-0/+4
| | | | f4ac27e177f6deb444280d3b375e7d343e38bd08
* Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 ↵Sven Gothel2012-03-131-84/+4
| | | | (Properties/Security)
* native jar packaging: don't fail if platform OpenAL lib is n/aSven Gothel2012-03-101-1/+1
|
* Fix junit.runSven Gothel2012-02-271-1/+1
|
* Enable cross compile/test on linux-armv7 (including armv7 openal soft library)Sven Gothel2012-02-276-16/+203
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-232-0/+4
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-6/+29
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache ↵Sven Gothel2012-01-041-0/+2
| | | | reveals unresolved initialization dependency leading to NPE in NativeLibrary
* win build script bump to 6u30Sven Gothel2011-12-212-4/+4
|
* Add macosx build scriptSven Gothel2011-12-211-0/+12
|
* Add Eclipse prjv2.0-rc5Sven Gothel2011-12-184-0/+73
|
* Add TempJarCache usageSven Gothel2011-12-182-10/+28
|
* oops .. forgot to import gluegen-cpptask..v2.0-rc4Sven Gothel2011-10-181-0/+1
|
* use jvmDataModel.arg set by gluegenSven Gothel2011-10-181-1/+3
|