Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | TextFile: don't include glib.h in header | Max Kellermann | 2013-10-02 | 1 | -0/+16 |
| | | | | Un-inline the methods that use GLib. | ||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -9/+2 |
| | |||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+68 |