Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Start preparing for the 3.0 release | Tavian Barnes | 2023-06-30 | 1 | -0/+39 |
| | |||||
* | 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. | ||||
* | bftw: Use an I/O queue to open directories | Tavian Barnes | 2023-06-13 | 1 | -1/+7 |
| | | | | Parallelism is controlled by the new -j flag. | ||||
* | Move SPDX blurb out of LICENSE so that it can be autodetected | Tavian Barnes | 2023-02-03 | 1 | -0/+6 |
| | |||||
* | Release 2.6.32.6.3 | Tavian Barnes | 2023-01-31 | 1 | -0/+40 |
| | |||||
* | docs: Update some example outputs | Tavian Barnes | 2022-11-10 | 1 | -2/+0 |
| | |||||
* | Release 2.6.22.6.2 | Tavian Barnes | 2022-10-21 | 1 | -0/+14 |
| | |||||
* | tests: Split test cases into separate files | Tavian Barnes | 2022-10-19 | 3 | -20/+29 |
| | |||||
* | Release 2.6.12.6.1 | Tavian Barnes | 2022-07-05 | 1 | -0/+13 |
| | |||||
* | Release 2.62.6 | Tavian Barnes | 2022-05-21 | 1 | -0/+29 |
| | |||||
* | 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 | 3 | -7/+6 |
| | | | | | 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: New USAGE.md document | Tavian Barnes | 2022-05-09 | 1 | -0/+161 |
| | |||||
* | 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 | 2 | -47/+55 |
| | |||||
* | docs: Move some documentation into a subfolder | Tavian Barnes | 2022-04-21 | 3 | -0/+1633 |