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
2017-12-21
util/WStringAPI: fix indent
Max Kellermann
2017-12-21
correct action for compile on Solaris 11.3 X86
Ilya ilyxa Tyshchenko
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-08-03
util/FormatString: pass the allocated buffer to AllocatedString::Donate()
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-04-12
util/ScopeExit: copy enabled tag in move constructor
Max Kellermann
2017-03-01
util/HugeAllocator: paranoid check for sysconf()<0
Max Kellermann
2017-03-01
ReusableArray: fix build error on GCC7
Ben Boeckel
2017-02-20
util/TimeFormat: suppress -Wunused on Windows
Max Kellermann
2017-01-31
free() require cstdlib to be included
Thomas Zander
2017-01-17
util/StringBuffer: new utility class
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-11
util/ReusableArray: add method GetCapacity()
Max Kellermann
2017-01-11
util/ReusableArray: add move constructor/operator
Max Kellermann
2017-01-11
util/ReusableArray: use C++11 initializers
Max Kellermann
2017-01-08
util/UriUtil: add uri_get_path()
Max Kellermann
2017-01-08
util/TimeParser: add "pure" attribute
Max Kellermann
2017-01-07
util/TimeParser: wrapper for strptime()
Max Kellermann
2017-01-04
util/HugeAllocator: remove deprepcated dynamic exception specifications
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-29
command/{Player,Error}: extract messages from nested exceptions
Max Kellermann
2016-11-18
Compiler.h: drop gcc_alignas(), use plain C++11 alignas()
Max Kellermann
2016-11-18
configure.ac: enable C++14
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-09-08
util/Error: remove explicit move constructor, allow copying
Max Kellermann
2016-08-16
util/WritableBuffer: add method skip_front()
Max Kellermann
2016-06-20
util/BindMethod: add nullptr constructor and bool operator
Max Kellermann
2016-06-20
util/BindMethod: document the default constructor
Max Kellermann
2016-06-17
util/BindMethod: new utility class for callbacks
Max Kellermann
2016-06-17
util/HugeAllocator: add class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: add "noexcept"
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2016-06-12
util/WStringAPI: wcpcpy(3) is not yet supported on OpenBSD/NetBSD
Lazaros Koromilas
2016-06-10
util/MimeType: add ParseMimeTypeParameters()
Max Kellermann
2016-06-10
TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins
Max Kellermann
2016-06-10
util/StringUtil: use CamelCase
Max Kellermann
2016-05-11
util/AllocatedString: work around bogus gcc6 warning
Max Kellermann
2016-04-13
util/AllocatedString: add operator==(nullptr)
Max Kellermann
2016-04-12
util/FormatString: return AllocatedString
Max Kellermann
2016-04-12
util/AllocatedString: add operator[]
Max Kellermann
2016-04-12
util/AllocatedString: add typedef size_type
Max Kellermann
2016-04-12
util/StringPointer: add typedef reference_type
Max Kellermann
2016-04-12
util/StringPointer: rename typedef pointer to pointer_type
Max Kellermann
2016-04-12
util/AllocatedArray: new utility class
Max Kellermann
2016-03-18
util/StringView: add method Strip()
Max Kellermann
2016-03-18
util/IterableSplitString: cheaper variant of SplitString()
Max Kellermann
2016-03-18
util/StringView: make nullptr_t constructor "constexpr"
Max Kellermann
2016-03-18
util/SplitString: relicense to BSD-2
Max Kellermann
[next]