Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+16 | |
New in clang 3.6. | |||||
2014-10-10 | fs/Traits: use value_type | Max Kellermann | 1 | -4/+4 | |
2014-02-07 | fs/Traits: add function Relative() | Max Kellermann | 1 | -0/+18 | |
Move code from Path::RelativeFS() and make it generic. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-05 | fs/Traits.hxx: introduce PathTraitsXXX::IsDrive function | Denis Krjuchkov | 1 | -2/+16 | |
2013-12-05 | fs/Traits.hxx: add shorter forms of PathTraitsXXX::Build() | Denis Krjuchkov | 1 | -0/+10 | |
2013-12-05 | fs/Traits.hxx: add PathTraitsUTF8::GetLength for consistency | Denis Krjuchkov | 1 | -0/+5 | |
2013-12-05 | fs/Traits: implement GetBase/GetParent/Build using templates | Denis Krjuchkov | 1 | -0/+25 | |
2013-12-05 | fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXX | Denis Krjuchkov | 1 | -0/+19 | |
2013-12-05 | fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -5/+10 | |
2013-12-05 | fs/Traits.hxx: add gcc_nonnull_all where applicable | Denis Krjuchkov | 1 | -3/+3 | |
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -30/+35 | |
2013-12-03 | fs/Traits.hxx: implement BuildFS() method | Denis Krjuchkov | 1 | -0/+10 | |
2013-12-03 | fs/Traits.hxx: move definition of AllocatedPath::string to PathTraits | Denis Krjuchkov | 1 | -0/+1 | |
2013-12-03 | fs/Traits.hxx: add GetLengthFS() | Denis Krjuchkov | 1 | -0/+6 | |
There is no GetLengthUTF8() because strlen or std::string::size() could be used instead. | |||||
2013-12-03 | fs/Traits.hxx: don't use g_path_is_absolute | Denis Krjuchkov | 1 | -9/+7 | |
2013-12-03 | fs/Traits.hxx: simplify code | Denis Krjuchkov | 1 | -7/+3 | |
- Move definition of SEPARATOR_UTF8 out of #ifdef - Remove duplicated check in IsSeparatorUTF8 | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-10-21 | GetBaseUTF8 | Max Kellermann | 1 | -0/+17 | |
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -46/+36 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-08-10 | thread/Id: new class replacing GThread pointers | Max Kellermann | 1 | -0/+99 | |
Remove a GLib dependencies from class EventLoop and DatabaseLock. |