Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | Only relevant for C++, but these functions can't throw as it's a C-based API. Letting the compiler know that helps improve code generation. Extension callbacks must also not let exceptions leave the callback, or else Bad Things can happen. The macro AL_DISABLE_NOEXCEPT may be defined before including the headers to not mark functions as noexcept, but this should only be done if the caller can't otherwise be fixed. | ||||
* | 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 |
| | | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places. | ||||
* | 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 |
| | | | | Don't add alc/ to the include paths. | ||||
* | 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 |
| | | | | | These would be better served with a proper debug API, rather than a general audio event API. | ||||
* | 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 |