aboutsummaryrefslogtreecommitdiffstats
path: root/src/TextFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-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 headerMax Kellermann2013-10-021-0/+16
| | | | Un-inline the methods that use GLib.
* TextFile: convert to a classMax Kellermann2013-01-031-9/+2
|
* text_file: convert to C++Max Kellermann2013-01-031-0/+68