Thanks to visit codestin.com
Credit goes to jogamp.org

aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README: typoHEADmasterSven Göthel2025-09-111-1/+1
* Bug 1531: Use jvmarg.generic for unit testing, e.g. '--enable-native-access=A...v2.6.0Sven Göthel2025-08-303-4/+8
* Bug 1529: FreeBSD: Use apache-ant pkg defaultSven Göthel2025-08-271-1/+2
* Bug 1529: Updated FreeBSD Support (HowToBuild)Sven Göthel2025-08-261-0/+17
* Bug 1529 - Updated FreeBSD SupportSven Göthel2025-08-264-5/+28
* make/script/tests.sh: Add ANT_PATH setupSven Göthel2025-08-261-0/+14
* make/scripts/make.joal.all.*: Remove redundant ANT_PATH setupSven Göthel2025-08-266-72/+0
* Bug 1527 - JogampVersion: Accept accept first manifest w/ extension-name if n...Sven Göthel2025-08-231-3/+3
* Bug 1523: Java8 build setup using target.releaselevel=8 (gluegen default)Sven Göthel2025-07-225-55/+39
* Bug 1523: Eclipse Java8 settingsSven Göthel2025-07-221-4/+4
* Remove maven '-android' aliasing, our make-copy-jars-one handles itSven Göthel2025-07-211-1/+1
* Eclipse: Use `Android 26 (stripped)` User Library to gluegen/make/lib/android...Sven Göthel2025-07-211-1/+1
* Pass gluegen.root.abs-path to openal-soft toolchain to locate glibc-compat-sy...Sven Göthel2025-07-217-12/+24
* Android: Min API 24 -> 26 (Use GlueGen default settings)Sven Göthel2025-07-217-12/+2
* Use 'glibc-compat-symbols.h' from GlueGen, avoid duplicationSven Göthel2025-07-187-72/+12
* Bug 1520: Add `android:exported="true"` to activities + ...Sven Göthel2025-07-144-1/+7
* uses-sdk android:minSdkVersion="24" android:targetSdkVersion="35" (2025-08-31...Sven Göthel2025-07-112-2/+2
* Bug 1517: Use UTF-8 for ALC native stringsMathieu Féry2025-07-082-4/+4
* Bug 1516 - Add Doxygen DocumentationSven Göthel2025-07-055-4/+7275
* Eclipse: Drop android from build-path, no more working w/ using JRE-11 from J...Sven Göthel2025-06-292-1/+2
* Eclipse Java-11 (min target) settingSven Göthel2025-06-281-3/+3
* www/index.html update OpenAL-Soft versionSven Göthel2025-06-281-1/+1
* OpenAL-Soft Crossbuild: Skip utils + examples due to libsndfile dependencySven Göthel2025-06-284-0/+12
* OpenAL-Soft MacOS: Skip utils + examples due to libsndfile dependency (Homebrew)Sven Göthel2025-06-282-0/+4
* Build: Hard fail if native OpenAL-Soft build failsSven Göthel2025-06-281-22/+22
* OpenAL-Soft v1.24.3 requires MacOS >= 10.14 (C++ feature aligned new allocation)Sven Göthel2025-06-282-5/+10
* OpenAL-Soft: 1.23.1 -> 1.24.3, ease crosscompilation and maintenanceSven Göthel2025-06-2813-25/+408
* Use OpenJDK-21 and Java-11 source/targetSven Göthel2025-06-2715-60/+0
* Build/test: Use OpenJDK-21 per defaultSven Göthel2025-06-245-7/+7
* bump test scriptSven Göthel2025-06-211-2/+2
* Sync OpenAL-Soft to commit b82cd2e60edb8fbe5fdd3567105ae76a016a554cSven Göthel2024-01-051-0/+0
* JoalVersion: Avoid using Map.of(..), i.e. streaming API to be compatible w/ J...Sven Göthel2024-01-051-10/+14
* feat(alext): Add tests related to ALC_SOFT_system_events.Mathieu Féry2023-12-063-2/+317
* feat(alext): Add ALC_SOFT_system_events inside JoalVersion.getALStrings if su...Mathieu Féry2023-12-053-0/+30
* feat(alc): Fix typo of following methods in ALC api :Mathieu Féry2023-12-053-8/+8
* feat(alc): Add missing @Override annotation in ALCImplMathieu Féry2023-12-051-0/+4
* Bug 1480 - Adjust for MacOS >= 10.13 (Min Deployment Version)Sven Gothel2023-12-031-0/+0
* Bump OpenAL-Soft to git 571b546f35eead77ce109f8d4dd6c3de3199d573 2023-11-25, ...Sven Gothel2023-12-0212-352/+672
* Bug 1481: ALAudioSink: Adopt to GlueGen's PascalString ChangeSven Gothel2023-12-021-3/+3
* Merge remote-tracking branch 'Mathieu_Fery/1477-remove-eax-headers'Sven Gothel2023-11-289-866/+0
|\
| * drop(eax): Remove support of legacy EAX extensionMathieu Féry2023-11-229-866/+0
* | Bug 1476: Reviewed updated OpenAL header (extensions) via make/scripts/cmpOld...Sven Gothel2023-11-283-0/+82
* | Merge remote-tracking branch 'Mathieu_Fery/1476-bump-al-and-efx-headers'Sven Gothel2023-11-2810-406/+705
|\ \
| * | feat(headers): Update al*.h and efx*.h to latest version of openal-soft embeddedMathieu Féry2023-11-2210-406/+705
| |/
* | sound3d.Context: Add tryMakeCurrent(..) variantSven Gothel2023-11-281-28/+44
* | Bug 1475: Minor revision of orig patch-setSven Gothel2023-11-285-35/+28
* | Merge remote-tracking branch 'Mathieu_Fery/1475-devices-specifiers'Sven Gothel2023-11-288-51/+232
|\ \
| * | feat(devices): Move ALC_EXT constant from ALCconstants into ALHelpers with ot...Mathieu Féry2023-11-145-15/+16
| * | feat(version): Invoking JoalVersion no longer destroys the current contextMathieu Féry2023-11-132-9/+77
| * | feat(devices): Allow to retrieve devices specifiers with ALC_ENUMERATE_ALL_EXTMathieu Féry2023-11-108-42/+154
| |/