Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -6/+7 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -3/+0 |
| | |||||
* | DirectorySave: use Directory::GetName() | Max Kellermann | 2013-10-21 | 1 | -4/+1 |
| | |||||
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -18/+18 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -11/+11 |
| | |||||
* | Listen, ...: add missing includes | Max Kellermann | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -23/+15 |
| | | | | Replaces GLib's GError. | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -15/+12 |
| | |||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -4/+1 |
| | |||||
* | PlaylistVector: use std::list | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -7/+7 |
| | |||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -14/+12 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+188 |