aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-10/+10
|
* AllocatedPath.hxx: use move constructorDenis Krjuchkov2013-12-031-1/+1
|
* fs/AllocatedPath: use PathTraits::BuildFSDenis Krjuchkov2013-12-031-4/+14
|
* fs/Traits.hxx: move definition of AllocatedPath::string to PathTraitsDenis Krjuchkov2013-12-031-2/+1
|
* fs/AllocatedPath.hxx: add FromFS(std::string) methodDenis Krjuchkov2013-12-031-0/+11
|
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* fs/AllocatedPath: don't include glib.hMax Kellermann2013-10-211-4/+0
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-0/+226
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.