mpd/src/util
2017-09-13 10:32:55 +02:00
..
Alloc.cxx util/ConcatString: return the end pointer 2017-05-16 11:56:56 +02:00
Alloc.hxx update copyright year 2017-01-03 20:48:59 +01:00
AllocatedArray.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
AllocatedString.cxx util/AllocatedString: implement AllocatedString<wchar_t>::Duplicate() 2017-07-05 10:26:39 +02:00
AllocatedString.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
ASCII.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
BindMethod.hxx util/BindMethod: add BIND_FUNCTION() 2017-07-05 12:04:29 +02:00
bit_reverse.c update copyright year 2017-01-03 20:48:59 +01:00
bit_reverse.h update copyright year 2017-01-03 20:48:59 +01:00
ByteReverse.cxx util/ByteReverse: add "noexcept" 2017-05-16 10:21:59 +02:00
ByteReverse.hxx util/ByteReverse: add "noexcept" 2017-05-16 10:21:59 +02:00
Cast.hxx util/Cast: make the "member" pointer const 2017-09-13 10:32:55 +02:00
CharUtil.hxx Util/CharUtil: add wchar_t overloads 2017-09-12 18:22:02 +02:00
ChronoUtil.hxx util/ChronoUtil: new utility library for std::chrono 2017-02-11 22:23:33 +01:00
CircularBuffer.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
Clamp.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
ConcatString.hxx util/ConcatString: return the end pointer 2017-05-16 11:56:56 +02:00
ConstBuffer.hxx util/{Const,Writable}Buffer: add array constructor 2017-07-05 12:09:27 +02:00
DeleteDisposer.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
DivideString.cxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
DivideString.hxx util/DivideString: add "noexcept" 2017-05-16 10:22:36 +02:00
Domain.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
DynamicFifoBuffer.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
Exception.cxx util/Exception: move code to AppendNestedMessage() 2017-07-05 17:07:43 +02:00
Exception.hxx util/Exception: add more utility functions 2017-07-05 17:08:26 +02:00
ForeignFifoBuffer.hxx util/{Foreign,Static}FifoBuffer: update API documentation 2017-04-24 20:19:14 +02:00
format.c update copyright year 2017-01-03 20:48:59 +01:00
format.h update copyright year 2017-01-03 20:48:59 +01:00
FormatString.cxx Merge branch 'v0.20.x' 2017-08-08 19:30:30 +02:00
FormatString.hxx util/FormatString: add "noexcept" 2017-05-16 10:22:52 +02:00
HugeAllocator.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
HugeAllocator.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
IterableSplitString.hxx Util/IterableSplitString: add wchar_t specialization 2017-09-12 19:12:09 +02:00
LazyRandomEngine.cxx update copyright year 2017-01-03 20:48:59 +01:00
LazyRandomEngine.hxx update copyright year 2017-01-03 20:48:59 +01:00
Macros.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
Manual.hxx util/Manual: drop prefix from include guard 2017-07-05 12:25:32 +02:00
MimeType.cxx util/MimeType: add "noexcept" 2017-05-16 10:23:38 +02:00
MimeType.hxx util/MimeType: add "noexcept" 2017-05-16 10:23:38 +02:00
NumberParser.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
OptionDef.hxx update copyright year 2017-01-03 20:48:59 +01:00
OptionParser.cxx update copyright year 2017-01-03 20:48:59 +01:00
OptionParser.hxx update copyright year 2017-01-03 20:48:59 +01:00
PeakBuffer.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
PeakBuffer.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
RefCount.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReusableArray.hxx ReusableArray: fix build error on GCC7 2017-03-01 19:38:41 +01:00
RuntimeError.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
ScopeExit.hxx util/ScopeExit: include cleanup 2017-05-16 22:56:30 +02:00
SliceBuffer.hxx update copyright year 2017-01-03 20:48:59 +01:00
SplitString.cxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
SplitString.hxx util/SplitString: add "noexcept" 2017-05-16 10:23:50 +02:00
StaticFifoBuffer.hxx util/{Foreign,Static}FifoBuffer: update API documentation 2017-04-24 20:19:14 +02:00
StringAPI.hxx util/StringAPI: add StringToken(), StringIsEqualIgnoreCase(), StringCollate() 2017-05-16 23:04:27 +02:00
StringBuffer.hxx util/StringBuffer: use std::array::const_iterator 2017-08-07 16:18:43 +02:00
StringCompare.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
StringCompare.hxx util/String{Compare,API}: add more "noexcept" 2017-05-16 23:02:36 +02:00
StringPointer.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
StringStrip.cxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
StringStrip.hxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
StringUtil.cxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
StringUtil.hxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
StringView.cxx util/StringView: add struct WStringView 2017-09-12 17:17:13 +02:00
StringView.hxx Util/StringView: add struct TStringView 2017-09-12 19:12:09 +02:00
TextFile.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
TimeParser.cxx *: remove "pure" and "const" attributes from throwing functions 2017-05-08 17:25:06 +02:00
TimeParser.hxx *: remove "pure" and "const" attributes from throwing functions 2017-05-08 17:25:06 +02:00
Tokenizer.cxx util/StringUtil: move strip functions to StringStrip.cxx 2017-07-05 17:20:02 +02:00
Tokenizer.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
TruncateString.cxx util/TruncateString: rename CopyString() to CopyTruncateString() 2017-07-05 17:15:58 +02:00
TruncateString.hxx util/TruncateString: rename CopyString() to CopyTruncateString() 2017-07-05 17:15:58 +02:00
UriUtil.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
UriUtil.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
UTF8.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
UTF8.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
VarSize.hxx free() require cstdlib to be included 2017-01-31 21:21:37 +01:00
WCharUtil.hxx Util/CharUtil: add wchar_t overloads 2017-09-12 18:22:02 +02:00
WritableBuffer.hxx util/WritableBuffer: add method MoveFront() 2017-07-05 17:10:59 +02:00
WStringAPI.hxx util/WStringAPI: add StringIsEqualIgnoreCase() overload 2017-09-12 17:17:13 +02:00
WStringCompare.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
WStringCompare.hxx util/String{Compare,API}: add more "noexcept" 2017-05-16 23:02:36 +02:00