aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Traits.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-0/+16
| | | | New in clang 3.6.
* fs/Traits: use value_typeMax Kellermann2014-10-101-4/+4
|
* fs/Traits: add function Relative()Max Kellermann2014-02-071-0/+18
| | | | Move code from Path::RelativeFS() and make it generic.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* fs/Traits.hxx: introduce PathTraitsXXX::IsDrive functionDenis Krjuchkov2013-12-051-2/+16
|
* fs/Traits.hxx: add shorter forms of PathTraitsXXX::Build()Denis Krjuchkov2013-12-051-0/+10
|
* fs/Traits.hxx: add PathTraitsUTF8::GetLength for consistencyDenis Krjuchkov2013-12-051-0/+5
|
* fs/Traits: implement GetBase/GetParent/Build using templatesDenis Krjuchkov2013-12-051-0/+25
|
* fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXXDenis Krjuchkov2013-12-051-0/+19
|
* fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-5/+10
|
* fs/Traits.hxx: add gcc_nonnull_all where applicableDenis Krjuchkov2013-12-051-3/+3
|
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-30/+35
|
* 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