summaryrefslogtreecommitdiff
path: root/src/util/StringView.hxx
AgeCommit message (Expand)Author
2020-03-13util/Stringview: use `const_pointer` instead of hard-coding `const char *`Max Kellermann
2020-03-13util/StringView: add method substr()Max Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2020-01-03util/StringView: use `using` instead of `typedef`Max Kellermann
2019-09-25util/StringView: enable string_view support only on C++17Max Kellermann
2019-09-07util/StringAPI: add memrchr() wrapperMax Kellermann
2019-08-16util/StringView: add method Compare()Max Kellermann
2019-08-14util/StringView: add StartsWithIgnoreCase(), EndsWithIgnoreCase()Max Kellermann
2019-08-05util/StringView: prepare the transition to std::string_viewMax Kellermann
2019-06-06util/StringView: add method Split()Max Kellermann
2019-02-19util/StringView: add SkipPrefix(), RemoveSuffix()Max Kellermann
2018-08-20util/StringView: add ConstBuffer cast constructorsMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-09-13util/StringView: add default constructorsMax Kellermann
2017-09-13Util/StringView: move struct WStringView to separate headerMax Kellermann
2017-09-12Util/StringView: add struct TStringViewMax Kellermann
2017-09-12util/StringView: allow casting from BasicStringView to StringViewMax Kellermann
2017-09-12util/StringView: add struct WStringViewMax Kellermann
2017-09-12util/StringView: add struct BasicStringViewMax Kellermann
2017-09-12util/StringView: remove methods SetEmpty(), Empty()Max Kellermann
2017-09-12util/StringView: use StringAPI.hxxMax Kellermann
2017-09-12util/StringView: use value_typeMax Kellermann
2017-09-12util/StringView: remove unnecessary operator= overloadsMax Kellermann
2017-09-12util/StringView: remove redundant template parametersMax Kellermann
2017-09-12util/StringView: remove Literal()Max Kellermann
2017-05-17util/StringView: add method EndsWith()Max Kellermann
2017-05-16util/StringView: add "noexcept"Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2016-03-18util/StringView: add method Strip()Max Kellermann
2016-03-18util/StringView: make nullptr_t constructor "constexpr"Max Kellermann
2015-11-06util/StringView: add method Literal()Max Kellermann
2015-10-16util/StringView: add methods StripLeft(), StripRight()Max Kellermann
2015-09-30util/StringView: new utility classMax Kellermann