Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename threads.cpp/h to alsem.cpp/h | Chris Robinson | 2023-06-01 | 1 | -1/+0 |
| | |||||
* | Increment an offset only when it's used | Chris Robinson | 2023-05-24 | 1 | -1/+1 |
| | |||||
* | Use a string_view for handling debug messages | Chris Robinson | 2023-05-23 | 1 | -34/+34 |
| | |||||
* | Use the macros to declare the indirect context thunks | Chris Robinson | 2023-05-23 | 1 | -42/+7 |
| | |||||
* | Remove an unnecessary check | Chris Robinson | 2023-05-15 | 1 | -3/+0 |
| | |||||
* | Don't check for a null context in direct functions | Chris Robinson | 2023-05-14 | 1 | -21/+30 |
| | |||||
* | Implement direct functions for the debug API | Chris Robinson | 2023-05-14 | 1 | -19/+40 |
| | |||||
* | Rename a function to clarify what it does | Chris Robinson | 2023-05-07 | 1 | -4/+4 |
| | |||||
* | Include the message in the ERR log that's too long | Chris Robinson | 2023-05-06 | 1 | -2/+3 |
| | |||||
* | Use deduction guides instead of helper functions for spans | Chris Robinson | 2023-05-05 | 1 | -4/+4 |
| | |||||
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -7/+7 |
| | |||||
* | Implement a context debug flag | Chris Robinson | 2023-05-03 | 1 | -5/+10 |
| | | | | | Setting the debug flag at context creation enables more debug messages for the created context, and enables debug messages by default. | ||||
* | Ignore logBufSize if logBuf is null | Chris Robinson | 2023-05-03 | 1 | -4/+7 |
| | |||||
* | Rename AL_SOFT_debug to AL_EXT_DEBUG | Chris Robinson | 2023-05-03 | 1 | -58/+101 |
| | |||||
* | Implement pushing/popping debug groups | Chris Robinson | 2023-05-01 | 1 | -4/+141 |
| | |||||
* | Put the debug filters into a group | Chris Robinson | 2023-05-01 | 1 | -13/+13 |
| | |||||
* | Use a 64-bit value for tracking ID filters | Chris Robinson | 2023-05-01 | 1 | -20/+9 |
| | |||||
* | Fix some debug message length limit checks | Chris Robinson | 2023-05-01 | 1 | -4/+7 |
| | |||||
* | Implement debug message filtering for IDs | Chris Robinson | 2023-05-01 | 1 | -22/+49 |
| | |||||
* | Add some missing includes | Chris Robinson | 2023-04-30 | 1 | -0/+3 |
| | |||||
* | Implement debug log storage | Chris Robinson | 2023-04-30 | 1 | -0/+93 |
| | |||||
* | Remove an unnecessary type name | Chris Robinson | 2023-04-30 | 1 | -2/+2 |
| | |||||
* | Fix debug message control logic | Chris Robinson | 2023-04-30 | 1 | -2/+2 |
| | | | | A flag set being in mDebugFilters is considered disabled, not enabled. | ||||
* | Improve some debug error handling | Chris Robinson | 2023-04-30 | 1 | -4/+4 |
| | |||||
* | Separate the internal debug enums from the API values | Chris Robinson | 2023-04-30 | 1 | -62/+67 |
| | |||||
* | Move debug functions to their own source | Chris Robinson | 2023-04-30 | 1 | -0/+186 |