Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -1/+0 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -1/+2 |
| | | | | required | ||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -9/+10 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+144 |