summaryrefslogtreecommitdiffstats
path: root/src/diag.h
AgeCommit message (Expand)Author
3 daysdiag: New helpers to include xstrerror(errno) automaticallyTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-02-29diag: New bfs_diag() macroTavian Barnes
2023-12-18config: s/attr_format/attr_printf/Tavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-10config: Add constants for C standard versionsTavian Barnes
2023-11-09config: New attr_noinline and attr_cold macrosTavian Barnes
2023-11-09config: s/BFS_FORMATTER/attr_format/Tavian Barnes
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)トトも