summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes14 hours1-2/+2
* build: Directly generate version.cTavian Barnes3 days1-1/+0
* build: Add a separate configuration stepTavian Barnes10 days1-0/+1
* Re-run include-what-you-useTavian Barnes2024-03-111-0/+1
* xtime: Call tzset() from main() instead of lazilyTavian Barnes2024-03-071-0/+4
* main: Warn if setlocale() failsTavian Barnes2023-12-161-1/+12
* darray: RemoveTavian Barnes2023-11-231-1/+0
* thread: Wrap more pthread APIsTavian Barnes2023-06-261-1/+1
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-0/+1
* ioq: Implement an async I/O queueTavian Barnes2023-06-121-0/+1
* atomic: Add shorthands for explicit atomic operationsTavian Barnes2023-06-121-0/+1
* lock: Add wrappers for POSIX synchronization primitivesTavian Barnes2023-06-121-0/+1
* main: Add some missing headers to the overviewTavian Barnes2023-05-251-0/+3
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+1
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-2/+2
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-2/+2
* main: Avoid a gotoTavian Barnes2022-05-111-6/+5
* Source / Include Folder (#88)トトも2022-04-161-0/+141