Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+2 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -2/+4 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | utils: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -0/+28 |