Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | util/StringUtil: add ToUpperASCII() | Max Kellermann | 2014-12-04 | 1 | -0/+8 |
| | | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib. | ||||
* | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 2014-08-07 | 1 | -0/+22 |
| | |||||
* | util/StringUtil: move code to StripRight() | Max Kellermann | 2014-08-07 | 1 | -0/+14 |
| | |||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 1 | -6/+3 |
| | |||||
* | java: new helper library for the Android port | Max Kellermann | 2014-03-01 | 1 | -0/+14 |
| | |||||
* | util/StringUtil: add StringEndsWith() | Max Kellermann | 2014-02-18 | 1 | -0/+4 |
| | | | Replaces g_str_has_suffix(). | ||||
* | util/StringUtil: add function Strip() | Max Kellermann | 2014-02-17 | 1 | -0/+7 |
| | | | Replaces g_strstrip(). | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -0/+4 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | util/StringUtil: rename strchug_fast_c() to strchug_fast() | Max Kellermann | 2013-10-18 | 1 | -5/+2 |
| | | | | Overload the name. | ||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | *: remove remaining __cplusplus checks | Max Kellermann | 2013-08-07 | 1 | -23/+1 |
| | |||||
* | string_util: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -0/+80 |