Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Makefile to GNUmakefile | Raf Czlonka | 2023-07-20 | 1 | -2/+2 |
| | |||||
* | Unify macro naming conventions | Tavian Barnes | 2023-06-24 | 1 | -9/+9 |
| | | | | | In particular, macros that decide whether to use a particular API/ dependency should be spelled BFS_USE_*, and should be configurable. | ||||
* | tests: Split test cases into separate files | Tavian Barnes | 2022-10-19 | 1 | -7/+8 |
| | |||||
* | docs/BUILDING: Document BUILDDIR | Tavian Barnes | 2022-05-21 | 1 | -0/+1 |
| | |||||
* | Makefile: Split build into bin and obj directories | Tavian Barnes | 2022-05-16 | 1 | -4/+4 |
| | | | | | This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean. | ||||
* | docs: Move dependency flag info from the README to docs/BUILDING.md | Tavian Barnes | 2022-05-07 | 1 | -2/+19 |
| | |||||
* | docs: Split CONTRIBUTING into BUILDING and HACKING | Tavian Barnes | 2022-05-07 | 1 | -0/+128 |