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-08-08
Merge branch 'v0.20.x'
Max Kellermann
2017-08-07
util/StringBuffer: use std::array::const_iterator
Max Kellermann
2017-08-03
util/FormatString: pass the allocated buffer to AllocatedString::Donate()
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-07-05
util/TruncateString: rename CopyString() to CopyTruncateString()
Max Kellermann
2017-07-05
util/StringUtil: move CopyString() to TruncateString.cxx
Max Kellermann
2017-07-05
util/WritableBuffer: add method MoveFront()
Max Kellermann
2017-07-05
util/Exception: add more utility functions
Max Kellermann
2017-07-05
util/Exception: move code to AppendNestedMessage()
Max Kellermann
2017-07-05
util/Exception: add GetFullMessage(std::exception)
Max Kellermann
2017-07-05
util/Exception: catch std::nested_exception
Max Kellermann
2017-07-05
util/Exception: include cleanup
Max Kellermann
2017-07-05
util/Exception: add "fallback" and "separator" parameters
Max Kellermann
2017-07-05
util/Exception: rename FullMessage() to GetFullMessage()
Max Kellermann
2017-07-05
util/Manual: drop prefix from include guard
Max Kellermann
2017-07-05
util/Manual: drop support for gcc 4.6
Max Kellermann
2017-07-05
util/Manual: use C++11 initializer
Max Kellermann
2017-07-05
util/{Const,Writable}Buffer: add array constructor
Max Kellermann
2017-07-05
util/{Const,Writable}Buffer: add typedef value_type
Max Kellermann
2017-07-05
util/BindMethod: add BIND_FUNCTION()
Max Kellermann
2017-07-05
util/AllocatedString: implement AllocatedString<wchar_t>::Duplicate()
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-17
util/StringView: add method EndsWith()
Max Kellermann
2017-05-16
util/StringAPI: add StringToken(), StringIsEqualIgnoreCase(), StringCollate()
Max Kellermann
2017-05-16
util/String{Compare,API}: add more "noexcept"
Max Kellermann
2017-05-16
util/String{Compare,API}: indent with tabs
Max Kellermann
2017-05-16
util/ScopeExit: include cleanup
Max Kellermann
2017-05-16
util/ConcatString: return the end pointer
Max Kellermann
2017-05-16
util/ConcatString: use std::copy_n() instead of memcpy()
Max Kellermann
2017-05-16
util/Alloc: move template functions to ConcatString.hxx
Max Kellermann
2017-05-16
*: remove lots of GCC 4.8 fallback code
Max Kellermann
2017-05-16
util/StringView: add "noexcept"
Max Kellermann
2017-05-16
util/SplitString: add "noexcept"
Max Kellermann
2017-05-16
util/MimeType: add "noexcept"
Max Kellermann
2017-05-16
util/FormatString: add "noexcept"
Max Kellermann
2017-05-16
util/DivideString: add "noexcept"
Max Kellermann
2017-05-16
util/ByteReverse: add "noexcept"
Max Kellermann
2017-05-16
util/Exception: add "noexcept"
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
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-24
util/{Foreign,Static}FifoBuffer: update API documentation
Max Kellermann
2017-04-24
util/StaticFifoBuffer: add method GetCapacity()
Max Kellermann
2017-04-24
util/{Foreign,Static}FifoBuffer: use C++11 initializers
Max Kellermann
2017-04-24
Merge branch 'v0.20.x'
Max Kellermann
2017-04-12
util/ScopeExit: copy enabled tag in move constructor
Max Kellermann
2017-03-10
Merge tag 'v0.20.6'
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
[next]