aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringUtil.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/StringUtil: add wchar_t overloadsMax Kellermann2015-03-051-0/+4
|
* util/StringUtil: reorder functionsMax Kellermann2015-03-041-28/+28
|
* util/StringUtil: add FindStringSuffix()Max Kellermann2015-03-031-0/+8
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* util/StringUtil: add ToUpperASCII()Max Kellermann2014-12-041-0/+8
| | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
* util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann2014-08-071-0/+22
|
* util/StringUtil: move code to StripRight()Max Kellermann2014-08-071-0/+14
|
* util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-071-6/+3
|
* java: new helper library for the Android portMax Kellermann2014-03-011-0/+14
|
* util/StringUtil: add StringEndsWith()Max Kellermann2014-02-181-0/+4
| | | Replaces g_str_has_suffix().
* util/StringUtil: add function Strip()Max Kellermann2014-02-171-0/+7
| | | Replaces g_strstrip().
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-0/+4
| | | | Replaces GLib's g_str_has_prefix().
* util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann2013-10-181-5/+2
| | | | Overload the name.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* *: remove remaining __cplusplus checksMax Kellermann2013-08-071-23/+1
|
* string_util: convert to C++Max Kellermann2013-04-091-0/+80