Max Kellermann
|
148aca23be
|
use SPDX IDs, replacing the long copyright headers
|
2023-03-06 14:59:48 +01:00 |
|
Max Kellermann
|
c5f037fa64
|
util/StringCompare: move code from StringView
|
2022-07-01 10:48:34 +02:00 |
|
Max Kellermann
|
d256d3dabe
|
util/StringCompare: use std::string_view instead of StringView
|
2022-05-31 13:24:45 +02:00 |
|
Max Kellermann
|
da155f8822
|
util/StringCompare: use [[gnu::]] attributes
|
2021-08-27 11:58:25 +02:00 |
|
Max Kellermann
|
3888bafc1f
|
util/StringCompare: add API documentation
|
2020-03-22 19:15:55 +01:00 |
|
Max Kellermann
|
adad4c7298
|
util/StringCompare: add missing include
|
2020-03-22 19:12:02 +01:00 |
|
Max Kellermann
|
85b072b3d3
|
util/StringCompare: add StringIsEqual() with string_view
|
2020-03-13 20:36:48 +01:00 |
|
Max Kellermann
|
6876d160cf
|
util/StringCompare: add more StringView overloads
|
2020-03-13 18:49:47 +01:00 |
|
Max Kellermann
|
d0349880da
|
util/StringCompare: add StringAfterPrefixIgnoreCase()
|
2018-10-29 14:34:29 +01:00 |
|
Max Kellermann
|
728e4e9a38
|
util/StringCompare: add StringEndsWithIgnoreCase(), StringStartsWithIgnoreCase()
|
2018-09-06 19:52:43 +02:00 |
|
Max Kellermann
|
45ffc864c5
|
util/StringCompare: add more function attributes
|
2018-09-06 19:23:13 +02:00 |
|
Max Kellermann
|
e85b9960f0
|
util/StringCompare: use StringAPI.hxx
|
2018-08-20 15:33:16 +02:00 |
|
Max Kellermann
|
60bd60db03
|
util/String{Compare,API}: add more "noexcept"
|
2017-05-16 23:02:36 +02:00 |
|
Max Kellermann
|
0fcc28a108
|
util/String{Compare,API}: indent with tabs
|
2017-05-16 23:01:43 +02:00 |
|
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
|
Max Kellermann
|
6eea56861b
|
AUTHORS, ...: update my email address
|
2017-01-17 11:54:55 +01:00 |
|
Max Kellermann
|
4d15db0134
|
util/StringCompare: use StringView to simplify inline implementations
|
2015-11-06 10:03:14 +01:00 |
|
Max Kellermann
|
c880099deb
|
util/StringCompare: add StringIsEmpty()
|
2015-11-06 09:37:07 +01:00 |
|
Max Kellermann
|
733989a284
|
util/StringUtil: move comparison functions to StringCompare.cxx
|
2015-11-06 09:20:18 +01:00 |
|