summaryrefslogtreecommitdiffstats
path: root/src/config.h
AgeCommit message (Expand)Author
2023-06-30docs: Start preparing for the 3.0 releaseTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-14config: Add macros for false/true sharing sizesTavian Barnes
2023-05-25sanity: Add wrappers for sanitizer interfacesTavian Barnes
2023-05-18config: Include <stdnoreturn.h>Tavian Barnes
2023-05-16config: Align after saturating in flex_sizeof()Tavian Barnes
2023-05-11config: Saturate on overflow in flex_sizeof()Tavian Barnes
2023-05-11config: Properly align flex_sizeof()Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-05-10config: s/BFS_FALLTHROUGH/fallthru/Tavian Barnes
2023-05-10config: s/BFS_UNINIT/uninit/Tavian Barnes
2023-05-10config: s/BFS_FLEX_SIZEOF/flex_sizeof/Tavian Barnes
2023-05-10config: s/BFS_COUNTOF/countof/Tavian Barnes
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