Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Update runners to Ubuntu 24.04 | Tavian Barnes | 2024-08-23 | 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. | ||||
* | ci/codeql: Exclude some alerts | Tavian Barnes | 2024-04-22 | 1 | -1/+5 |
| | | | | And try not to analyze config/*.c | ||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 1 | -0/+1 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | build: Add liburing on Linux | Tavian Barnes | 2023-10-02 | 1 | -1/+2 |
| | |||||
* | ci/codeql: Rename the build step | Tavian Barnes | 2022-12-09 | 1 | -1/+1 |
| | |||||
* | Add CodeQL workflow for GitHub code scanning | LGTM Migrator | 2022-12-08 | 1 | -0/+55 |