aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringUtil.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/StringUtil: reorder functionsMax Kellermann2015-03-041-45/+45
|
* util/StringUtil: add FindStringSuffix()Max Kellermann2015-03-031-0/+15
|
* Util/StringUtil: use std::copy_n()Max Kellermann2015-03-021-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* util/StringUtil: add ToUpperASCII()Max Kellermann2014-12-041-0/+20
| | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
* util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann2014-08-071-0/+18
|
* util/StringUtil: use IsWhitespaceOrNull() in StripRight()Max Kellermann2014-08-071-1/+1
| | | | The null byte is whitespace, too.
* util/StringUtil: move code to StripRight()Max Kellermann2014-08-071-6/+17
|
* util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-071-2/+2
|
* java: new helper library for the Android portMax Kellermann2014-03-011-0/+14
|
* util/StringUtil: add StringEndsWith()Max Kellermann2014-02-181-0/+11
| | | Replaces g_str_has_suffix().
* util/StringUtil: add function Strip()Max Kellermann2014-02-171-0/+14
| | | Replaces g_strstrip().
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-0/+8
| | | | Replaces GLib's g_str_has_prefix().
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+2
| | | | Replaces GLib's g_ascii_strcasecmp().
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-191-1/+2
|
* util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann2013-10-181-1/+1
| | | | Overload the name.
* string_util: convert to C++Max Kellermann2013-04-091-0/+46