index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
fmt.hh
Age
Commit message (
Expand
)
Author
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-04-21
Move hiliteMatches into a separate header
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-24
hiliteMatches(): Style fixes, pass more stuff by reference
Eelco Dolstra
2022-01-24
Add a small documentation for `hiliteMatches`
regnat
2022-01-21
Move hilite_all into libutil and rename it to hiliteMatches
Fishhh
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2020-10-07
Formatting
Eelco Dolstra
2020-09-21
fmt.hh: Don't include boost/algorithm/string/replace.hpp
Eelco Dolstra
2020-06-22
with normaltxt, elide yellow color code instead of canceling it; use normaltx...
Ben Burdette
2020-06-22
Update src/libutil/fmt.hh
Ben Burdette
2020-06-19
remove formathelper
Ben Burdette
2020-06-19
escape percents
Ben Burdette
2020-05-06
implement SysError errno handling
Ben Burdette
2020-05-04
add normaltxt, yellowify->yellowtxt
Ben Burdette
2020-04-24
add has_value check; remove obslete friend class
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-21
add ErrorInfo to BaseError
Ben Burdette