Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update opengroup.org links to POSIX 2024 | Tavian Barnes | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | Prefer ./configure --enable-release to RELEASE=y | Tavian Barnes | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | build: Replace `make config` with a `./configure` script | Tavian Barnes | 2024-04-29 | 1 | -2/+2 |
| | | | | | | | | | | 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: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 1 | -1/+3 |
| | |||||
* | build: Don't use libattr | Tavian Barnes | 2024-04-04 | 1 | -3/+3 |
| | | | | | We only rely on interfaces like listxattr() which are provided by the C library itself. | ||||
* | README.md: bfs is now in Gentoo as sys-apps/bfs | Sam James | 2024-02-07 | 1 | -0/+3 |
| | |||||
* | docs: Rename HACKING to CONTRIBUTING | Tavian Barnes | 2023-12-16 | 1 | -2/+2 |
| | | | | So that GitHub recognizes it. | ||||
* | Revert "README: Realign badges" | Tavian Barnes | 2023-11-28 | 1 | -3/+4 |
| | | | | | | Looks like GitHub fixed their rendering. This reverts commit 3f15559a82484d46942a68e18ba18c7e1c31aab3. | ||||
* | README: Realign badges | Tavian Barnes | 2023-10-05 | 1 | -4/+3 |
| | | | | A recent GitHub change broke the nice alignment of the badges to the top heading, so just put the badges underneath it for now. | ||||
* | build: Add liburing on Linux | Tavian Barnes | 2023-10-02 | 1 | -6/+6 |
| | |||||
* | README: Add Guix and OpenBSD packages | Tavian Barnes | 2023-09-14 | 1 | -8/+39 |
| | |||||
* | README: Official Homebrew formula | Martin Polden | 2023-07-22 | 1 | -2/+2 |
| | | | | An official `bfs` formula has been added to Homebrew now. | ||||
* | README.md: fix reversed examples | Wayne Scott | 2023-07-22 | 1 | -9/+9 |
| | |||||
* | README: Add official Arch Linux package | Tavian Barnes | 2023-07-20 | 1 | -2/+2 |
| | |||||
* | README: Adjust badge alignment | Tavian Barnes | 2023-01-31 | 1 | -6/+5 |
| | |||||
* | README: Fix the CI badge | Tavian Barnes | 2022-12-15 | 1 | -1/+1 |
| | | | | Link: https://github.com/badges/shields/issues/8671 | ||||
* | README: Add acl dependency to Fedora | Tavian Barnes | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | README: Use `console` syntax highlighting more | Tavian Barnes | 2022-11-16 | 1 | -22/+33 |
| | |||||
* | README: Add back empty paragraph for spacing | Tavian Barnes | 2022-11-05 | 1 | -0/+1 |
| | |||||
* | README: Work around Content-Security-Policy issues with the animation | Tavian Barnes | 2022-11-04 | 1 | -4/+3 |
| | | | | Workaround for https://github.com/github/markup/issues/1601. | ||||
* | README: Use a different screencast for the light theme | Tavian Barnes | 2022-10-26 | 1 | -1/+6 |
| | |||||
* | README: Simplify comparison table | Tavian Barnes | 2022-10-25 | 1 | -4/+1 |
| | |||||
* | README: Add a <thead> to work around horizontal overflow on Firefox | Tavian Barnes | 2022-10-21 | 1 | -0/+3 |
| | |||||
* | README: Break inline lists before bullets | Tavian Barnes | 2022-10-19 | 1 | -12/+16 |
| | |||||
* | README: Add bullets to inline lists | Tavian Barnes | 2022-10-18 | 1 | -10/+10 |
| | |||||
* | README: Move the spacing <p></p> out of the <summary> | Tavian Barnes | 2022-10-18 | 1 | -7/+7 |
| | |||||
* | README: Get rid of square brackets | Tavian Barnes | 2022-10-18 | 1 | -12/+12 |
| | |||||
* | README: Update Fedora Linux installation instruction (#95) | Fábio Rodrigues Ribeiro | 2022-08-15 | 1 | -2/+1 |
| | | | Now in Fedora repositories | ||||
* | README: Add Fedora Copr package to installation instructions | Tavian Barnes | 2022-05-25 | 1 | -0/+4 |
| | | | | Closes #83. | ||||
* | 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. | ||||
* | README: Add links to upstream packages | Tavian Barnes | 2022-05-11 | 1 | -9/+9 |
| | |||||
* | README: Use a table for side-by-side examples | Tavian Barnes | 2022-05-09 | 1 | -10/+35 |
| | |||||
* | docs: New USAGE.md document | Tavian Barnes | 2022-05-09 | 1 | -40/+14 |
| | |||||
* | docs: Move dependency flag info from the README to docs/BUILDING.md | Tavian Barnes | 2022-05-07 | 1 | -9/+3 |
| | |||||
* | docs: Split CONTRIBUTING into BUILDING and HACKING | Tavian Barnes | 2022-05-07 | 1 | -1/+2 |
| | |||||
* | README: Add a link to the AUR package | Tavian Barnes | 2022-05-07 | 1 | -0/+3 |
| | |||||
* | README: Open the "already packaged" section by default | Tavian Barnes | 2022-05-07 | 1 | -2/+10 |
| | |||||
* | README: Reformat to save some vertical space | Tavian Barnes | 2022-05-07 | 1 | -16/+50 |
| | |||||
* | README: Add a blurb about fancy errors/warnings | Tavian Barnes | 2022-03-27 | 1 | -0/+22 |
| | |||||
* | README: Clarify some dependencies | Tavian Barnes | 2022-03-11 | 1 | -5/+5 |
| | |||||
* | add fedora deps | Jacob Chapman | 2022-03-08 | 1 | -0/+3 |
| | |||||
* | README: Fix typo | Tavian Barnes | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | README: Fix CI status badges | Tavian Barnes | 2022-02-24 | 1 | -3/+1 |
| | |||||
* | README: Reformat with details blocks to make it more easily skimmable | Tavian Barnes | 2022-02-22 | 1 | -30/+111 |
| | | | | | And add some extra information about bfs-specific features, and installing dependencies. | ||||
* | README: Fix a broken link to the NetBSD find manpage | Tavian Barnes | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | README: Remove repology badge | Tavian Barnes | 2021-03-31 | 1 | -2/+0 |
| | |||||
* | README: Add a FreeBSD badge | Tavian Barnes | 2021-03-28 | 1 | -0/+1 |
| | |||||
* | ci: Switch to GitHub Actions | Tavian Barnes | 2021-03-28 | 1 | -1/+2 |
| | |||||
* | Makefile: Rebuild whenever the build flags change | Tavian Barnes | 2020-12-10 | 1 | -1/+0 |
| | | | | | This removes the need to do make clean before rebuilding with a new build type. | ||||
* | travis: Try the experimental FreeBSD environment | Tavian Barnes | 2020-11-30 | 1 | -1/+0 |
| |