Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | artifact.properties: Add joal.build.version:=jogamp.versionv2.1.0 | Sven Gothel | 2013-10-04 | 1 | -0/+1 |
| | |||||
* | Add support for clang | Sven Gothel | 2013-09-13 | 1 | -7/+33 |
| | |||||
* | Javadoc: Use JogAmp Stylesheet / Colors ..v2.0.2 | Sven Gothel | 2013-07-17 | 1 | -2/+10 |
| | |||||
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵ | Sven Gothel | 2013-06-20 | 1 | -0/+1 |
| | | | | producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase | ||||
* | Fix conditional properties 'useLinuxARMv6SFOptions' and ↵ | Sven Gothel | 2013-04-25 | 1 | -6/+8 |
| | | | | 'useLinuxARMv6HFOptions': Needs 'isset property' not 'istrue value' | ||||
* | Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); ↵ | Sven Gothel | 2013-04-23 | 1 | -1/+36 |
| | | | | 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 | -4/+20 |
| | | | | openal-soft; Strip all native libraries (1.5M -> ~400k) | ||||
* | Manual ant target c.download.openal.soft.windows can be called from any OS | Sven Gothel | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | joal.build.id -> target init, depends on jogamp.env.init | Sven Gothel | 2013-03-28 | 1 | -2/+2 |
| | |||||
* | Adapt to new version scheme, see GlueGen ↵ | Sven Gothel | 2013-03-28 | 1 | -13/+9 |
| | | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc | ||||
* | Inject precompiled soft-openal blobs in case native compilation fails. ↵ | Sven Gothel | 2013-03-27 | 1 | -1/+12 |
| | | | | Currently impacts Windows, i.e. providing precompiled DLLs in native jar files. | ||||
* | Fix 225dbd523daba306195d6bc24d0d996f946ae8a3: Replace TAB w/ 4 SPACEs; Bring ↵ | Sven Gothel | 2013-03-27 | 1 | -523/+520 |
| | | | | back comments onto line. | ||||
* | Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows ↵ | Julien Gouesse | 2013-03-26 | 1 | -1/+1 |
| | | | | binaries, extracts them, puts them into the right directories and deletes the useless directories created during the decompression | ||||
* | Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows ↵ | Julien Gouesse | 2013-03-26 | 1 | -2/+2 |
| | | | | binaries, extracts them, puts them into the right directories and deletes the useless directories created during the decompression | ||||
* | Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows ↵ | Julien Gouesse | 2013-03-26 | 1 | -496/+525 |
| | | | | binaries, extracts them, puts them into the right directories and deletes the useless directories created during the decompression | ||||
* | Supports soft_oal.dll (OpenAL-soft) that might be installed | Julien Gouesse | 2013-03-22 | 1 | -0/+1 |
| | |||||
* | Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only ↵ | Sven Gothel | 2013-02-01 | 1 | -3/+1 |
| | | | | include native library w/o version number. | ||||
* | Test building openal-soft w/ Windows/cmake - fails .. | Sven Gothel | 2013-02-01 | 1 | -2/+14 |
| | |||||
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 1 | -2/+4 |
| | |||||
* | Build Cleanup for Android, Misc changes .. | Sven Gothel | 2013-01-31 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | - 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 | -13/+29 |
| | | | | | | | | | | | | | | | - 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 | 1 | -0/+9 |
| | | | | stdint definition for all tested platforms | ||||
* | Add openal-soft git submodule | Sven Gothel | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | 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]> | ||||
* | 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 | 1 | -0/+21 |
| | | | | | | | Imported JOAL specific parts from the patch made by Michael Zucchi. Author: Michael Zucchi <[email protected]> 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]> | ||||
* | Conditionally make APK (if Android) | Sven Gothel | 2012-03-27 | 1 | -2/+6 |
| | |||||
* | Generate and add *.apk files to the 7z archive [for deployment] | Sven Gothel | 2012-03-27 | 1 | -13/+34 |
| | |||||
* | native jar packaging: don't fail if platform OpenAL lib is n/a | Sven Gothel | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Enable cross compile/test on linux-armv7 (including armv7 openal soft library) | Sven Gothel | 2012-02-27 | 1 | -2/+4 |
| | |||||
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+3 |
| | |||||
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵ | Sven Gothel | 2012-01-22 | 1 | -4/+14 |
| | | | | 64639b805a32338385421f168e12c1ef7f749d00 | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Inverse build attribute build.noarchive -> build.archiveon | Sven Gothel | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Use 7z instead of zip | Sven Gothel | 2011-02-23 | 1 | -5/+5 |
| | |||||
* | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 1 | -0/+1 |
| | |||||
* | Bump Java source level to 1.5 | Sven Gothel | 2011-02-09 | 1 | -5/+5 |
| | |||||
* | Expand tabs to 4 spaces | Sven Gothel | 2011-02-09 | 1 | -4/+4 |
| | |||||
* | Move implementation private files from com.jogamp.<module>.impl. to ↵ | Sven Gothel | 2011-02-09 | 1 | -1/+2 |
| | | | | | | | | | | | | jogamp.<module> (2/2) - edit files - jogamp.openal -> jogamp.openal This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. | ||||
* | only kick off gluegen base.compile | Sven Gothel | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | proper zip archive name | Sven Gothel | 2010-12-13 | 1 | -2/+2 |
| | |||||
* | Oops .. rootrel.build was too late defined | Sven Gothel | 2010-12-13 | 1 | -3/+3 |
| | |||||
* | Window Support added ; Win64 libs & license files | Sven Gothel | 2010-12-13 | 1 | -233/+93 |
| | | | | | | | | | | | | | | - 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 | ||||
* | Enable javadoc | Sven Gothel | 2010-12-13 | 1 | -14/+82 |
| | |||||
* | Playing audio again | Sven Gothel | 2010-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | - test: use jar file joal-test.jar - test: use proper getResourceAsStream() on class instance - test: plays sound TODO: - check on windows and osx - add jnlp file template - joal-demos |