John Ericson
|
f4ab297b31
|
Ensure all headers have #pragma once and are in API docs
`///@file` makes them show up in the internal API dos. A tiny few were
missing `#pragma once`.
|
2023-03-31 23:19:44 -04:00 |
|
John Ericson
|
abd5e7dec0
|
Extend internal API docs, part 2
Picking up from #8111.
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
|
2023-03-31 23:01:40 -04:00 |
|
Eelco Dolstra
|
29abc8e764
|
Remove FormatOrString and remaining uses of format()
|
2023-03-02 15:57:54 +01:00 |
|
Eelco Dolstra
|
703d863a48
|
Trivial changes from the lazy-trees branch
|
2022-12-07 14:06:34 +01:00 |
|
Eelco Dolstra
|
f05e1f6fbb
|
Move hiliteMatches into a separate header
This is mostly so that we don't #include <regex> everywhere (which
adds quite a bit of compilation time).
|
2022-04-21 12:06:29 +02:00 |
|
Eelco Dolstra
|
df552ff53e
|
Remove std::string alias (for real this time)
Also use std::string_view in a few more places.
|
2022-02-25 16:13:02 +01:00 |
|
Eelco Dolstra
|
7afbdf2545
|
hiliteMatches(): Style fixes, pass more stuff by reference
|
2022-01-24 14:47:34 +01:00 |
|
regnat
|
ffb28eaa1e
|
Add a small documentation for hiliteMatches
|
2022-01-24 10:07:02 +01:00 |
|
Fishhh
|
1e0b7cdc3f
|
Move hilite_all into libutil and rename it to hiliteMatches
The signature was also changed so the function now accepts a vector
instead of an iterator
|
2022-01-21 20:10:46 +01:00 |
|
Eelco Dolstra
|
4ffda0af7c
|
ANSI_YELLOW -> ANSI_WARNING
|
2021-09-14 10:42:29 +02:00 |
|
Eelco Dolstra
|
27ca87c46a
|
Formatting
|
2020-10-07 16:33:19 +02:00 |
|
Eelco Dolstra
|
ecc8672aa0
|
fmt.hh: Don't include boost/algorithm/string/replace.hpp
This cuts compilation time by ~49s.
Issue #4045.
|
2020-09-21 19:07:55 +02:00 |
|
Ben Burdette
|
9d1cb0c5e6
|
with normaltxt, elide yellow color code instead of canceling it; use normaltxt on plain_string hintfmt
|
2020-06-22 11:32:20 -06:00 |
|
Ben Burdette
|
28b079067f
|
Update src/libutil/fmt.hh
Co-authored-by: John Ericson <git@JohnEricson.me>
|
2020-06-22 10:00:37 -06:00 |
|
Ben Burdette
|
397dbe114e
|
remove formathelper
|
2020-06-19 15:57:19 -06:00 |
|
Ben Burdette
|
b193aca4ae
|
escape percents
|
2020-06-19 15:29:19 -06:00 |
|
Ben Burdette
|
e76ad2e48a
|
implement SysError errno handling
|
2020-05-06 14:07:20 -06:00 |
|
Ben Burdette
|
f30de61578
|
add normaltxt, yellowify->yellowtxt
|
2020-05-04 16:19:20 -06:00 |
|
Ben Burdette
|
d9632765a8
|
add has_value check; remove obslete friend class
|
2020-04-24 12:44:23 -06:00 |
|
Ben Burdette
|
e4fb9a3849
|
remove 'format' from Error constructor calls
|
2020-04-21 17:07:07 -06:00 |
|
Ben Burdette
|
d3052197fe
|
add ErrorInfo to BaseError
|
2020-04-21 13:25:41 -06:00 |
|