aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/AllocatedPath.cxx: don't use g_path_get_dirnameDenis Krjuchkov2013-12-051-1/+1
|
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-3/+3
|
* fs/AllocatedPath: use PathTraits::BuildFSDenis Krjuchkov2013-12-031-6/+0
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-0/+113
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.