aboutsummaryrefslogtreecommitdiffstats
path: root/src/TextFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use nullptr instead of NULLMax Kellermann2013-10-191-1/+1
|
* 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.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* TextFile: don't include glib.h in headerMax Kellermann2013-10-021-12/+6
| | | | Un-inline the methods that use GLib.
* TextFile.hxx: use file system APIDenis Krjuchkov2013-02-021-3/+2
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-2/+4
|
* TextFile: convert to a classMax Kellermann2013-01-031-11/+38
|
* text_file: convert to C++Max Kellermann2013-01-031-0/+39