Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | Use C23 | Luke T. Shumaker | |
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h> | |||
7 days | libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf | Luke T. Shumaker | |
2025-04-02 | Add libfmt to bypass output buffering for libmisc:assert | Luke T. Shumaker | |
2024-12-26 | libmisc: Rework how test-intercepts work | Luke T. Shumaker | |
2024-11-23 | Use C23 (C++11) attribute syntax instead of __attribute__ | Luke T. Shumaker | |
2024-11-23 | libmisc: Logging/assert fixes | Luke T. Shumaker | |
2024-11-19 | Add libmisc/log.h to remove stdio.h | Luke T. Shumaker | |
2024-11-19 | libmisc: assert: Change global to be static | Luke T. Shumaker | |
2024-11-15 | Add tests to libmisc | Luke T. Shumaker | |
2024-11-12 | Avoid using fprintf | Luke T. Shumaker | |
2024-11-12 | Oh dang, I broke `make lint` a while back :( | Luke T. Shumaker | |
2024-11-11 | libmisc: Write my own assert.h with assert_notreached() | Luke T. Shumaker | |