Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Update runners to Ubuntu 24.04 | Tavian Barnes | 2024-08-23 | 1 | -1/+1 |
| | |||||
* | build: Add some nice aliases to ./configure | Tavian Barnes | 2024-05-01 | 1 | -1/+1 |
| | |||||
* | build: Replace `make config` with a `./configure` script | Tavian Barnes | 2024-04-29 | 1 | -1/+1 |
| | | | | | | | | | | This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily. | ||||
* | build(deps): bump codecov/codecov-action from 3 to 4 | dependabot[bot] | 2024-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 1 | -1/+2 |
| | |||||
* | build: Don't use libattr | Tavian Barnes | 2024-04-04 | 1 | -1/+0 |
| | | | | | We only rely on interfaces like listxattr() which are provided by the C library itself. | ||||
* | ci: Update action and image versions | Tavian Barnes | 2024-01-01 | 1 | -2/+2 |
| | |||||
* | ci: Install expect for unbuffer | Tavian Barnes | 2023-10-05 | 1 | -0/+1 |
| | |||||
* | build: Add liburing on Linux | Tavian Barnes | 2023-10-02 | 1 | -1/+2 |
| | |||||
* | ci/codecov: Use a token | Tavian Barnes | 2022-11-08 | 1 | -2/+3 |
| | | | | Workaround for https://github.com/codecov/codecov-action/issues/837 | ||||
* | codecov: Fix conflicts between src/*.c and tests/*.c | Tavian Barnes | 2022-11-03 | 1 | -1/+1 |
| | |||||
* | ci: Update GitHub actions | Tavian Barnes | 2022-05-24 | 1 | -2/+2 |
| | |||||
* | ci/codecov: Run the sudo tests | Tavian Barnes | 2022-05-21 | 1 | -1/+1 |
| | |||||
* | Makefile: Split build into bin and obj directories | Tavian Barnes | 2022-05-16 | 1 | -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. | ||||
* | Makefile: Put the main .o files under build/src | Tavian Barnes | 2022-04-21 | 1 | -1/+1 |
| | |||||
* | ci/codecov: Look for gcov files under build | Tavian Barnes | 2022-04-18 | 1 | -1/+1 |
| | |||||
* | Source / Include Folder (#88) | トトも | 2022-04-16 | 1 | -1/+1 |
| | | | Moved Source Files Into `src` Folder | ||||
* | Enable Oniguruma by default | Tavian Barnes | 2022-02-21 | 1 | -0/+1 |
| | |||||
* | ci: Add a codecov.io workflow | Tavian Barnes | 2021-09-28 | 1 | -0/+31 |