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
2024-09-25
fmt: fail hard on bad format strings going into nix::fmt too
Jade Lovelace
2024-08-28
build-time: hide boost stacktrace in a .cc file
Jade Lovelace
2024-08-28
build: remove about 30 cpu-sec of compile time by explicit instantiation
Jade Lovelace
2024-06-16
libutil: Set boost defines for FreeBSD
Artemis Tosini
2024-05-09
add and fix -Wdeprecated-copy
Qyriad
2024-04-15
abort with a descriptive message on bad HintFmt usage
Qyriad
2024-03-26
Remove `HintFmt::operator%`
Rebecca Turner
2024-03-26
build-remote: fix format string shenanigans
K900
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-04
Merge pull request #9924 from 9999years/rename-yellowtxt
eldritch horrors
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