summaryrefslogtreecommitdiffstats
path: root/src/bfs.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Add -Wundef-prefix=BFS_Tavian Barnes7 days1-0/+5
|
* build: Move feature test macros to prelude.hTavian Barnes2024-08-281-2/+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/+216
|
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-32/+0
|
* Release 2.6.22.6.2Tavian Barnes2022-10-211-1/+1
|
* Release 2.6.12.6.1Tavian Barnes2022-07-051-1/+1
|
* Release 2.62.6Tavian Barnes2022-05-211-1/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+32
Moved Source Files Into `src` Folder