| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some implicit conversions | Chris Robinson | 2023-12-17 | 1 | -3/+2 |
* | Clean up some more clang-tidy warnings | Chris Robinson | 2023-12-08 | 1 | -1/+1 |
* | Replace a global function with a member function | Chris Robinson | 2023-12-03 | 1 | -6/+0 |
* | Make the device clock members atomic | Chris Robinson | 2023-12-03 | 1 | -8/+2 |
* | fix printf format for MinGW (#942) | Rosen Penev | 2023-12-03 | 1 | -2/+2 |
* | Fix some unused parameter and unhandled enum warnings | Chris Robinson | 2023-11-25 | 1 | -3/+2 |
* | Add query fonction in ALC_SOFT_system_events unreleased extension (#938) | MathiusD | 2023-11-26 | 1 | -0/+5 |
* | Use a string_view for the backend open method | Chris Robinson | 2023-08-06 | 1 | -1/+2 |
* | Use std::byte instead of a custom al::byte | Chris Robinson | 2023-05-04 | 1 | -2/+2 |
* | Avoid inlining certain exception functions | Chris Robinson | 2022-12-16 | 1 | -7/+3 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 1 | -5/+0 |
* | Make the backend pointer part of ALCdevice instead of DeviceBase | Chris Robinson | 2021-11-19 | 1 | -2/+1 |
* | Move GetChannelIdxByName and clean up some more includes | Chris Robinson | 2021-04-26 | 1 | -2/+3 |
* | Use the DeviceBase for the backend | Chris Robinson | 2021-04-24 | 1 | -5/+5 |
* | Workaround mingw complaining about the %z formatter | Chris Robinson | 2021-03-12 | 1 | -0/+4 |
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 1 | -1/+1 |
* | Don't use ALC error enums for the backend error code | Chris Robinson | 2020-12-17 | 1 | -5/+11 |
* | Move the AL error enum out of base_exception | Chris Robinson | 2020-12-17 | 1 | -1/+4 |
* | Don't return an enum from captureSamples | Chris Robinson | 2020-12-17 | 1 | -4/+4 |
* | Set channel labels from WFX channel masks | Chris Robinson | 2020-06-15 | 1 | -0/+5 |
* | Move a couple related functions to the backend base | Chris Robinson | 2020-06-12 | 1 | -0/+6 |
* | Don't return a bool from the backend start method | Chris Robinson | 2020-04-28 | 1 | -1/+1 |
* | Use a common base for a couple exceptions | Chris Robinson | 2020-04-10 | 1 | -1/+18 |
* | Inline a small helper method | Chris Robinson | 2020-03-30 | 1 | -14/+24 |
* | Get rid of a redundant enum | Chris Robinson | 2020-03-30 | 1 | -6/+1 |
* | Return the enumerated device names from the backend | Chris Robinson | 2020-03-30 | 1 | -1/+1 |
* | Inline a couple BackendBase methods | Chris Robinson | 2020-03-30 | 1 | -3/+3 |
* | Remove the mutex from the backend base | Chris Robinson | 2020-03-29 | 1 | -2/+0 |
* | Remove unnecessary locks now that the mixer doesn't require one | Chris Robinson | 2020-02-26 | 1 | -3/+0 |
* | Remove a couple unnecessary type aliases | Chris Robinson | 2020-02-22 | 1 | -2/+0 |
* | Use exceptions for backend open failures | Chris Robinson | 2019-10-07 | 1 | -1/+1 |
* | Make the BackendFactory base destructor protected | Chris Robinson | 2019-09-15 | 1 | -2/+3 |
* | Return and pass more appropriate types for backends | Chris Robinson | 2019-09-15 | 1 | -3/+4 |
* | Enable and fix more warnings | Chris Robinson | 2019-09-14 | 1 | -0/+2 |
* | More include cleanup | Chris Robinson | 2019-07-29 | 1 | -2/+4 |
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+78 |