| Commit message (Expand) | Author | Age | Files | Lines |
* | Use string_views for querying config parameters | Chris Robinson | 2023-12-21 | 1 | -1/+1 |
* | Remove void from empty parameter lists | Chris Robinson | 2023-12-12 | 1 | -28/+26 |
* | Add missing include | Chris Robinson | 2023-05-24 | 1 | -0/+1 |
* | Add a compat option to change the error value with no context | Chris Robinson | 2023-05-24 | 1 | -1/+21 |
* | Use a string_view for handling debug messages | Chris Robinson | 2023-05-23 | 1 | -1/+2 |
* | Make the API functions noexcept | Chris Robinson | 2023-05-22 | 1 | -2/+2 |
* | Don't check for a null context in direct functions | Chris Robinson | 2023-05-14 | 1 | -2/+9 |
* | Implement direct functions for context state | Chris Robinson | 2023-05-14 | 1 | -4/+3 |
* | Avoid using al::vector unnecessarily | Chris Robinson | 2023-05-12 | 1 | -2/+2 |
* | Put the debug filters into a group | Chris Robinson | 2023-05-01 | 1 | -0/+1 |
* | Start a debug API extension | Chris Robinson | 2023-04-29 | 1 | -2/+9 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -1/+1 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -1/+1 |
* | Use standard likely/unlikely attributes when available | Chris Robinson | 2022-12-05 | 1 | -1/+1 |
* | Make some local constexpr variables static | Chris Robinson | 2022-02-23 | 1 | -1/+1 |
* | Make simpler likely/unlikely functions and use them in some places | Chris Robinson | 2021-10-03 | 1 | -1/+1 |
* | Rename alcontext.h and move some functions to context.cpp | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
* | Update include headers | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 1 | -1/+1 |
* | Move logging to core | Chris Robinson | 2020-12-17 | 1 | -1/+1 |
* | Remove deprecated, performance, and error event types | Chris Robinson | 2020-09-20 | 1 | -11/+0 |
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -1/+2 |
* | Get rid of more implicit conversions | Chris Robinson | 2019-09-12 | 1 | -1/+2 |
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -1/+1 |
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 1 | -11/+8 |
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -8/+8 |
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -0/+118 |