aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
Commit message (Expand)AuthorAgeFilesLines
* build.xml: Fix 7z archive: README.{txt -> md}Sven Gothel2023-05-201-1/+1
* JOAL File Layout: Have *-java-src.zip inside jar folderSven Gothel2023-05-071-4/+2
* Bump openal-soft 1.23.1 customconfig -> toolchain cmake usage, add MacOS arm6...Sven Gothel2023-05-041-5/+10
* Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead.Sven Gothel2023-05-041-35/+5
* Remove Windows dll-rename, adopting to cpptasks.jar changev2.4.0Sven Gothel2023-01-231-9/+0
* Windows: Use mingw32-make.exeSven Gothel2023-01-171-1/+1
* native.tag.jar: Revert explicit inclusion of *.symbols fileSven Gothel2020-01-041-1/+1
* native.tag.jar: include *.symbolsSven Gothel2020-01-021-1/+9
* javadoc: fixSven Gothel2020-01-021-3/+5
* Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aap...Sven Gothel2019-12-261-1/+5
* Bug 1417 - Android: Jar Manifest joalversion-android can no more have 'Name: ...Sven Gothel2019-12-251-2/+20
* Bug 1417 - Android: OpenAL-Soft: ANDROID_API_LEVEL [21..22] only, link agains...Sven Gothel2019-12-251-3/+9
* Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake cleanup and NDK r20 a...Sven Gothel2019-12-241-21/+22
* Bug 1363: Java 11: Validated build on Java11Sven Gothel2019-08-191-1/+15
* Bug 1376: Fix crosscompiled openal-soft 1.19.1 builds using aarch64 + armv6hfSven Gothel2019-04-081-10/+25
* Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-301-9/+0
* added support for Android x86 platformsXavier Hallade2019-03-261-1/+18
* Remove possible duplicates of libopenal.1* on OSX due to joker '*' in native....Sven Gothel2015-07-291-0/+6
* Fix Android ARM64 SupportSven Gothel2015-07-131-1/+4
* cmake/clang: Inject additional architectures for fat-binary (macosx) ; Bump o...Sven Gothel2015-07-111-0/+16
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G...v2.3.1v2.3.0Sven Gothel2015-02-031-0/+2
* Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commi...Sven Gothel2015-02-021-1/+1
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-301-2/+18
* Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0Sven Gothel2014-07-111-13/+21
* Bug 1023/Bug 1024: Create native jar files for different configurations due t...Sven Gothel2014-07-101-0/+2
* Bump openal-soft: CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilat...Sven Gothel2014-06-101-4/+4
* Build: Move gluegen config files into make/config (cleanup)Sven Gothel2014-01-261-3/+3
* Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar and...Sven Gothel2014-01-251-9/+9
* artifact.properties: Add joal.build.version:=jogamp.versionv2.1.0Sven Gothel2013-10-041-0/+1
* Add support for clangSven Gothel2013-09-131-7/+33
* Javadoc: Use JogAmp Stylesheet / Colors ..v2.0.2Sven Gothel2013-07-171-2/+10
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-201-0/+1
* Fix conditional properties 'useLinuxARMv6SFOptions' and 'useLinuxARMv6HFOptio...Sven Gothel2013-04-251-6/+8
* Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); Compile...Sven Gothel2013-04-231-1/+36
* Fix x86_32 build on x86_64 of openal-soft; ; Statically link gcc-lib in opena...Sven Gothel2013-04-211-4/+20
* Manual ant target c.download.openal.soft.windows can be called from any OSSven Gothel2013-04-131-1/+1
* joal.build.id -> target init, depends on jogamp.env.initSven Gothel2013-03-281-2/+2
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-13/+9
* Inject precompiled soft-openal blobs in case native compilation fails. Curren...Sven Gothel2013-03-271-1/+12
* Fix 225dbd523daba306195d6bc24d0d996f946ae8a3: Replace TAB w/ 4 SPACEs; Bring ...Sven Gothel2013-03-271-523/+520
* Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows b...Julien Gouesse2013-03-261-1/+1
* Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows b...Julien Gouesse2013-03-261-2/+2
* Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows b...Julien Gouesse2013-03-261-496/+525
* Supports soft_oal.dll (OpenAL-soft) that might be installedJulien Gouesse2013-03-221-0/+1
* Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only inc...Sven Gothel2013-02-011-3/+1
* Test building openal-soft w/ Windows/cmake - fails ..Sven Gothel2013-02-011-2/+14
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-311-2/+4
* Build Cleanup for Android, Misc changes ..Sven Gothel2013-01-311-4/+24
* JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh,Sven Gothel2013-01-311-13/+29
* Make AL/ALC types unique in their respective header file; Use GlueGen's stdin...Sven Gothel2013-01-311-0/+9