aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Avoid global constexpr arraysChris Robinson2021-01-211-1/+0
* Avoid explicitly searching for the WindowsSDKChris Robinson2021-01-191-25/+23
* Move cpu_caps and fpu_ctrl to coreChris Robinson2020-12-311-4/+4
* Check for SSE and NEON earlierChris Robinson2020-12-311-71/+84
* Move the ambdec loader to coreChris Robinson2020-12-251-2/+2
* Use an import target for linking OpenSLChris Robinson2020-12-241-2/+1
* Move alexcpt to coreChris Robinson2020-12-241-2/+2
* Move logging to coreChris Robinson2020-12-171-1/+2
* Move AsyncEvent to a separate headerChris Robinson2020-12-161-0/+1
* Move VoiceChange to a separate headerChris Robinson2020-12-161-1/+2
* Move fmt_traits to coreChris Robinson2020-12-131-2/+2
* Avoid compiling different sources for different targetsChris Robinson2020-12-131-32/+6
* Move the mixer functions to coreChris Robinson2020-12-121-14/+14
* Use a separate list for core objectsChris Robinson2020-12-121-31/+34
* Move some HRTF definitions to a separate headerChris Robinson2020-12-121-0/+1
* Move ambidefs.h to coreChris Robinson2020-12-121-1/+2
* Move the ringbuffer to commonChris Robinson2020-12-051-2/+2
* Move a couple more things to coreChris Robinson2020-12-041-4/+4
* Move the filters to coreChris Robinson2020-12-041-6/+6
* Move the bsinc tables to coreChris Robinson2020-12-041-3/+3
* Move mastering.cpp/h to coreChris Robinson2020-12-041-2/+2
* Move some sources to a separate directoryChris Robinson2020-11-271-2/+4
* Move AL EffectProp handling to separate sourcesChris Robinson2020-11-251-0/+15
* Use a separate structure for the active effect slot propertiesChris Robinson2020-11-071-0/+2
* Release 1.21.0Chris Robinson2020-11-041-2/+2
* Fix copy-paste errorChris Robinson2020-10-261-3/+3
* Clear /W3 on MSVC since we use /W4Chris Robinson2020-10-251-0/+7
* Add a comment about building for static linkingChris Robinson2020-10-251-0/+2
* Enable standard stdio methods with MinGWChris Robinson2020-10-131-0/+3
* Don't use config.h to define RESTRICTChris Robinson2020-09-011-2/+3
* Rename buffer_formats to buffer_storageChris Robinson2020-08-271-2/+2
* De-duplicate LoadSampleArray and FmtTypeTraitsChris Robinson2020-08-261-0/+2
* Base the convolution example on the simpler stream exampleChris Robinson2020-08-261-1/+1
* Add an example using convolution reverbChris Robinson2020-08-251-0/+4
* Stub out a convolution effect stateChris Robinson2020-08-241-0/+1
* Move storable buffer format info to a separate sourceChris Robinson2020-08-241-0/+2
* Clean up some commentsChris Robinson2020-08-241-20/+21
* macOS osx/ios dynamic framework support (#466)HALX992020-08-241-3/+67
* Use CMAKE_DLLTOOL instead of looking for dlltool manuallyChris Robinson2020-08-201-12/+3
* Rename ALSOFT_INSTALL_HRTF_DEFS to ALSOFT_INSTALL_HRTF_DATAChris Robinson2020-08-131-4/+4
* Avoid a cmake check for determining the size of longChris Robinson2020-08-131-4/+0
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-12/+21
* Add a comment about 32-bit GCC stack aligning with SSE codegenChris Robinson2020-08-051-0/+4
* Force stack alignment on 32-bit gcc for proper SSE use (#462)Luis Cáceres2020-08-051-0/+1
* Revert "Don't call find_package(WindowsSDK) if the platform ver is already set"Chris Robinson2020-07-091-7/+4
* Don't call find_package(WindowsSDK) if the platform ver is already setChris Robinson2020-07-081-4/+7
* Fix a typoChris Robinson2020-06-121-1/+1
* Link with the CoreFoundation framework on iOSChris Robinson2020-06-111-2/+7
* More capitalization fixesChris Robinson2020-06-111-451/+451
* Fix some capitalizationChris Robinson2020-06-111-217/+217