aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringUtil.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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