Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using al::vector unnecessarily | Chris Robinson | 2023-05-12 | 1 | -2/+2 |
* | Use deduction guides instead of helper functions for spans | Chris Robinson | 2023-05-05 | 1 | -4/+4 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -1/+1 |
* | Fix debug logging on Windows non-release buuilds | Chris Robinson | 2023-01-16 | 1 | -5/+1 |
* | Combine multiple al_printf definitions | Chris Robinson | 2023-01-02 | 1 | -45/+37 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -2/+2 |
* | Use standard likely/unlikely attributes when available | Chris Robinson | 2022-12-05 | 1 | -2/+2 |
* | Slightly improve logging on Windows | Chris Robinson | 2021-11-21 | 1 | -2/+2 |
* | Fix inverted macro check | Chris Robinson | 2021-10-04 | 1 | -1/+1 |
* | Don't call OutputDebugStringW in Release builds | Chris Robinson | 2021-10-03 | 1 | -0/+6 |
* | Silence some static analysis warnings | Chris Robinson | 2021-10-03 | 1 | -6/+6 |
* | Move logging to core | Chris Robinson | 2020-12-17 | 1 | -0/+95 |