Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a function to set a callback for log messages | Chris Robinson | 2023-07-02 | 1 | -6/+76 |
| | |||||
* | Don't pass the file handle to al_print | Chris Robinson | 2023-07-01 | 1 | -1/+11 |
| | |||||
* | 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 |
| | | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places. | ||||
* | Fix debug logging on Windows non-release buuilds | Chris Robinson | 2023-01-16 | 1 | -5/+1 |
| | | | | And skip logging for appropriate log levels on Windows release builds. | ||||
* | Combine multiple al_printf definitions | Chris Robinson | 2023-01-02 | 1 | -45/+37 |
| | | | | And separate the log level prefix from the message. | ||||
* | 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 |
| | | | | | The characters won't display properly if the system codepage isn't UTF-8, but at least it shouldn't cut the line off prematurely. | ||||
* | 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 |