summaryrefslogtreecommitdiffstats
path: root/src/diag.h
Commit message (Collapse)AuthorAgeFilesLines
* bfstd: Support wordesc() without allocatingTavian Barnes2023-07-131-2/+2
|
* Unify macro naming conventionsTavian Barnes2023-06-241-4/+2
| | | | | In particular, macros that decide whether to use a particular API/ dependency should be spelled BFS_USE_*, and should be configurable.
* diag: New bfs_loc type for source locationsTavian Barnes2023-06-221-13/+31
|
* diag: New bfs_verify() and bfs_assert() macrosTavian Barnes2023-05-181-0/+22
|
* diag: New bfs_abort() and bfs_bug() macrosTavian Barnes2023-05-181-0/+24
|
* diag: New bfs_static_assert() macroTavian Barnes2023-05-161-1/+11
|
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
| | | | In anticipation of C23, since those headers won't be necessary any more.
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes2022-12-081-0/+3
|
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+108
Moved Source Files Into `src` Folder