summaryrefslogtreecommitdiffstats
path: root/src/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Move feature test macros to prelude.hTavian Barnes2024-08-281-1/+0
| | | | | | This replaces the explicit CPPFLAGS list in flags.mk with just `-include src/prelude.h`, shortening our compiler command lines and allowing them to be easily documented.
* prelude: Split bfs-specific utilities into new bfs.h headerTavian Barnes2024-08-281-0/+2
|
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
|
* thread: Move thread wrapper functions out of lineTavian Barnes2023-10-271-0/+81