summaryrefslogtreecommitdiffstats
path: root/src/diag.h
AgeCommit message (Expand)Author
2023-10-12diag: Move enum debug_flags out of ctx.hTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-07-13bfstd: Support wordesc() without allocatingTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-22diag: New bfs_loc type for source locationsTavian Barnes
2023-05-18diag: New bfs_verify() and bfs_assert() macrosTavian Barnes
2023-05-18diag: New bfs_abort() and bfs_bug() macrosTavian Barnes
2023-05-16diag: New bfs_static_assert() macroTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-08Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-04-16Source / Include Folder (#88)トトも