Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/StringAPI: fix include guard name | Max Kellermann | 2015-09-01 | 1 | -2/+2 |
| | |||||
* | util/AllocatedString: add constant "SENTINEL" | Max Kellermann | 2015-09-01 | 1 | -4/+6 |
| | |||||
* | util/AllocatedString: add methods Duplicate(), Clone() | Max Kellermann | 2015-06-25 | 2 | -0/+59 |
| | |||||
* | util/AllocatedString: add method empty() | Max Kellermann | 2015-06-25 | 1 | -0/+4 |
| | |||||
* | util/AllocatedString: remove bogus code from operator= | Max Kellermann | 2015-06-23 | 1 | -1/+0 |
| | |||||
* | util/AllocatedString: new utility class | Max Kellermann | 2015-06-23 | 1 | -0/+100 |
| | |||||
* | util/StringPointer: new utility class | Max Kellermann | 2015-06-23 | 1 | -0/+64 |
| | |||||
* | *: doxygen fixups | Max Kellermann | 2015-03-17 | 2 | -6/+4 |
| | |||||
* | util/StringUtil: add wchar_t overloads | Max Kellermann | 2015-03-05 | 3 | -0/+105 |
| | |||||
* | util/StringAPI: add wchar_t overloads | Max Kellermann | 2015-03-05 | 2 | -0/+138 |
| | |||||
* | fs/Traits: use string.h API wrappers | Max Kellermann | 2015-03-05 | 1 | -0/+131 |
| | |||||
* | util/StringUtil: reorder functions | Max Kellermann | 2015-03-04 | 2 | -73/+73 |
| | |||||
* | util/ASCII: strip include guard | Max Kellermann | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | util/StringUtil: add FindStringSuffix() | Max Kellermann | 2015-03-03 | 2 | -0/+23 |
| | |||||
* | Util/StringUtil: use std::copy_n() | Max Kellermann | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | util/DynamicFifoBuffer: adjust include guard | Max Kellermann | 2015-02-16 | 1 | -3/+3 |
| | |||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -5/+6 |
|\ | |||||
| * | Test the existence of strndup(3) before using it. | PHO | 2015-01-26 | 1 | -5/+6 |
| | | | | | | | | This can eliminate the ad-hoc "#ifdef WIN32" and can also support other platforms lacking it as well (including Darwin 9). | ||||
* | | util/format: allow upper case, digits and underscore in names | Max Kellermann | 2015-01-22 | 1 | -1/+2 |
| | | |||||
* | | util/format: move code to is_name_char() | Max Kellermann | 2015-01-22 | 1 | -1/+7 |
| | | |||||
* | | util/CharUtil: minor API documentation fix | Max Kellermann | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | output/recorder: dynamic file name | Max Kellermann | 2015-01-14 | 2 | -0/+303 |
| | | |||||
* | | Copyright year 2015 | Max Kellermann | 2015-01-01 | 25 | -25/+25 |
| | | |||||
* | | Merge branch 'v0.19.x' | Max Kellermann | 2014-12-26 | 2 | -10/+19 |
|\| | |||||
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2014-12-26 | 3 | -12/+21 |
| |\ | |||||
| | * | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 2 | -0/+9 |
| | | | | | | | | | | | | New in clang 3.6. | ||||
| | * | util/ASCII: fix indent | Max Kellermann | 2014-12-26 | 1 | -10/+10 |
| | | | |||||
| | * | Compiler.h: add macro GCC_OLDER_THAN() | Max Kellermann | 2014-12-26 | 1 | -2/+2 |
| | | | |||||
| | * | util/UriUtil: add uri_get_suffix() overload that ignores query string | Max Kellermann | 2014-11-02 | 2 | -0/+28 |
| | | | |||||
* | | | Merge tag 'v0.19.7' | Max Kellermann | 2014-12-17 | 1 | -1/+3 |
|\| | | |||||
| * | | util/HugeAllocator: enable MEM_COMMIT on Windows | Max Kellermann | 2014-12-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Without MEM_COMMIT, the reserved address space is not accessible, and MPD crashes. | ||||
* | | | Merge branch 'v0.19.x' | Max Kellermann | 2014-12-12 | 1 | -1/+2 |
|\| | | |||||
| * | | util/HugeAllocator: disable MEM_LARGE_PAGES on Windows | Max Kellermann | 2014-12-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | MEM_LARGE_PAGES does not appear to work. Instead, MEM_RESERVE appears to be necessary. Until I figure this out, this large pages are disabled. | ||||
* | | | Util/Manual: cast via void* to avoid alignment warnings | Max Kellermann | 2014-12-09 | 1 | -2/+4 |
| | | | |||||
* | | | Util/Manual: use Get() in Destruct() | Max Kellermann | 2014-12-09 | 1 | -2/+2 |
| | | | |||||
* | | | Util/Manual: add assertion to Get() | Max Kellermann | 2014-12-09 | 1 | -0/+4 |
| | | | |||||
* | | | Util/Manual: add method Get() | Max Kellermann | 2014-12-09 | 1 | -4/+12 |
| | | | | | | | | | | | | May be more clear than operators. | ||||
* | | | util/Manual: use gcc_alignas() | Max Kellermann | 2014-12-09 | 1 | -6/+1 |
| | | | |||||
* | | | util/Error: use FormatMessage() instead of g_win32_error_message() | Max Kellermann | 2014-12-05 | 1 | -2/+6 |
| | | | |||||
* | | | util/DivideString: add option "strip" | Max Kellermann | 2014-12-04 | 2 | -2/+17 |
| | | | |||||
* | | | util/StringUtil: add ToUpperASCII() | Max Kellermann | 2014-12-04 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib. | ||||
* | | | util/SplitString: new utility class | Max Kellermann | 2014-12-04 | 2 | -0/+98 |
| | | | | | | | | | | | | Replaces GLib's g_strsplit(). | ||||
* | | | util/SplitString: rename to DivideString | Max Kellermann | 2014-12-03 | 2 | -7/+7 |
| | | | |||||
* | | | util/Alloc: add fallback for gcc 4.6 | Max Kellermann | 2014-11-28 | 1 | -0/+21 |
| | | | |||||
* | | | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 2014-11-28 | 2 | -4/+4 |
| | | | |||||
* | | | Compiler.h: add macro GCC_OLDER_THAN() | Max Kellermann | 2014-11-28 | 1 | -2/+2 |
| | | | |||||
* | | | util/Manual: use GCC_CHECK_VERSION | Max Kellermann | 2014-11-28 | 1 | -1/+1 |
| | | | |||||
* | | | util/Alloc: remove bogus "unused" attribute | Max Kellermann | 2014-11-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge tag 'v0.19.2' | Max Kellermann | 2014-11-02 | 2 | -0/+28 |
|\| | | |||||
| * | | util/UriUtil: add uri_get_suffix() overload that ignores query string | Max Kellermann | 2014-11-01 | 2 | -0/+28 |
| | | |