Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove ex-common and test-common static libs | Chris Robinson | 2017-03-04 | 1 | -21/+14 | |
| | ||||||
* | Remove unnecessary wrappers around SDL_sound | Chris Robinson | 2017-03-04 | 1 | -5/+1 | |
| | | | | Also remove wrappers for the now-unsupported buffer_samples extension. | |||||
* | Use the LINK_FLAGS property instead of abusing libs for flags | Chris Robinson | 2017-03-04 | 1 | -4/+8 | |
| | ||||||
* | Export cmake import targets for project build tree | Marcel Metz | 2017-03-05 | 1 | -0/+3 | |
| | ||||||
* | Export cmake import targets for project install tree | Marcel Metz | 2017-03-05 | 1 | -1/+6 | |
| | ||||||
* | Rename logical CMake target `openal` to `OpenAL` | Marcel Metz | 2017-03-05 | 1 | -35/+37 | |
| | ||||||
* | Compile `common` library within dependent targets | Marcel Metz | 2017-03-04 | 1 | -22/+15 | |
| | ||||||
* | Make logical target name `openal` uniform accross all platforms | Marcel Metz | 2017-03-04 | 1 | -41/+42 | |
| | ||||||
* | Set CMP0020 for Qt | Chris Robinson | 2017-02-25 | 1 | -0/+3 | |
| | ||||||
* | Porperly check for and use __builtin_assume_aligned | Chris Robinson | 2017-02-13 | 1 | -0/+13 | |
| | ||||||
* | Print separate messages for building sdl_sound and ffmpeg examples | Chris Robinson | 2017-02-12 | 1 | -3/+3 | |
| | ||||||
* | Don't require SDL_sound for alffplay | Chris Robinson | 2017-02-11 | 1 | -49/+58 | |
| | | | | Also explicitly link with libz for alffplay, since static ffmpeg libs need it. | |||||
* | Also log to __android_log_print on Android | Chris Robinson | 2017-01-26 | 1 | -0/+7 | |
| | ||||||
* | Use C++11 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -0/+6 | |
| | ||||||
* | Rename the version target for systems that have a version lib | Chris Robinson | 2016-12-21 | 1 | -3/+3 | |
| | ||||||
* | More robustly generate the git commit ID and branch | Chris Robinson | 2016-12-21 | 1 | -14/+15 | |
| | ||||||
* | Trace the commit ID and branch the library was built from | Chris Robinson | 2016-12-21 | 1 | -0/+22 | |
| | ||||||
* | Explicitly disable use of GNU89 inline semantics | rdb | 2016-12-20 | 1 | -0/+2 | |
| | ||||||
* | Set the windows subsystem for DLLs on MSVC and GCC on Windows | Chris Robinson | 2016-11-22 | 1 | -1/+9 | |
| | ||||||
* | Update cmake scripts to handle policy 0054 | Chris Robinson | 2016-11-22 | 1 | -0/+3 | |
| | ||||||
* | Remove the temporary stub files after the output object is made | Chris Robinson | 2016-11-11 | 1 | -0/+1 | |
| | ||||||
* | Fixes for embedded HRTFs on OSX | Chris Robinson | 2016-11-11 | 1 | -3/+5 | |
| | | | | | | | | Use an empty source file to build a stub object file, instead of /dev/null. Use _mh_dylib_header to retrieve the data on 10.7+, instead of _mh_execute_header. And shorten the names to fit in the 16-character limit. Thanks to Anna Cheremnykh for the fixes! | |||||
* | Try to make embedded HRTF data sets work on OSX | Chris Robinson | 2016-11-10 | 1 | -0/+16 | |
| | ||||||
* | Added cmake FindWindowsSDK for FindDSound module and fixed FindDSound.cmake | septag | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Properly check for struct timespec | Chris Robinson | 2016-10-04 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #63 from adrianbroher/gnuinstalldir | kcat | 2016-09-14 | 1 | -25/+32 | |
|\ | | | | | Use GNUInstallDirs to place the build artifacts properly | |||||
| * | Use GNUInstallDirs for generated pkg-config file | Marcel Metz | 2016-09-06 | 1 | -3/+3 | |
| | | | | | | | | Continuation of 6387933 | |||||
| * | Use GNUInstallDirs to place the build artifacts properly | Marcel Metz | 2016-09-06 | 1 | -22/+29 | |
| | | | | | | | | | | | | | | | | CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples. | |||||
* | | Fix the libatomic check | Chris Robinson | 2016-09-13 | 1 | -4/+14 | |
| | | ||||||
* | | Check for libatomic, in case C11 atomics need it | Chris Robinson | 2016-09-12 | 1 | -0/+9 | |
| | | ||||||
* | | Check if -mfpu=neon is available for compiling the NEON mixer | Chris Robinson | 2016-09-12 | 1 | -1/+9 | |
| | | ||||||
* | | Build NEON code with -mfpu=neon | Thomas Petazzoni | 2016-09-06 | 1 | -0/+1 | |
|/ | | | | | | | | | | The ARM-specific NEON code needs to be built with -mfpu=neon to avoid build failures when a difference FPU is used by default by the compiler. Fixes issue #54. Signed-off-by: Thomas Petazzoni <[email protected]> | |||||
* | Remove broken autowah effect code | Chris Robinson | 2016-07-26 | 1 | -1/+0 | |
| | | | | | It's been disabled forever, and I have no idea how to make it work properly. Better to just redo it when making something that works. | |||||
* | Fix indentation | Chris Robinson | 2016-07-12 | 1 | -14/+14 | |
| | ||||||
* | Fix a copy-paste message error | Chris Robinson | 2016-07-12 | 1 | -1/+1 | |
| | ||||||
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -7/+53 | |
| | ||||||
* | Provide a decoder preset for 5.1 Surround output | Chris Robinson | 2016-04-24 | 1 | -0/+1 | |
| | ||||||
* | Install the ambdec preset files | Chris Robinson | 2016-04-23 | 1 | -0/+14 | |
| | ||||||
* | Move the aligned malloc functions to the common lib | Chris Robinson | 2016-03-29 | 1 | -1/+2 | |
| | ||||||
* | Add a dual-band ambisonic decoder | Chris Robinson | 2016-03-15 | 1 | -0/+1 | |
| | | | | | | | | | | This uses a virtual B-Format buffer for mixing, and then uses a dual-band decoder for improved positional quality. This currently only works with first- order output since first-order input (from the AL_EXT_BFROMAT extension) would not sound correct when fed through a second- or third-order decoder. This also does not currently implement near-field compensation since near-field rendering effects are not implemented. | |||||
* | Add a loader for ambdec files | Chris Robinson | 2016-03-14 | 1 | -0/+1 | |
| | ||||||
* | Add a function to encode 2-channel UHJ from B-Format | Chris Robinson | 2016-02-26 | 1 | -0/+1 | |
| | ||||||
* | Release 1.17.2openal-soft-1.17.2 | Chris Robinson | 2016-01-24 | 1 | -1/+1 | |
| | ||||||
* | Remove unneeded check for io.h | Chris Robinson | 2016-01-24 | 1 | -1/+0 | |
| | ||||||
* | Clear SSE3 switch before testing if one's recognized | Chris Robinson | 2016-01-24 | 1 | -0/+1 | |
| | ||||||
* | Reorder some cmake checks | Chris Robinson | 2016-01-21 | 1 | -20/+19 | |
| | ||||||
* | Lower the _POSIX_C_SOURCE and _XOPEN_SOURCE version requirements | Chris Robinson | 2016-01-21 | 1 | -2/+2 | |
| | ||||||
* | Only set cmake policy CMP0042 if it's valid | Chris Robinson | 2016-01-21 | 1 | -3/+5 | |
| | ||||||
* | Always define _XOPEN_SOURCE if _POSIX_C_SOURCE is too | Chris Robinson | 2016-01-21 | 1 | -16/+3 | |
| | ||||||
* | Explicit check if pthread_setname_np accepts only one parameter | Chris Robinson | 2016-01-21 | 1 | -0/+21 | |
| |