The Jenkins Controller is preparing for shutdown. No new builds can be started.
Changes
#683 (Aug 12, 2023, 4:35:35 PM)
- Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c — Sven Gothel / cgit
- Fix file mods in make/config — Sven Gothel / cgit
- Use GlueGen's SecurityUtil.doPrivileged(..) instead of AccessController, remove dead code — Sven Gothel / cgit
- ALExtImpl: Remove unused imports — Sven Gothel / cgit
- Sound3d.Context: destroy() shall only 'null' thread-local context if this is current; Expose hasALC_thread_local_context to avoid double checks — Sven Gothel / cgit
- Add OpenAL extension AL_SOFT_events using userParam ALCcontext as key for GlueGen JavaCallback — Sven Gothel / cgit
- ALAudioSink: Utilize AL_SOFT_events if available, i.e. use callback for released buffer count instead of polling — Sven Gothel / cgit
- GlueGen cfg files: Remove now unused import java.security.AccessController — Sven Gothel / cgit
- ALContextKey.equals(): Use cached nativeAddress of other item as well. — Sven Gothel / cgit
- ALAudioSink.destroy(): Shutdown alEventCallbackSOFT properly (only if hasAL_SOFT_events, 1st disable all events); growBuffers(): No pre-condition exception for hasAL_SOFT_events — Sven Gothel / cgit
- AL_SOFT_events: Define 'ALCcontext` as `UserParam` type for more clarity — Sven Gothel / cgit
- AudioSystem3D.checkAL*Error(): Close single quote in error message — Sven Gothel / cgit
- ALAudioSink.dequeueBuffer(..): AL_SOFT_events cumulated released buffers is 'sometimes wrong'. Workaround: Query released buffers after receiving event and use minimum. — Sven Gothel / cgit
#681 (May 23, 2023, 2:36:42 AM)
- ALAudioSink: Enhance description re 'AudioFrame' and 'frameDuration'; Drop unused field 'avgFrameDuration'. — Sven Gothel / cgit
- ALAudioSink: Use float in seconds for duration (AudioFormat and 'avgFrameDuration') to avoid losing precision when dealing with stats, averages etc — Sven Gothel / cgit
- ALException: Suppress serial warning — Sven Gothel / cgit
- Sound3D: Further OO wrapper to be used in ALAudioSink: Context locking, ALCcontext recreation, .. — Sven Gothel / cgit
- ALAudioSink: Use and expose Sound3D object, allow user app to deal w/ JOAL/OpenAL easier and reuse Context context locking — Sven Gothel / cgit
- Promote SimpleSineSynth to API (util) from Synth02AL, allowing user to have a simple sound source to test — Sven Gothel / cgit
#680 (May 20, 2023, 9:17:23 PM)
- ALHelpers.getALFormat(..): Drop alGetEnumValue("type") and use 'type' via ALExtConstants directly: Fixes failing al.alGetEnumValue("AL_FORMAT_STEREO_DOUBLE") — Sven Gothel / cgit
- Fix ALAudioSink.dequeueBuffer(): AL_BUFFERS_PROCESSED result is total not accumulative while waiting (not yet dequeueing), ... — Sven Gothel / cgit
#678 (May 20, 2023, 8:11:31 AM)
- Promote ALAudioSink from JOGL to JOAL (Common av classes reside in GlueGen, see gluegen commit 270172bcbd91f96d4a38a3d73e23d744f57a25b8) — Sven Gothel / cgit
- JoalVersion: Accept null ALC instance — Sven Gothel / cgit
- OpenALTest: Drop nonsense LOOPING test on buffer (only applies to a source) — Sven Gothel / cgit
- Manual Demos: Add two simple sine wave synthesizer, Synth02AL may be enhanced to a general synth solution — Sven Gothel / cgit
- ALAudioSink: Add exclusive locking allowing less context management overhead — Sven Gothel / cgit
- ALAudioSink.dequeueBuffer(): wait == true: Fix sleep cycle and use sleep(1) if slept long enough but giving better threading perf for openal-soft — Sven Gothel / cgit
- ALAudioSink.toString(): Show hasALC_thread_local_context value ('tlc') — Sven Gothel / cgit
- make/scripts/tests.sh: Adjust D_ARGS and add X_ARGS for optional FlightRecorder — Sven Gothel / cgit
- ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT32, AL_EXT_DOUBLE — Sven Gothel / cgit
- README/index.html: Update Web resources & URLs, add details about audio-backens per platform and contained openal-soft library — Sven Gothel / cgit
- Synth02AL: Fix API doc re reduces latency — Sven Gothel / cgit
- ALAudioSink: Promote to public, be fully functional regarding AudioFormat and OpenAL paremeter. Can be 'plugged' into existing OpenAL logic. — Sven Gothel / cgit
- Doc, scripsts/tests.sh: Mentione OpenAL-Soft environment variables — Sven Gothel / cgit
- ALAudioSink: Don'e check errors before context; Track method of context-locking and release same way; Destroy shall also release context. — Sven Gothel / cgit
- Sound3D: Make all OO wrapper fully transparent and stand-alone, allow mix-and-match; Align Context makeCurrent/release w/ ALAudioSink ... — Sven Gothel / cgit
- Sound3D/Context: Use same base ctor to initialize `hasALC_thread_local_context`, benefitting from thread-local-context — Sven Gothel / cgit
- ALAudioSink.lockContext(): Only check error state if AL makeContextCurrent()/alcSetThreadContext() fails (returns false) — Sven Gothel / cgit
- JoalVersion: List all devices, output devices w/ latency and source count (mono, stereo) using undocumented queries — Sven Gothel / cgit
- ALAudioSink: Query latency and re-create context @ init w/ latency (refresh-rate) if frameDuration < defaultLatency — Sven Gothel / cgit
- Demos OpenALTest/Synth02AL: Show JoalVersion — Sven Gothel / cgit
- JoalVersion: Cleanup dead branches — Sven Gothel / cgit
- ALAudioSink: Add getSourceCount() and cleanup error handling and initImpl() locking and exit. — Sven Gothel / cgit
- Synth02ALL Use float32 (native openal-soft format) if available — Sven Gothel / cgit
- README.{txt -> md) and update text incl. license — Sven Gothel / cgit
- ALAudioSink.toString(): Allow null==chosenFormat (pre init string representation) — Sven Gothel / cgit
- Synth02AL: Use ALAudioSink's default latency instead of fixed frameDuration, using actual OpenAL frame processing refresh value — Sven Gothel / cgit
- build.xml: Fix 7z archive: README.{txt -> md} — Sven Gothel / cgit
#673 (May 8, 2023, 4:13:57 PM)
- JOAL File Layout: Have *-java-src.zip inside jar folder — Sven Gothel / cgit
#672 (May 7, 2023, 3:19:00 AM)
- Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byteCount (2nd arg) using IOUtil.copyStreamChunk2ByteBuffer(..) — Sven Gothel / cgit
- Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead. — Sven Gothel / cgit
- Windows: Add commandline unit test scripts — Sven Gothel / cgit
- Add check-junit.sh test result script — Sven Gothel / cgit
- Eclipse: Fix JRE Container and add src, add jdt settings — Sven Gothel / cgit
- Bump openal-soft to v1.23.1 plus platform patches (building only) — Sven Gothel / cgit
- Bump openal-soft 1.23.1 customconfig -> toolchain cmake usage, add MacOS arm64 openal-soft build! — Sven Gothel / cgit
- Windows build script: Drop c.compiler.debug — Sven Gothel / cgit
- Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Test against OpenAL-Soft data >= 1.23.0 — Sven Gothel / cgit
- README: Linux: Add libsndio-dev for SndIO (linked) — Sven Gothel / cgit
- README.txt: Linux: Add libpipewire-0.3-dev for PipeWire — Sven Gothel / cgit
- Bump openal-soft — Sven Gothel / cgit
#667 (Jan 23, 2023, 10:46:33 AM)
- Remove Windows dll-rename, adopting to cpptasks.jar change — Sven Gothel / cgit
#664 (Jan 20, 2023, 7:56:00 AM)
- Windows: Use mingw32-make.exe — Sven Gothel / cgit
- Update Windows build scripts — Sven Gothel / cgit
- check-java-major-version.sh: Use unique output to validate one class version used (52 for Java8) — Sven Gothel / cgit
#662 (Jan 17, 2023, 6:56:01 AM)
- Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() — Sven Gothel / cgit
- Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API — Sven Gothel / cgit
#652 (Jan 4, 2020, 9:56:31 PM)
- scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* — Sven Gothel / cgit
#651 (Jan 4, 2020, 8:37:30 PM)
- native.tag.jar: include *.symbols — Sven Gothel / cgit
- native.tag.jar: Revert explicit inclusion of *.symbols file — Sven Gothel / cgit
- fix windows build scripts — Sven Gothel / cgit
#650 (Jan 2, 2020, 9:24:11 AM)
- javadoc: fix — Sven Gothel / cgit
#649 (Jan 2, 2020, 5:58:13 AM)
- update make-all script — Sven Gothel / cgit
- Add iOS build scripts — Sven Gothel / cgit
- all build scripts: make.joal.all-host-macos.sh make.joal.all-host-linux.sh — Sven Gothel / cgit
#647 (Dec 31, 2019, 8:39:26 PM)
- Update CSS; Add responsive viewport design tag — Sven Gothel / cgit
- Bug 1363: Java 11: Validated build on Java11 — Sven Gothel / cgit
- Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath — Sven Gothel / cgit
- Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only) — Sven Gothel / cgit
- Merge OpenAL-Soft v1.20.0 — Sven Gothel / cgit
- Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake cleanup and NDK r20 adoption llvm: clang libc++ — Sven Gothel / cgit
- Bug 1417 - Android: OpenAL-Soft: ANDROID_API_LEVEL [21..22] only, link against c++_static! — Sven Gothel / cgit
- Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake: Only build libOpenAL.so on Android — Sven Gothel / cgit
- Bug 1417 - Android: Jar Manifest joalversion-android can no more have 'Name: <folder>' directives for apk — Sven Gothel / cgit
- .gitignore: ignore all build* folder — Sven Gothel / cgit
- .gitignore: ignore all build* folder (fix) — Sven Gothel / cgit
- Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aapt.signed' d8 usage — Sven Gothel / cgit
#640 (Apr 8, 2019, 6:14:34 AM)
- Bug 1376: Fix crosscompiled openal-soft 1.19.1 builds using aarch64 + — Sven Gothel / cgit
#639 (Apr 5, 2019, 7:50:43 PM)
- Ensure that only the size of sample data chunk is loaded, rather than — matthew.john.harris / cgit
- added support for Android x86 platforms — Sven Gothel / cgit
- Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) — Sven Gothel / cgit
- Bug 1367: Adapt to TempFileCache & TempJarCache Changes — Sven Gothel / cgit
#636 (Dec 10, 2018, 1:20:25 PM)
#631 (Nov 16, 2015, 10:17:52 PM)
- Bug 1269 - Bump openal-soft to Release 1.17.0 — Sven Gothel / cgit
- Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL — Sven Gothel / cgit
- Bump scripts to jre1.8.0_66 — Sven Gothel / cgit
#624 (Oct 3, 2015, 8:29:30 PM)
- Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), — Sven Gothel / cgit
#613 (Sep 2, 2015, 1:58:20 AM)
- Windows Scripts: Bump JVM to 1.8.0_60 — Sven Gothel / cgit
#603 (Jul 29, 2015, 11:09:42 AM)
- Remove possible duplicates of libopenal.1* on OSX due to joker '*' in — Sven Gothel / cgit
#592 (Jul 13, 2015, 2:00:48 PM)
- cmake/clang: Inject additional architectures for fat-binary (macosx) ; — Sven Gothel / cgit
- add osx-java6 script: using separate rootrel.build — Sven Gothel / cgit
- Fix Android ARM64 Support — Sven Gothel / cgit
#573 (Feb 3, 2015, 4:15:01 AM)
- WAVLoader: Adopt to GlueGen's Bitstream commit — Sven Gothel / cgit
- Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and — Sven Gothel / cgit
- Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) — Sven Gothel / cgit
- Adapt APK install scripts for harmonized os.and.arch names, see GlueGen — Sven Gothel / cgit
- Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= — Sven Gothel / cgit
#560 (Sep 1, 2014, 4:24:45 PM)
- Scripts: Bump to java 1.8.0_20 — Sven Gothel / cgit
#559 (Aug 31, 2014, 9:12:45 PM)
- Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 — Sven Gothel / cgit
#555 (Jul 11, 2014, 3:16:16 AM)
- Bug 1024: Add fallback for native-jar-file location via classpath — Sven Gothel / cgit
#554 (Jul 10, 2014, 7:07:17 PM)
- Bug 1023/Bug 1024: Create native jar files for different configurations — Sven Gothel / cgit
#550 (Jul 5, 2014, 3:24:29 PM)
- Bug 1023, Bug 1024: Adapt to GlueGen commit — Sven Gothel / cgit
#548 (Jul 3, 2014, 4:28:01 PM)
- Code Clean-Up based on our Recommended Settings (jogamp-scripting — Sven Gothel / cgit
#540 (Jun 18, 2014, 5:21:21 AM)
- Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 — Sven Gothel / cgit
- Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b — Sven Gothel / cgit
#537 (Jun 11, 2014, 3:47:54 AM)
- Remove explicit xcode.clang property files; Bump openal-soft — Sven Gothel / cgit
#535 (Jun 10, 2014, 7:20:00 PM)
- Bump openal-soft: CMake: Don't use CMAKE_TOOLCHAIN_FILE for — Sven Gothel / cgit
- ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms — Sven Gothel / cgit
#532 (May 12, 2014, 1:30:01 AM)
- Add generic manual build script to test against distribution's default — Sven Gothel / cgit
- unit test: preserve hs_err_pid*.log files (move to results folder for — Sven Gothel / cgit
#527 (Feb 22, 2014, 3:36:29 AM)
- Tests: Add UITestCase unit test super class (print start/end, singletion — Sven Gothel / cgit
- Fix ALExtLoopbackDeviceSOFTTest — Sven Gothel / cgit
#526 (Feb 21, 2014, 3:07:56 PM)
- README: Add note regarding 'git --recurse-submodules' for openal-soft — Sven Gothel / cgit
- WAVLoader: Use Bitstream and support big-endian RIFX; Fix — Sven Gothel / cgit
- ALExtLoopbackDeviceSOFTTest: Remove — Sven Gothel / cgit
#521 (Feb 15, 2014, 9:35:12 AM)
- Fix build scripts .. — Sven Gothel / cgit
- Bump openal-soft to 7297c3214a4c648aaee81a9877da15b88f798197 — Sven Gothel / cgit
- README: Add Debian OpenAL-Soft apt-get install package list — Sven Gothel / cgit
#519 (Jan 26, 2014, 3:08:08 AM)
- Build: Move gluegen config files into make/config (cleanup) — Sven Gothel / cgit
- Fix apk location .. (install script) — Sven Gothel / cgit
#518 (Jan 25, 2014, 4:51:40 PM)
- Jar Manifest: Sealed Entries must follow generic headers - Otherwise — Sven Gothel / cgit
- Jar Manifest: Seal all packages — Sven Gothel / cgit
- Add '-b${joal.build.number}' to joal.version / archive.name ; Produce — Sven Gothel / cgit
#515 (Jan 23, 2014, 2:37:34 AM)
- Jar Manifest: Add empty line before EOF (otherwise last line is cut-off — Sven Gothel / cgit
#512 (Jan 22, 2014, 1:30:44 PM)
- Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 — Sven Gothel / cgit
- Refine adaption of Oracle's Deployment changes, i.e. >= 7u51 — Sven Gothel / cgit
#502 (Nov 17, 2013, 7:43:51 PM)
- Use 'gluegen-clang.properties' for generic clang and — Sven Gothel / cgit
#495 (Nov 1, 2013, 6:00:39 AM)
- Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs — Sven Gothel / cgit
#490 (Oct 25, 2013, 7:55:36 AM)
- Use GlueGen's junit version — Sven Gothel / cgit
#489 (Oct 19, 2013, 5:18:02 AM)
- Bump 7u45 — Sven Gothel / cgit
#488 (Oct 17, 2013, 11:11:35 PM)
- Android uses-sdk: Add android:targetSdkVersion="14" (to show up for — Sven Gothel / cgit
#484 (Oct 4, 2013, 9:14:57 PM)
- artifact.properties: Add joal.build.version:=jogamp.version — Sven Gothel / cgit
#476 (Sep 21, 2013, 6:18:07 AM)
- Fix Bug 835: Add validation script .. however, classes were java6 clean. — Sven Gothel / cgit
- Add osx clang build script — Sven Gothel / cgit
#475 (Sep 19, 2013, 6:08:20 AM)
- Add support for clang — Sven Gothel / cgit
- Bump to JDK/JRE 7u40. — Sven Gothel / cgit
#471 (Aug 31, 2013, 9:40:08 AM)
- ALFactory: Remove unused imports — Sven Gothel / cgit
- Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 — Sven Gothel / cgit
- ALHelpers: Shorten returned string representations — Sven Gothel / cgit
#468 (Jul 17, 2013, 4:26:08 PM)
- Javadoc: Use JogAmp Stylesheet / Colors .. — Sven Gothel / cgit
#467 (Jul 17, 2013, 5:05:01 AM)
- Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) — Sven Gothel / cgit
#466 (Jul 16, 2013, 7:57:55 AM)
- ALutWAVLoaderTest: Test WAV decoder impl. Bug 684 — xerxes / cgit
- www/index.html: Link to JOAL FAQ — xerxes / cgit
#461 (Jul 10, 2013, 12:38:28 AM)
#458 (Jul 5, 2013, 4:00:22 AM)
#449 (Jun 23, 2013, 11:18:13 AM)
- Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) — Sven Gothel / cgit
- Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle — Sven Gothel / cgit
- Fix Java7 Windows scripts .. — Sven Gothel / cgit
- ALDynamicLibraryBundleInfo: Inherit security considerations in API doc — Sven Gothel / cgit
- Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security — Sven Gothel / cgit
#441 (Jun 15, 2013, 3:04:29 AM)
- Android SDK changes: Add /build-tools/17.0.0 to PATH — Sven Gothel / cgit
#440 (Jun 11, 2013, 4:37:40 PM)
- Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 — Sven Gothel / cgit
#432 (Apr 25, 2013, 2:37:45 AM)
- openal-soft: Toolchain CMake files for ARM* Cross-Compilation require — Sven Gothel / cgit
- Fix conditional properties 'useLinuxARMv6SFOptions' and — Sven Gothel / cgit
#430 (Apr 24, 2013, 10:00:08 AM)
- Fix x86_32 build on x86_64 of openal-soft; ; Statically link gcc-lib in — Sven Gothel / cgit
- Update openal-soft (GLIBC compat symbols) — Sven Gothel / cgit
- update openal-soft — Sven Gothel / cgit
- Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); — Sven Gothel / cgit
- Add make.joal.all.sh — Sven Gothel / cgit
#426 (Apr 13, 2013, 11:12:39 PM)
- Manual ant target c.download.openal.soft.windows can be called from any — Sven Gothel / cgit
#418 (Mar 29, 2013, 9:00:15 AM)
- Adapt to new version scheme, see GlueGen — Sven Gothel / cgit
- joal.build.id -> target init, depends on jogamp.env.init — Sven Gothel / cgit
#417 (Mar 27, 2013, 4:33:47 AM)
- Inject precompiled soft-openal blobs in case native compilation fails. — Sven Gothel / cgit
#416 (Mar 27, 2013, 4:09:09 AM)
- Adds a script that downloads the ZIP archive containing OpenAL-Soft — gouessej / cgit
- Adds a script that downloads the ZIP archive containing OpenAL-Soft — gouessej / cgit
- Adds a script that downloads the ZIP archive containing OpenAL-Soft — gouessej / cgit
- OpenAL-Soft Windows binaries — gouessej / cgit
- Fix 225dbd523daba306195d6bc24d0d996f946ae8a3: Replace TAB w/ 4 SPACEs; — Sven Gothel / cgit
- Fix 76c6916631a7386457fa260bf7856dea4d461a31: Replace TAB w/ 4 SPACEs — Sven Gothel / cgit
#415 (Mar 23, 2013, 7:06:11 PM)
- Supports soft_oal.dll (OpenAL-soft) that might be installed — gouessej / cgit
- Supports soft_oal.dll (OpenAL-soft) that might be installed — gouessej / cgit
#414 (Mar 22, 2013, 1:46:20 PM)
#411 (Mar 20, 2013, 4:46:50 AM)
#396 (Feb 1, 2013, 12:42:28 PM)
- Build: Include cd and cdr test files in joa-test.jar; joal-natives*: — Sven Gothel / cgit
- OpenAL Library Selection (Bug 662): Use String value of new property — Sven Gothel / cgit
#394 (Feb 1, 2013, 4:14:21 AM)
- Delete OpenAL stub_includes/openal headers. — xerxes / cgit
- Import OpenAL-soft openal-soft/include/AL/ headers to — xerxes / cgit
- Bug 567 (part 1): add support for openal extensions — xerxes / cgit
- build.xml al.c -> al.h after switch to OpenAl-soft headers. — xerxes / cgit
- Bug 567 (part 2): add support for openal extensions — xerxes / cgit
- Remove obstolete bundled OpenAL and OpenAL-soft binarys. — xerxes / cgit
- Re-import OpenAL stub_includes/openal/eax.h required for EAX. — xerxes / cgit
- Remove system dependency of intptr_t and uint64_t. — xerxes / cgit
- build.xml: set failonerror="false" for artifact.properties copy — xerxes / cgit
- Bug 567 (part 3): add support for openal extensions — xerxes / cgit
- Improve ALExtLoopbackDeviceSOFTTest to list all available OpenAL — xerxes / cgit
- Bug 662: Add a flag to favour OpenALSoft — xerxes / cgit
- Fix Bug 662: Add a flag to favour OpenALSoft — xerxes / cgit
- Improve logic of Bug 662: Add a flag to favour OpenALSoft — xerxes / cgit
- Fix exception logic and dest buffer in ALExtLoopbackDeviceSOFTTest — xerxes / cgit
- Fix missing Opaque boolean ALboolean in make/joal-alext.cfg — xerxes / cgit
- Add openal-soft git submodule — Sven Gothel / cgit
- Make AL/ALC types unique in their respective header file; Use GlueGen's — Sven Gothel / cgit
- JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh, — Sven Gothel / cgit
- Bump openal-soft submodule — Sven Gothel / cgit
- JOAL GlueGen: Force ProcAddress for all / ALExt*: Remove duplicates (AL) — Sven Gothel / cgit
- Build Cleanup for Android, Misc changes .. — Sven Gothel / cgit
- Android Build & Test ; WavLoader/Data javax.audio separation (part-1) — Sven Gothel / cgit
- Fix regression .. now use — Sven Gothel / cgit
- WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes — Sven Gothel / cgit
- bump openal-soft — Sven Gothel / cgit
- Test building openal-soft w/ Windows/cmake - fails .. — Sven Gothel / cgit
#391 (Jan 19, 2013, 8:15:33 PM)
- Add dummy junit test so jenkins would not fail — Sven Gothel / cgit
#390 (Jan 19, 2013, 7:12:50 AM)
- Remove junit ALTest file with incompatible license. — xerxes / cgit
- Fix JOAL Eclipse project New_Builder.launch working directory. — xerxes / cgit
- Remove 9 year old java.net test.zip — xerxes / cgit
- www/index.html: Updated links, OpenAL logo & OpenAL-Soft. — xerxes / cgit
#382 (Dec 27, 2012, 7:29:26 AM)
- Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME — Sven Gothel / cgit
#380 (Dec 22, 2012, 7:44:59 AM)
- Add make/scripts/make.joal.all.linux-armv6.sh — xerxes / cgit
- Add make/scripts/make.joal.all.linux-i586.sh — xerxes / cgit
- Add make/scripts/make.joal.all.linux-armv6hf.sh — xerxes / cgit
#374 (Nov 15, 2012, 9:36:40 PM)
- Fix mark/reset bug in — xerxes / cgit
- Build and bundle a openal-soft fallback on all arch. — xerxes / cgit
- Update JOAL www links to use jogamp.org infrastructure. — xerxes / cgit
- Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake — Sven Gothel / cgit
- Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake — Sven Gothel / cgit
#368 (Oct 23, 2012, 3:47:32 PM)
#346 (Aug 18, 2012, 8:06:46 PM)
- Adapt to GlueGen ARM Build Changes — Sven Gothel / cgit
#340 (Jun 26, 2012, 12:09:15 PM)
- Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db — Sven Gothel / cgit
#323 (Apr 18, 2012, 10:42:53 PM)
- Linux ARMel eabi: Use armv6t, soft-float - low profile to target more — Sven Gothel / cgit
#313 (Mar 27, 2012, 6:38:49 AM)
- Generate and add *.apk files to the 7z archive [for deployment] — Sven Gothel / cgit
- Add make.joal.all.android-armv7-cross.sh — Sven Gothel / cgit
- Conditionally make APK (if Android) — Sven Gothel / cgit
- disable BUILD_ARCHIVE in android cross script — Sven Gothel / cgit
#311 (Mar 26, 2012, 9:27:11 PM)
- Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe — Sven Gothel / cgit
#307 (Mar 18, 2012, 11:21:08 AM)
- native jar packaging: don't fail if platform OpenAL lib is n/a — Sven Gothel / cgit
- Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 — Sven Gothel / cgit
- Fix regression, adapt to GlueGen PropertyAccess changes, commit — Sven Gothel / cgit
#296 (Feb 27, 2012, 8:20:28 PM)
- Enable cross compile/test on linux-armv7 (including armv7 openal soft — Sven Gothel / cgit
- Fix junit.run — Sven Gothel / cgit
#273 (Jan 23, 2012, 4:51:31 PM)
- javac - setup encoding to UTF-8 — Sven Gothel / cgit
#271 (Jan 23, 2012, 2:57:42 AM)
- Fix Bug 516 (Determine Java Version) / See gluegen: — Sven Gothel / cgit
#265 (Jan 4, 2012, 9:20:55 PM)
- Fix bug 550, JOAL lacks Platform.initSingleton() call - Using — Sven Gothel / cgit
#261 (Dec 22, 2011, 9:24:48 PM)
- Add macosx build script — Sven Gothel / cgit
- win build script bump to 6u30 — Sven Gothel / cgit
#255 (Dec 19, 2011, 1:59:01 AM)
- Add Eclipse prj — Sven Gothel / cgit
#254 (Dec 18, 2011, 4:50:38 PM)
- Add TempJarCache usage — Sven Gothel / cgit
#228 (Oct 18, 2011, 5:23:15 PM)
- use jvmDataModel.arg set by gluegen — Sven Gothel / cgit
- oops .. forgot to import gluegen-cpptask.. — Sven Gothel / cgit
#226 (Oct 18, 2011, 3:30:48 PM)
- Enable JOAL on Solaris — Sven Gothel / cgit
#201 (Sep 12, 2011, 12:22:46 PM)
- New FHS: jars in jar/ — Sven Gothel / cgit
#190 (Aug 22, 2011, 2:25:45 AM)
- Adapt to gluegen commit 90ff6c401934121395fa4a127e8b889106fda07a — Sven Gothel / cgit
#166 (Jun 9, 2011, 1:20:36 AM)
- create source zip archives — Sven Gothel / cgit
#131 (Feb 24, 2011, 1:21:32 AM)
- gluegen-archivetasks.xml -> jogamp-archivetasks.xml — Sven Gothel / cgit
#130 (Feb 23, 2011, 8:20:29 PM)
- Adapt changes of jogamp-env.xml — Sven Gothel / cgit
#128 (Feb 23, 2011, 3:17:15 PM)
- Inverse build attribute build.noarchive -> build.archiveon — Sven Gothel / cgit
#126 (Feb 23, 2011, 5:20:29 AM)
- Use 7z instead of zip — Sven Gothel / cgit
#125 (Feb 23, 2011, 3:20:29 AM)
- Use NODE_NAME env var to determine test archive — Sven Gothel / cgit
#115 (Feb 9, 2011, 6:37:19 AM)
- Expand tabs to 4 spaces — Sven Gothel / cgit
- Bump Java source level to 1.5 — Sven Gothel / cgit
#114 (Feb 9, 2011, 4:06:10 AM)
- Move implementation private files from com.jogamp.<module>.impl. to — Sven Gothel / cgit
- Move implementation private files from com.jogamp.<module>.impl. to — Sven Gothel / cgit
- Add privileged decoration around library loading — Sven Gothel / cgit
#98 (Dec 18, 2010, 4:49:01 PM)
- jnlp: remove version attribute from extension ref, which would require — Sven Gothel / cgit
#94 (Dec 14, 2010, 11:23:37 PM)
- archive test results — Sven Gothel / cgit
- test-zip-archive cleanup — Sven Gothel / cgit
- final cleanup test results archive :) — Sven Gothel / cgit
- Add version tag in jnlp files — Sven Gothel / cgit
#93 (Dec 13, 2010, 12:21:02 PM)
- only kick off gluegen base.compile — Sven Gothel / cgit
#90 (Dec 13, 2010, 4:58:23 AM)
- Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); — Sven Gothel / cgit
- proper zip archive name — Sven Gothel / cgit
#88 (Dec 13, 2010, 4:36:10 AM)
- Oops .. rootrel.build was too late defined — Sven Gothel / cgit
#86 (Dec 13, 2010, 4:30:52 AM)
- Add joal.jnlp template — Sven Gothel / cgit
- Window Support added ; Win64 libs & license files — Sven Gothel / cgit
#85 (Dec 13, 2010, 12:39:04 AM)
- Bring back JOAL (code fixes and project structure) — Sven Gothel / cgit
- Playing audio again — Sven Gothel / cgit
- Enable javadoc — Sven Gothel / cgit
#84 (Aug 28, 2010, 11:21:13 AM)
- attempt to fix CCE in windows compiler config. — Michael Bien / cgit
#83 (Aug 28, 2010, 10:21:13 AM)
- added windows mingw 32/64 compiler configuration (stolen from JOCL); — Michael Bien / cgit
#82 (Aug 28, 2010, 9:21:14 AM)
- removed requirement to specify 'joal.lib.dir' property since its no — Michael Bien / cgit
#73 (Jul 12, 2010, 8:20:33 AM)
- fixed tests, build + cleanup. — Michael Bien / cgit
- another round of cleanup (ALTest). — Michael Bien / cgit
- added netbeans compile-single and run-single acthion bindings. — Michael Bien / cgit
- cleanup OpenALTest (works now). — Michael Bien / cgit
- Sound3DTest cleanup (works). — Michael Bien / cgit
- joal_native is now joal. — Michael Bien / cgit
- EAXFactory initializes JOAL if nessesary. — Michael Bien / cgit
- fixed alcGetString functionpointer mapping (gluegen does not handle — Michael Bien / cgit
#72 (Jul 8, 2010, 1:20:48 PM)
- removed BufferUtils since we have now Buffers in gluegen-rt. — Michael Bien / cgit
#64 (Jun 15, 2010, 10:04:46 PM)
- updated webpage, JOAL symbols. — Michael Bien / cgit
#59 (May 28, 2010, 2:21:23 PM)
- joal uses now gluegen's property loading task and also gluegen's antlr — Michael Bien / cgit
#58 (May 28, 2010, 1:19:02 PM)
- www — Sven Gothel / cgit
- Add rootrel.build semantics .. — Sven Gothel / cgit
- updated webpage. — Michael Bien / cgit
#42 (Apr 24, 2010, 8:00:02 PM)
- modifications due do refactoring in gluegen/ProcAddressTable. — Michael Bien / cgit
#27 (Apr 8, 2010, 2:15:43 AM)
- added intelliJ module file. — Michael Bien / cgit
#25 (Apr 1, 2010, 3:10:53 AM)
- modifications due to class movement in gluegen. — Michael Bien / cgit
#19 (Mar 29, 2010, 7:15:43 PM)
- renamed package to com.jogamp.openal.* — Michael Bien / cgit
#14 (Mar 28, 2010, 6:15:43 PM)
- NativeLibrary.lookupFunction -> dynamicLookupFunction — Michael Bien / cgit
#9 (Mar 27, 2010, 2:54:57 AM)
- refactoring due to gluegen changes. — Michael Bien / cgit
#2 (Mar 25, 2010, 8:21:38 PM)
- fixed build for hudson, ${gluegen.root} is now used everywhere since it — Michael Bien / cgit