aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigPath.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-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 libraryMax Kellermann2013-09-041-3/+2
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-2/+4
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* utils: convert to C++Max Kellermann2013-04-091-0/+28