aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Traits.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov2013-12-031-0/+10
|
* fs/Traits.hxx: move definition of AllocatedPath::string to PathTraitsDenis Krjuchkov2013-12-031-0/+1
|
* fs/Traits.hxx: add GetLengthFS()Denis Krjuchkov2013-12-031-0/+6
| | | | | There is no GetLengthUTF8() because strlen or std::string::size() could be used instead.
* fs/Traits.hxx: don't use g_path_is_absoluteDenis Krjuchkov2013-12-031-9/+7
|
* fs/Traits.hxx: simplify codeDenis Krjuchkov2013-12-031-7/+3
| | | | | - Move definition of SEPARATOR_UTF8 out of #ifdef - Remove duplicated check in IsSeparatorUTF8
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* GetBaseUTF8Max Kellermann2013-10-211-0/+17
|
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-0/+89