Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Split build into bin and obj directories | Tavian Barnes | 2022-05-16 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | Makefile: Move .flags to build/FLAGS | Tavian Barnes | 2022-04-19 | 1 | -1/+0 |
| | |||||
* | tests: Also put build outputs under build/ | Tavian Barnes | 2022-04-16 | 1 | -7/+1 |
| | |||||
* | Makefile: Rebuild whenever the build flags change | Tavian Barnes | 2020-12-10 | 1 | -0/+1 |
| | | | | | This removes the need to do make clean before rebuilding with a new build type. | ||||
* | Makefile: New gcov target | Tavian Barnes | 2020-11-10 | 1 | -0/+2 |
| | |||||
* | tests/trie: New acceptance test for tries | Tavian Barnes | 2020-06-09 | 1 | -0/+1 |
| | |||||
* | tests: New acceptance test for xtimegm() | Tavian Barnes | 2020-06-09 | 1 | -0/+1 |
| | |||||
* | tests: New utility for making and testing socket files | Tavian Barnes | 2019-02-01 | 1 | -0/+1 |
| | |||||
* | Ignore .d files. | Tavian Barnes | 2015-06-19 | 1 | -0/+1 |
| | |||||
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+2 |