Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Traits: add missing dereference in RelativePathImpl() | Max Kellermann | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | fs/Traits: add constant CURRENT_DIRECTORY | Max Kellermann | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2014-12-26 | 1 | -0/+6 |
|\ | |||||
| * | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -0/+6 |
| | | | | | | | | New in clang 3.6. | ||||
* | | fs/Traits: add function Relative() | Max Kellermann | 2014-02-07 | 1 | -0/+40 |
| | | | | | | | | Move code from Path::RelativeFS() and make it generic. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | fs/Traits.cxx: don't return drive path without trailing separator | Denis Krjuchkov | 2013-12-05 | 1 | -0/+4 |
| | | |||||
* | | fs/Traits: implement GetBase/GetParent/Build using templates | Denis Krjuchkov | 2013-12-05 | 1 | -22/+63 |
| | | |||||
* | | fs/Traits.cxx: don't return empty string if parent dir is root | Denis Krjuchkov | 2013-12-05 | 1 | -3/+5 |
| | | |||||
* | | fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -4/+4 |
| | | |||||
* | | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -10/+10 |
| | | |||||
* | | fs/Traits.hxx: implement BuildFS() method | Denis Krjuchkov | 2013-12-03 | 1 | -0/+25 |
|/ | |||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -0/+45 |