Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-21 | Move hiliteMatches into a separate header | Eelco Dolstra | |
This is mostly so that we don't #include <regex> everywhere (which adds quite a bit of compilation time). | |||
2022-02-25 | Remove std::string alias (for real this time) | Eelco Dolstra | |
Also use std::string_view in a few more places. | |||
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 | |
The signature was also changed so the function now accepts a vector instead of an iterator | |||
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 | |
This cuts compilation time by ~49s. Issue #4045. | |||
2020-06-22 | with normaltxt, elide yellow color code instead of canceling it; use ↵ | Ben Burdette | |
normaltxt on plain_string hintfmt | |||
2020-06-22 | Update src/libutil/fmt.hh | Ben Burdette | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
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 | |