index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: Bail out if CC doesn't work at all
Tavian Barnes
2024-06-18
1
-2
/
+10
*
build: Rename CONFIG to CONFFLAGS
Tavian Barnes
2024-06-18
1
-1
/
+1
*
build: Include CC in bfs --version output
Tavian Barnes
2024-06-13
1
-0
/
+1
*
build: Use exec "$@" rather than just "$@"
Tavian Barnes
2024-06-11
1
-1
/
+1
*
Revert "build: Add -Wmissing-variable-declarations"
Tavian Barnes
2024-06-08
1
-1
/
+0
*
build: Add -Wmissing-variable-declarations
Tavian Barnes
2024-06-08
1
-0
/
+1
*
Embed more configuration info in bfs --version
Tavian Barnes
2024-06-08
3
-1
/
+18
*
atomic: Fix RISC-V build with GCC < 14
Tavian Barnes
2024-06-06
2
-0
/
+8
*
list: New SLIST_SPLICE() macro
Tavian Barnes
2024-05-31
1
-0
/
+1
*
configure: Color the checkmarks
Tavian Barnes
2024-05-24
1
-2
/
+12
*
build/deps: Fix _CPPFLAGS variable name
Tavian Barnes
2024-05-24
1
-1
/
+1
*
configure: Use --with/--without for libraries
Tavian Barnes
2024-05-24
9
-19
/
+15
*
build: Simplify flags.mk
Tavian Barnes
2024-05-21
1
-64
/
+43
*
build: Fix ubsan CFLAGS typo
Tavian Barnes
2024-05-21
1
-1
/
+1
*
build: Allow flags.mk to override command line variables
Tavian Barnes
2024-05-21
3
-29
/
+29
*
prelude: Remove max_align_t polyfill
Tavian Barnes
2024-05-20
2
-9
/
+0
*
build: Remove unused configure test
Tavian Barnes
2024-05-19
1
-13
/
+0
*
dir: Add support for posix_getdents()
Tavian Barnes
2024-05-17
3
-0
/
+23
*
build: Add missing SPDX headers
Tavian Barnes
2024-05-17
3
-0
/
+9
*
stat: Support __st_birthtim on OpenBSD
Tavian Barnes
2024-05-16
2
-0
/
+10
*
sighook: New utilities for hooking signals
Tavian Barnes
2024-05-16
1
-0
/
+2
*
build: Sort generated headers
Tavian Barnes
2024-05-08
1
-4
/
+4
*
build/has/getdents: Squelch warnings
Tavian Barnes
2024-05-07
3
-9
/
+6
*
build: Check for 1- and 2-argument getmntent() variants
Tavian Barnes
2024-05-07
3
-0
/
+21
*
build: Add a check for getmntinfo()
Tavian Barnes
2024-05-07
2
-0
/
+11
*
build: Add checks for strtofflags() and string_to_flags()
Tavian Barnes
2024-05-07
3
-0
/
+20
*
xtime: Use the libc's timegm() if present
Tavian Barnes
2024-05-06
2
-0
/
+10
*
build: Don't look for -s inside VAR=val in $MAKEFLAGS
Tavian Barnes
2024-05-03
1
-0
/
+2
*
build: Add some nice aliases to ./configure
Tavian Barnes
2024-05-01
1
-1
/
+1
*
build: Listen to make -s
Tavian Barnes
2024-04-30
8
-48
/
+112
*
build: Replace `make config` with a `./configure` script
Tavian Barnes
2024-04-29
49
-0
/
+988