Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix printf format for MinGW (#942) | Rosen Penev | 2023-12-03 | 1 | -2/+2 |
* | Add a function to set a callback for log messages | Chris Robinson | 2023-07-02 | 1 | -19/+6 |
* | Don't pass the file handle to al_print | Chris Robinson | 2023-07-01 | 1 | -9/+9 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -3/+3 |
* | Fix debug logging on Windows non-release buuilds | Chris Robinson | 2023-01-16 | 1 | -1/+1 |
* | Combine multiple al_printf definitions | Chris Robinson | 2023-01-02 | 1 | -13/+12 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -3/+3 |
* | Avoid some uses of the LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -3/+3 |
* | Workaround mingw complaining about the %z formatter | Chris Robinson | 2021-03-12 | 1 | -1/+6 |
* | Move logging to core | Chris Robinson | 2020-12-17 | 1 | -0/+47 |