index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
StringView.hxx
Age
Commit message (
Expand
)
Author
2020-03-13
util/Stringview: use `const_pointer` instead of hard-coding `const char *`
Max Kellermann
2020-03-13
util/StringView: add method substr()
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
2020-01-03
util/StringView: use `using` instead of `typedef`
Max Kellermann
2019-09-25
util/StringView: enable string_view support only on C++17
Max Kellermann
2019-09-07
util/StringAPI: add memrchr() wrapper
Max Kellermann
2019-08-16
util/StringView: add method Compare()
Max Kellermann
2019-08-14
util/StringView: add StartsWithIgnoreCase(), EndsWithIgnoreCase()
Max Kellermann
2019-08-05
util/StringView: prepare the transition to std::string_view
Max Kellermann
2019-06-06
util/StringView: add method Split()
Max Kellermann
2019-02-19
util/StringView: add SkipPrefix(), RemoveSuffix()
Max Kellermann
2018-08-20
util/StringView: add ConstBuffer cast constructors
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-09-13
util/StringView: add default constructors
Max Kellermann
2017-09-13
Util/StringView: move struct WStringView to separate header
Max Kellermann
2017-09-12
Util/StringView: add struct TStringView
Max Kellermann
2017-09-12
util/StringView: allow casting from BasicStringView to StringView
Max Kellermann
2017-09-12
util/StringView: add struct WStringView
Max Kellermann
2017-09-12
util/StringView: add struct BasicStringView
Max Kellermann
2017-09-12
util/StringView: remove methods SetEmpty(), Empty()
Max Kellermann
2017-09-12
util/StringView: use StringAPI.hxx
Max Kellermann
2017-09-12
util/StringView: use value_type
Max Kellermann
2017-09-12
util/StringView: remove unnecessary operator= overloads
Max Kellermann
2017-09-12
util/StringView: remove redundant template parameters
Max Kellermann
2017-09-12
util/StringView: remove Literal()
Max Kellermann
2017-05-17
util/StringView: add method EndsWith()
Max Kellermann
2017-05-16
util/StringView: add "noexcept"
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2016-03-18
util/StringView: add method Strip()
Max Kellermann
2016-03-18
util/StringView: make nullptr_t constructor "constexpr"
Max Kellermann
2015-11-06
util/StringView: add method Literal()
Max Kellermann
2015-10-16
util/StringView: add methods StripLeft(), StripRight()
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann