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-12-24
util/Compiler.h: use `[[fallthrough]]` on clang
Max Kellermann
2019-12-23
util/Compiler.h: add gcc_fallthrough
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-12-16
util/StringBuffer: use std::size_t instead of size_t
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-08-02
util/StaticFifoBuffer: add GetAvailable()
Max Kellermann
2019-08-02
util/StaticFifoBuffer: add `constexpr`
Max Kellermann
2019-08-02
util/StaticFifoBuffer: add `noexcept`
Max Kellermann
2019-08-02
util/Compiler.h: move compiler version checks to meson.build
Max Kellermann
2019-06-16
db/Interface: CollectUniqueTags() allows multiple "groups"
Max Kellermann
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
[next]