Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | macros: Add `min()`, and `max()` macros | mrb0nk500 | |
These macros help with finding the minimum, and maximum of two values. | |||
2022-08-03 | log, macros: Make `stdout`, and `stderr` logging more colourful | mrb0nk500 | |
This is designed to make it more readable when printing the logs to a terminal, or terminal emulator. | |||
2022-08-03 | macros: Add `const_strlen()` macro | mrb0nk500 | |
2022-08-03 | macros: Use `printlog()`, rather than hardcoding `syslog()` in the | mrb0nk500 | |
`log()` macro | |||
2021-06-12 | Removed `did_fail`, and `did_fail_reason`, and added | mrb0nk500 | |
`log_reason`. I didn't realize just how unreadable the codebase became, with those two macros. | |||
2021-06-12 | Created `macros.h`. | mrb0nk500 | |
This header contains any macros that're widely used throughout the codebase. |