Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Traits: add Find() | Max Kellermann | 2015-03-03 | 1 | -0/+20 |
| | |||||
* | fs/Traits: use std::char_traits | Max Kellermann | 2015-03-03 | 1 | -4/+6 |
| | |||||
* | fs/Traits: add constant CURRENT_DIRECTORY | Max Kellermann | 2015-02-25 | 1 | -0/+4 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -0/+16 |
| | | | | New in clang 3.6. | ||||
* | fs/Traits: use value_type | Max Kellermann | 2014-10-10 | 1 | -4/+4 |
| | |||||
* | fs/Traits: add function Relative() | Max Kellermann | 2014-02-07 | 1 | -0/+18 |
| | | | | Move code from Path::RelativeFS() and make it generic. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | fs/Traits.hxx: introduce PathTraitsXXX::IsDrive function | Denis Krjuchkov | 2013-12-05 | 1 | -2/+16 |
| | |||||
* | fs/Traits.hxx: add shorter forms of PathTraitsXXX::Build() | Denis Krjuchkov | 2013-12-05 | 1 | -0/+10 |
| | |||||
* | fs/Traits.hxx: add PathTraitsUTF8::GetLength for consistency | Denis Krjuchkov | 2013-12-05 | 1 | -0/+5 |
| | |||||
* | fs/Traits: implement GetBase/GetParent/Build using templates | Denis Krjuchkov | 2013-12-05 | 1 | -0/+25 |
| | |||||
* | fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXX | Denis Krjuchkov | 2013-12-05 | 1 | -0/+19 |
| | |||||
* | fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -5/+10 |
| | |||||
* | fs/Traits.hxx: add gcc_nonnull_all where applicable | Denis Krjuchkov | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -30/+35 |
| | |||||
* | fs/Traits.hxx: implement BuildFS() method | Denis Krjuchkov | 2013-12-03 | 1 | -0/+10 |
| | |||||
* | fs/Traits.hxx: move definition of AllocatedPath::string to PathTraits | Denis Krjuchkov | 2013-12-03 | 1 | -0/+1 |
| | |||||
* | fs/Traits.hxx: add GetLengthFS() | Denis Krjuchkov | 2013-12-03 | 1 | -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_absolute | Denis Krjuchkov | 2013-12-03 | 1 | -9/+7 |
| | |||||
* | fs/Traits.hxx: simplify code | Denis Krjuchkov | 2013-12-03 | 1 | -7/+3 |
| | | | | | - Move definition of SEPARATOR_UTF8 out of #ifdef - Remove duplicated check in IsSeparatorUTF8 | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -0/+17 |
| | |||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -0/+89 |