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
/
src
/
opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default to no for "Do you want to continue?" prompts
Tavian Barnes
2024-08-13
1
-1
/
+1
*
opt: Add a missing NULL check in lift_andor_not()
Tavian Barnes
2024-08-12
1
-0
/
+4
*
opt: Warn about ignored expressions after dangerous actions
Tavian Barnes
2024-08-12
1
-12
/
+49
*
opt: Copy data flow back up from the nested context in optimize()
Tavian Barnes
2024-08-12
1
-2
/
+11
*
prelude: Simplify attributes
Tavian Barnes
2024-07-28
1
-6
/
+6
*
opt: -empty implies -type f,d
Tavian Barnes
2024-07-17
1
-5
/
+22
*
opt: -lname implies -type l
Tavian Barnes
2024-07-17
1
-0
/
+7
*
Minor formatting fixes
Tavian Barnes
2024-06-06
1
-21
/
+21
*
Replace some switch-case lookups with arrays
Tavian Barnes
2024-06-05
1
-58
/
+25
*
opt: Don't raise RLIMIT_NOFILE if it would prevent using posix_spawn()
Tavian Barnes
2024-05-23
1
-0
/
+16
*
opt: true is true with probability 1, not 0
Tavian Barnes
2024-05-23
1
-1
/
+1
*
opt: Implement a general estimate_odds() function
Tavian Barnes
2024-05-23
1
-9
/
+17
*
expr: New for_expr macro
Tavian Barnes
2024-05-23
1
-6
/
+6
*
opt: Add missing NULL check in visit_shallow()
Tavian Barnes
2024-04-24
1
-1
/
+5
*
Rename config.h to prelude.h
Tavian Barnes
2024-04-19
1
-1
/
+1
*
Fix some -Wpedantic warnings
Tavian Barnes
2024-03-22
1
-6
/
+6
*
Implement -limit N
Tavian Barnes
2024-03-20
1
-0
/
+1
*
Re-run include-what-you-use
Tavian Barnes
2024-03-11
1
-1
/
+2
*
opt: Enable BFTW_STAT when profitable
Tavian Barnes
2024-02-06
1
-0
/
+91
*
opt: Charge eval_flags() for a stat() call
Tavian Barnes
2024-01-31
1
-0
/
+1
*
expr: Make expressions variadic
Tavian Barnes
2024-01-07
1
-777
/
+1593
*
expr: Arena-allocate expressions
Tavian Barnes
2023-12-20
1
-73
/
+40
*
opt: Use more standard terminology for data flow domains
Tavian Barnes
2023-12-20
1
-298
/
+294
*
config: s/attr_format/attr_printf/
Tavian Barnes
2023-12-18
1
-2
/
+2
*
config: New variadic attr(...) macro
Tavian Barnes
2023-12-18
1
-2
/
+2
*
config: s/BFS_FORMATTER/attr_format/
Tavian Barnes
2023-11-09
1
-2
/
+2
*
Formatting fixes
Tavian Barnes
2023-09-27
1
-6
/
+5
*
opt: Wait until purity is computed to update facts_when_impure
Tavian Barnes
2023-06-16
1
-4
/
+2
*
Switch from assert() to bfs_assert()/bfs_verify()
Tavian Barnes
2023-05-18
1
-7
/
+6
*
config: Provide <stdalign.h> and <stdbool.h>
Tavian Barnes
2023-05-11
1
-1
/
+0
*
config: s/BFS_COUNTOF/countof/
Tavian Barnes
2023-05-10
1
-8
/
+8
*
Replace license boilerplate with SPDX tags
Tavian Barnes
2023-01-25
1
-15
/
+2
*
opt: Move probabilities out of the parser
Tavian Barnes
2023-01-24
1
-0
/
+132
*
opt: Move costs out of the parser
Tavian Barnes
2023-01-24
1
-0
/
+54
*
opt: Move always_{true,false} out of the parser
Tavian Barnes
2023-01-24
1
-0
/
+55
*
opt: Move purity out of the parser
Tavian Barnes
2023-01-24
1
-0
/
+62
*
opt: Use a table for simple range comparisons
Tavian Barnes
2023-01-24
1
-14
/
+24
*
opt: Use a table for simple predicates
Tavian Barnes
2023-01-24
1
-17
/
+27
*
opt: Use a table to look up optimizer functions
Tavian Barnes
2023-01-24
1
-44
/
+71
*
opt: Pass a va_list to bfs_vwarning(), not bfs_warning()
Tavian Barnes
2022-12-08
1
-1
/
+1
*
expr: Rename bfs_expr_has_children() to _is_parent()
Tavian Barnes
2022-12-05
1
-3
/
+3
*
expr: Remove the singleton bfs_{true,false} expressions
Tavian Barnes
2022-11-30
1
-31
/
+37
*
expr: Remove the synthetic flag
Tavian Barnes
2022-11-29
1
-5
/
+0
*
pwcache: Fill the user/group caches lazily
Tavian Barnes
2022-11-09
1
-8
/
+11
*
Fix includes
Tavian Barnes
2022-11-06
1
-2
/
+1
*
bfstd: Rename from util and reorganize it
Tavian Barnes
2022-11-06
1
-1
/
+0
*
Source / Include Folder (#88)
トトも
2022-04-16
1
-0
/
+1088