aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/fmt.hh
AgeCommit message (Expand)Author
2024-09-25fmt: fail hard on bad format strings going into nix::fmt tooJade Lovelace
2024-08-28build-time: hide boost stacktrace in a .cc fileJade Lovelace
2024-08-28build: remove about 30 cpu-sec of compile time by explicit instantiationJade Lovelace
2024-06-16libutil: Set boost defines for FreeBSDArtemis Tosini
2024-05-09add and fix -Wdeprecated-copyQyriad
2024-04-15abort with a descriptive message on bad HintFmt usageQyriad
2024-03-26Remove `HintFmt::operator%`Rebecca Turner
2024-03-26build-remote: fix format string shenanigansK900
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-04Merge pull request #9924 from 9999years/rename-yellowtxteldritch horrors
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-04-21Move hiliteMatches into a separate headerEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-24hiliteMatches(): Style fixes, pass more stuff by referenceEelco Dolstra
2022-01-24Add a small documentation for `hiliteMatches`regnat
2022-01-21Move hilite_all into libutil and rename it to hiliteMatchesFishhh
2021-09-14ANSI_YELLOW -> ANSI_WARNINGEelco Dolstra
2020-10-07FormattingEelco Dolstra
2020-09-21fmt.hh: Don't include boost/algorithm/string/replace.hppEelco Dolstra
2020-06-22with normaltxt, elide yellow color code instead of canceling it; use normaltx...Ben Burdette
2020-06-22Update src/libutil/fmt.hhBen Burdette
2020-06-19remove formathelperBen Burdette
2020-06-19escape percentsBen Burdette
2020-05-06implement SysError errno handlingBen Burdette
2020-05-04add normaltxt, yellowify->yellowtxtBen Burdette
2020-04-24add has_value check; remove obslete friend classBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-21add ErrorInfo to BaseErrorBen Burdette