aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v1.19' of git://repo.or.cz/openal-soft into v1.19v1.19Sven Gothel2019-04-071-375/+837
|\
| * Fix Resample_bsinc_SSE pointer casts.John Preston2018-11-081-1/+1
| * Release 1.19.1openal-soft-1.19.1Chris Robinson2018-10-111-1/+1
| * Use the common init/close functions for alffplayChris Robinson2018-10-101-1/+2
| * Release 1.19.0openal-soft-1.19.0Chris Robinson2018-09-061-2/+2
| * Pass the appropriate /arch switch for x86 MSVCChris Robinson2018-08-311-12/+30
| * Enable HRTF data set embedding by defaultChris Robinson2018-08-291-1/+1
| * Check for and use copysignfChris Robinson2018-08-291-0/+1
| * EFX: Autowah implementationRaulshc2018-07-251-0/+1
| * On 32-bit targets with SSE, enable SSE/SSE2 codegen by defaultChris Robinson2018-07-161-0/+28
| * CMake: fix SSE3 typoJan Chren (rindeal)2018-05-291-1/+1
| * EFX: Frequency Shifter implementationRaulshc2018-05-201-0/+1
| * Move the ALcomplex and FFT functions to a separate fileChris Robinson2018-05-151-0/+2
| * Include header files in CMake's source listsChris Robinson2018-04-211-50/+95
| * Move the bnad-splitter filters to a separate sourceChris Robinson2018-04-211-0/+1
| * Specify Libs.private for the pkg-config fileChris Robinson2018-03-291-1/+12
| * Don't specify macros as arguments to CHECK_INCLUDE_FILE(S)Chris Robinson2018-03-281-2/+13
| * Also add SDL2's include pathJan Niklas Hasse2018-03-241-0/+1
| * Use proc_pidpath to get the process path on macOS when availableChris Robinson2018-03-241-0/+1
| * Move NFC filters to the filter directoryChris Robinson2018-03-221-1/+1
| * Move the filter implementation to a separate directoryChris Robinson2018-03-221-0/+1
| * Move mixer sources into a sub-directoryChris Robinson2018-03-221-12/+12
| * EFX:Pitch Shifter implementationRaulshc2018-03-181-0/+1
| * Rename the mmdevapi backend to wasapiChris Robinson2018-03-091-10/+10
| * Add SDL2 backend for playback, fix #173Jan Niklas Hasse2018-03-071-1/+21
| * Add almultireverb to the install targetChris Robinson2018-02-201-1/+1
| * Add an example for multi-zone reverbChris Robinson2018-02-181-0/+9
| * Check for a cbrtf functionChris Robinson2018-02-061-0/+1
| * Remove the unused thunk codeChris Robinson2018-02-021-1/+0
| * Add a ctz64 fallback using _BitScanForward when availableChris Robinson2018-01-271-0/+7
| * Check for _BitScanForward64 before using itChris Robinson2018-01-271-0/+7
| * Handle event propertiesChris Robinson2018-01-231-0/+1
| * Remove now-unused alloca and VLA checksChris Robinson2018-01-211-16/+0
| * Add a method to get the system's page sizeChris Robinson2018-01-161-0/+1
| * Move the ringbuffer declarations to a separate headerChris Robinson2018-01-111-1/+1
| * Move the config function declarations to their own headerChris Robinson2018-01-111-1/+1
| * Combine the chorus and flanger processing functionsChris Robinson2018-01-091-1/+0
| * Only link to the common lib when building as sharedChris Robinson2017-12-231-3/+6
| * Build common code onceChris Robinson2017-12-161-22/+42
| * Include the fpu=neon switch when testing for arm_neon.hChris Robinson2017-12-161-1/+1
| * Use the correct functions set to the compiler switchesChris Robinson2017-12-151-145/+139
| * Add a simple non-streaming play exampleChris Robinson2017-11-071-1/+8
| * Update version for 1.18.2 releaseChris Robinson2017-09-241-1/+1
| * Always link to ossaudio when foundChris Robinson2017-09-151-1/+1
| * Handle libossaudio as an optional OSS libraryChris Robinson2017-09-151-0/+3
| * Add a check for pthread_setname_np with three parametersChris Robinson2017-09-151-0/+19
| * Don't hide -msse and -mfpu=neon checks behind a not-msvc checkChris Robinson2017-08-301-21/+20
| * Depend on native-tools sources using IMPLICIT_DEPENDSChris Robinson2017-08-301-1/+3
| * Avoid using wmain on WindowsChris Robinson2017-08-301-3/+0
| * Pass the current cmake generator to the native-tools buildChris Robinson2017-08-301-1/+1