summaryrefslogtreecommitdiffstats
path: root/docs/HACKING.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Rename HACKING to CONTRIBUTINGTavian Barnes2023-12-161-61/+0
| | | | So that GitHub recognizes it.
* bfs uses the C17 standard versionAlejandro Lazaro2023-09-011-1/+1
| | | `bfs` uses C17 since 3.0
* Move SPDX blurb out of LICENSE so that it can be autodetectedTavian Barnes2023-02-031-0/+6
|
* tests: Split test cases into separate filesTavian Barnes2022-10-191-6/+14
|
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-1/+1
| | | | | 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: Split CONTRIBUTING into BUILDING and HACKINGTavian Barnes2022-05-071-0/+47