.. |
Alloc.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Alloc.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
AllocatedArray.hxx
|
util/AllocatedArray: new utility class
|
2016-04-12 21:32:56 +02:00 |
AllocatedString.cxx
|
util/StringPointer: rename typedef pointer to pointer_type
|
2016-04-12 22:53:06 +02:00 |
AllocatedString.hxx
|
util/AllocatedString: work around bogus gcc6 warning
|
2016-05-11 17:10:15 +02:00 |
ASCII.hxx
|
util/ASCII: strip include guard
|
2015-03-04 20:05:39 +01:00 |
bit_reverse.c
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
bit_reverse.h
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
BoundMethod.hxx
|
util/Callback: new utility class for callback functions
|
2016-03-10 20:42:19 +01:00 |
ByteReverse.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
ByteReverse.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Cast.hxx
|
Compiler.h: add macro CLANG_OR_GCC_VERSION()
|
2014-11-28 19:09:56 +01:00 |
CharUtil.hxx
|
util/CharUtil: minor API documentation fix
|
2015-01-15 19:34:02 +01:00 |
CircularBuffer.hxx
|
util/CircularBuffer: add method GetSpace()
|
2014-03-16 00:28:42 +01:00 |
Clamp.hxx
|
util/Clamp: generic Clamp() function
|
2013-12-22 21:08:06 +01:00 |
ConstBuffer.hxx
|
util/ConstBuffer: add method MoveFront()
|
2015-10-16 09:00:36 +02:00 |
DeleteDisposer.hxx
|
util/DeleteDisposer: new utility class
|
2015-10-19 15:57:30 +02:00 |
DivideString.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
DivideString.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Domain.hxx
|
util/{Domain,Error}: relicense to BSD 2-clause
|
2013-12-16 22:42:01 +01:00 |
DynamicFifoBuffer.hxx
|
util/DynamicFifoBuffer: adjust include guard
|
2015-02-16 00:53:59 +01:00 |
Error.cxx
|
util/Error: use std::exception_ptr instead of std::exception
|
2016-02-26 16:32:24 +01:00 |
Error.hxx
|
util/Error: use std::exception_ptr instead of std::exception
|
2016-02-26 16:32:24 +01:00 |
ForeignFifoBuffer.hxx
|
util/{Static,Foreign}FifoBuffer: lazy shift
|
2014-08-07 16:11:00 +02:00 |
format.c
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
format.h
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
FormatString.cxx
|
util/FormatString: return AllocatedString
|
2016-04-12 22:59:23 +02:00 |
FormatString.hxx
|
util/FormatString: return AllocatedString
|
2016-04-12 22:59:23 +02:00 |
HugeAllocator.cxx
|
util/HugeAllocator: fix division by zero due to inverted check
|
2016-03-06 23:53:41 +01:00 |
HugeAllocator.hxx
|
util/HugeAllocator: enable MEM_COMMIT on Windows
|
2014-12-17 19:10:58 +01:00 |
IterableSplitString.hxx
|
util/IterableSplitString: cheaper variant of SplitString()
|
2016-03-18 14:11:50 +01:00 |
LazyRandomEngine.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
LazyRandomEngine.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Macros.hxx
|
Util/Macros: replacement for GLib's G_N_ELEMENTS()
|
2013-10-15 22:47:39 +02:00 |
Manual.hxx
|
Compiler.h: add macro GCC_OLDER_THAN()
|
2014-12-26 13:30:44 +01:00 |
NumberParser.hxx
|
util/NumberParser: add ParseFloat()
|
2013-10-26 13:49:15 +02:00 |
OptionDef.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
OptionParser.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
OptionParser.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
PeakBuffer.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
PeakBuffer.hxx
|
*: include cleanup (using iwyu)
|
2016-03-01 22:08:13 +01:00 |
RefCount.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
ReusableArray.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
RuntimeError.hxx
|
util/RuntimeError: add missing include
|
2016-02-07 12:53:21 +01:00 |
ScopeExit.hxx
|
util/ScopeExit: new utility library
|
2016-02-06 22:03:37 +01:00 |
SliceBuffer.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
SplitString.cxx
|
util/IterableSplitString: cheaper variant of SplitString()
|
2016-03-18 14:11:50 +01:00 |
SplitString.hxx
|
util/SplitString: relicense to BSD-2
|
2016-03-18 13:18:31 +01:00 |
StaticFifoBuffer.hxx
|
util/StaticFifoBuffer: make Shift() public
|
2014-10-19 00:49:08 +02:00 |
StringAPI.hxx
|
util/StringAPI: add UnsafeCopyStringP()
|
2015-09-01 21:16:22 +02:00 |
StringCompare.cxx
|
util/StringCompare: use StringView to simplify inline implementations
|
2015-11-06 10:03:14 +01:00 |
StringCompare.hxx
|
util/StringCompare: use StringView to simplify inline implementations
|
2015-11-06 10:03:14 +01:00 |
StringPointer.hxx
|
util/StringPointer: add typedef reference_type
|
2016-04-12 22:55:12 +02:00 |
StringUtil.cxx
|
*: include cleanup (using iwyu)
|
2016-03-01 22:08:13 +01:00 |
StringUtil.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
StringView.cxx
|
util/StringView: add methods StripLeft(), StripRight()
|
2015-10-16 08:59:47 +02:00 |
StringView.hxx
|
util/StringView: add method Strip()
|
2016-03-18 15:40:49 +01:00 |
TextFile.hxx
|
input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx
|
2014-08-07 19:38:25 +02:00 |
Tokenizer.cxx
|
util/Tokenizer: use std::runtime_error on syntax error
|
2015-12-16 11:34:26 +01:00 |
Tokenizer.hxx
|
util/Tokenizer: use std::runtime_error on syntax error
|
2015-12-16 11:34:26 +01:00 |
UriUtil.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
UriUtil.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
UTF8.cxx
|
util/UTF8: add SequenceLengthUTF8()
|
2014-10-10 22:11:38 +02:00 |
UTF8.hxx
|
util/UTF8: add SequenceLengthUTF8()
|
2014-10-10 22:11:38 +02:00 |
VarSize.hxx
|
*: doxygen fixups
|
2015-03-17 11:21:43 +01:00 |
WritableBuffer.hxx
|
util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()
|
2014-04-24 09:50:19 +02:00 |
WStringAPI.hxx
|
util/StringAPI: add UnsafeCopyStringP()
|
2015-09-01 21:16:22 +02:00 |
WStringCompare.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
WStringCompare.hxx
|
util/StringCompare: add StringIsEmpty()
|
2015-11-06 09:37:07 +01:00 |