summaryrefslogtreecommitdiffstats
path: root/src/config.h
AgeCommit message (Expand)Author
2023-05-10config: Group attribute wrappers togetherTavian Barnes
2023-05-08config: Hoist the assignment outside of BFS_UNINIT()Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29list: New generic linked list APITavian Barnes
2023-01-31Release 2.6.32.6.3Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-09config: New BFS_UNINIT() macro for intentionally uninitialized variablesTavian Barnes
2022-12-09Turn on more aggressive format string warningsTavian Barnes
2022-12-07config: New BFS_COUNTOF macroTavian Barnes
2022-11-21config: Support target_clones on more platformsTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes