| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename a couple internal cmake target names | Chris Robinson | 2023-09-09 | 1 | -29/+29 |
* | Don't set VISIBILITY_PRESETs without visibility attributes | Chris Robinson | 2023-08-29 | 1 | -23/+20 |
* | Remove an unnecessary source file | Chris Robinson | 2023-08-18 | 1 | -1/+0 |
* | Update the specified minimum CMake version required | Chris Robinson | 2023-07-30 | 1 | -1/+1 |
* | Use target_link_options to add linker flags | Chris Robinson | 2023-07-28 | 1 | -4/+3 |
* | Fix some typos (#872) | Dirk Stolle | 2023-07-04 | 1 | -2/+2 |
* | Don't use an import target for OpenSL | Chris Robinson | 2023-07-04 | 1 | -1/+2 |
* | Add gtest integration (#860) | hsdk123 | 2023-06-12 | 1 | -0/+6 |
* | Rename threads.cpp/h to alsem.cpp/h | Chris Robinson | 2023-06-01 | 1 | -2/+2 |
* | Move althrd_setname to its own source | Chris Robinson | 2023-06-01 | 1 | -0/+2 |
* | Define FORCE_ALIGN in config.h | Chris Robinson | 2023-06-01 | 1 | -0/+2 |
* | Initialize the WASAPI device helper earlier | Chris Robinson | 2023-05-31 | 1 | -5/+8 |
* | Improve wasapi backend UWP support (#853) | Deal(一线灵) | 2023-05-31 | 1 | -29/+55 |
* | Move the function and enum list to a separate file | Chris Robinson | 2023-05-30 | 1 | -0/+1 |
* | Add a callback to report system device changes | Chris Robinson | 2023-05-30 | 1 | -0/+2 |
* | Define __STDC_FORMAT_MACROS on systems that need it | Chris Robinson | 2023-05-27 | 1 | -0/+14 |
* | Implement direct functions for context state | Chris Robinson | 2023-05-14 | 1 | -0/+1 |
* | Use std::byte instead of a custom al::byte | Chris Robinson | 2023-05-04 | 1 | -1/+0 |
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -1/+0 |
* | Update to C++17 | Chris Robinson | 2023-05-04 | 1 | -2/+2 |
* | Move debug functions to their own source | Chris Robinson | 2023-04-30 | 1 | -0/+2 |
* | Release 1.23.1 | Chris Robinson | 2023-04-11 | 1 | -1/+1 |
* | Add a version script for non-Windows/macOS systems | Chris Robinson | 2023-04-10 | 1 | -4/+12 |
* | Don't check for backend packages that aren't wanted | Chris Robinson | 2023-03-30 | 1 | -202/+192 |
* | Set the C/C++ standard version properties manually | Chris Robinson | 2023-02-25 | 1 | -12/+32 |
* | Support IMA4 ADPCM as a mixing voice format | Chris Robinson | 2023-02-14 | 1 | -0/+1 |
* | Allow finding index file when built as a submodule (#819) | Aoife Fey | 2023-02-09 | 1 | -2/+13 |
* | Check for the existence of the file that's depended on | Chris Robinson | 2023-02-08 | 1 | -1/+1 |
* | Use an interpolated FIR filter for cubic resampling | Chris Robinson | 2023-02-06 | 1 | -0/+3 |
* | Release 1.23.0 | Chris Robinson | 2023-02-03 | 1 | -2/+2 |
* | Try -Wno-c++20-extensions if -Wno-c++20-attribute-extensions fails | Chris Robinson | 2023-01-31 | 1 | -0/+5 |
* | Don't include the array definition with bin2h | Chris Robinson | 2023-01-13 | 1 | -3/+3 |
* | Try to handle cmake custom targets better | Chris Robinson | 2023-01-13 | 1 | -2/+16 |
* | Use cmake's visibility attributes | Chris Robinson | 2023-01-12 | 1 | -17/+6 |
* | Disable MSVC warning C5051 | Chris Robinson | 2023-01-05 | 1 | -1/+1 |
* | Don't warn for attributes being in a later standard | Chris Robinson | 2022-12-05 | 1 | -0/+5 |
* | Avoid overriding main with SDL | Chris Robinson | 2022-11-23 | 1 | -2/+2 |
* | Remove unnecessary use of SDL2_INCLUDE_DIR | Chris Robinson | 2022-11-16 | 1 | -2/+0 |
* | Use SDL2's sdl2-config.cmake | Chris Robinson | 2022-11-16 | 1 | -8/+11 |
* | Avoid unnecessary duplicate CMake variables | Chris Robinson | 2022-11-16 | 1 | -2/+2 |
* | tvos support (#762) | Paulo Coutinho | 2022-09-04 | 1 | -1/+1 |
* | More updates for making an OSX framework | Chris Robinson | 2022-08-28 | 1 | -2/+3 |
* | Fix OSX framework versions | Chris Robinson | 2022-08-28 | 1 | -2/+2 |
* | Don't include the full path for frameworks to link | Chris Robinson | 2022-08-21 | 1 | -4/+7 |
* | Update alffplay to support newer ffmpeg versions | Chris Robinson | 2022-08-20 | 1 | -10/+10 |
* | Fix building on some MinGW systems | Chris Robinson | 2022-07-08 | 1 | -1/+1 |
* | Release 1.22.2 | Chris Robinson | 2022-06-27 | 1 | -1/+1 |
* | Release 1.22.1 | Chris Robinson | 2022-06-20 | 1 | -1/+1 |
* | Set policies to exclude /W3 and /GR on MSVC | Chris Robinson | 2022-06-15 | 1 | -9/+8 |
* | Search for Oboe config modules first | Chris Robinson | 2022-06-01 | 1 | -2/+5 |