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
Age
Commit message (
Expand
)
Author
2019-02-19
util/StringView: add SkipPrefix(), RemoveSuffix()
Max Kellermann
2019-01-22
util/WStringView: add missing include
Max Kellermann
2019-01-21
util/PrintException: support "const char *"
Max Kellermann
2019-01-21
util/OffsetPointer: remove redundant `inline` keywords from `constexpr` funct...
Max Kellermann
2019-01-21
util/CharUtil: remove redundant `inline` keywords from `constexpr` functions
Max Kellermann
2019-01-21
util/Cast: remove redundant `inline` keywords from `constexpr` functions
Max Kellermann
2018-12-28
util/AllocatedArray: import std::swap
Max Kellermann
2018-12-28
util/AllocatedArray: add `noexcept`
Max Kellermann
2018-12-28
util/DynamicFifoBuffer: add `noexcept`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-29
util/StringCompare: add StringAfterPrefixIgnoreCase()
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-23
util/SliceBuffer: re-add line which got lost in the last commit
Max Kellermann
2018-09-23
util/SliceBuffer: move code to DiscardMemory()
Max Kellermann
2018-09-06
util/StringCompare: add StringEndsWithIgnoreCase(), StringStartsWithIgnoreCase()
Max Kellermann
2018-09-06
Util/WStringAPI: non-Windows implementation of _wcs*cmp()
Max Kellermann
2018-09-06
util/WStringAPI: add wcscoll() wrapper
Max Kellermann
2018-09-06
util/WStringCompare: add "noexcept"
Max Kellermann
2018-09-06
util/WStringCompare: wcpcpy() and wcsdup() are available on Android
Max Kellermann
2018-09-06
util/StringCompare: add more function attributes
Max Kellermann
2018-08-21
util/Exception: update copyright
Max Kellermann
2018-08-21
util/{Const,Writable}Buffer: add method SetEnd()
Max Kellermann
2018-08-20
util/StringStrip: more API documentation
Max Kellermann
2018-08-20
util/StringStrip: add more "nonnull" attributes
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-20
util/WritableBuffer: add ConstBuffer cast operator
Max Kellermann
2018-08-20
util/Manual: add static method Cast()
Max Kellermann
2018-08-20
util/IterableSplitString: use operator==(nullptr_t)
Max Kellermann
2018-08-20
util/StringView: add ConstBuffer cast constructors
Max Kellermann
2018-08-20
util/StringCompare: use StringAPI.hxx
Max Kellermann
2018-08-20
util/StringAPI: use StringCompare() in StringIsEqual()
Max Kellermann
2018-08-20
util/RuntimeError: fix typo
Max Kellermann
2018-08-20
util/ForeignFifoBuffer: shift the buffer in MoveFrom() on demand
Max Kellermann
2018-08-20
util/ForeignFifoBuffer: add "noexcept"
Max Kellermann
2018-08-20
util/Exception: move code to NestCurrentException()
Max Kellermann
2018-08-20
util/Cast: reverse operands in ContainerAttributeOffset()
Max Kellermann
2018-08-20
util/Cast: move OffsetPointer() to OffsetPointer.hxx
Max Kellermann
2018-08-20
util/BindMethod: add "noexcept"
Max Kellermann
2018-08-20
util/StringAPI: stpcpy() was added in Bionic API level 21
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-08-02
util/ASCII: add StringStartsWithCaseASCII()
Max Kellermann
2018-07-26
lib/gcrypt/MD5: move code to util/HexFormat.cxx
Max Kellermann
2018-07-25
util/TimeISO8601: new utility library
Max Kellermann
2018-07-25
util/TimeConvert: new utility library
Max Kellermann
2018-07-18
util/StringAPI: add raw strcmp() wrapper
Max Kellermann
2018-07-18
util/StringAPI: add strpbrk() wrapper
Max Kellermann
2018-07-17
util/PrintException: new utility class
Max Kellermann
2018-07-06
util/StringFormat: new utility library
Max Kellermann
[next]