aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Use an allocator to allocate uninitilized sublistsChris Robinson2024-01-011-1/+0
* Use standard operator new[] and delete[] for aligned allocationsChris Robinson2024-01-011-2/+0
* Use -static-libstdc++ to static link libstdc++Chris Robinson2023-12-191-2/+2
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-1/+2
* Refactor FlexArrayChris Robinson2023-12-101-0/+1
* Remove an unnecessary deque with a custom allocatorChris Robinson2023-10-111-1/+0
* Include a copy of PFFFTChris Robinson2023-10-061-0/+2
* Make cppwinrt version configurable (#919)Deal2023-09-261-1/+3
* UWP: migrate C++/CX to C++/WinRT (#916)Deal2023-09-221-16/+12
* Rename a couple internal cmake target namesChris Robinson2023-09-091-29/+29
* Don't set VISIBILITY_PRESETs without visibility attributesChris Robinson2023-08-291-23/+20
* Remove an unnecessary source fileChris Robinson2023-08-181-1/+0
* Update the specified minimum CMake version requiredChris Robinson2023-07-301-1/+1
* Use target_link_options to add linker flagsChris Robinson2023-07-281-4/+3
* Fix some typos (#872)Dirk Stolle2023-07-041-2/+2
* Don't use an import target for OpenSLChris Robinson2023-07-041-1/+2
* Add gtest integration (#860)hsdk1232023-06-121-0/+6
* Rename threads.cpp/h to alsem.cpp/hChris Robinson2023-06-011-2/+2
* Move althrd_setname to its own sourceChris Robinson2023-06-011-0/+2
* Define FORCE_ALIGN in config.hChris Robinson2023-06-011-0/+2
* Initialize the WASAPI device helper earlierChris Robinson2023-05-311-5/+8
* Improve wasapi backend UWP support (#853)Deal(一线灵)2023-05-311-29/+55
* Move the function and enum list to a separate fileChris Robinson2023-05-301-0/+1
* Add a callback to report system device changesChris Robinson2023-05-301-0/+2
* Define __STDC_FORMAT_MACROS on systems that need itChris Robinson2023-05-271-0/+14
* Implement direct functions for context stateChris Robinson2023-05-141-0/+1
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-1/+0
* Replace al::optional with std::optionalChris Robinson2023-05-041-1/+0
* Update to C++17Chris Robinson2023-05-041-2/+2
* Move debug functions to their own sourceChris Robinson2023-04-301-0/+2
* Release 1.23.1Chris Robinson2023-04-111-1/+1
* Add a version script for non-Windows/macOS systemsChris Robinson2023-04-101-4/+12
* Don't check for backend packages that aren't wantedChris Robinson2023-03-301-202/+192
* Set the C/C++ standard version properties manuallyChris Robinson2023-02-251-12/+32
* Support IMA4 ADPCM as a mixing voice formatChris Robinson2023-02-141-0/+1
* Allow finding index file when built as a submodule (#819)Aoife Fey2023-02-091-2/+13
* Check for the existence of the file that's depended onChris Robinson2023-02-081-1/+1
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-061-0/+3
* Release 1.23.0Chris Robinson2023-02-031-2/+2
* Try -Wno-c++20-extensions if -Wno-c++20-attribute-extensions failsChris Robinson2023-01-311-0/+5
* Don't include the array definition with bin2hChris Robinson2023-01-131-3/+3
* Try to handle cmake custom targets betterChris Robinson2023-01-131-2/+16
* Use cmake's visibility attributesChris Robinson2023-01-121-17/+6
* Disable MSVC warning C5051Chris Robinson2023-01-051-1/+1
* Don't warn for attributes being in a later standardChris Robinson2022-12-051-0/+5
* Avoid overriding main with SDLChris Robinson2022-11-231-2/+2
* Remove unnecessary use of SDL2_INCLUDE_DIRChris Robinson2022-11-161-2/+0
* Use SDL2's sdl2-config.cmakeChris Robinson2022-11-161-8/+11
* Avoid unnecessary duplicate CMake variablesChris Robinson2022-11-161-2/+2
* tvos support (#762)Paulo Coutinho2022-09-041-1/+1