aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Traits.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-23fs/Path: use base class StringPointerMax Kellermann1-2/+4
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann1-0/+4
Use wchar_t for everything on Windows. Solves a lot of filesystem charset problems.
2015-03-05fs/Traits: use TCHAR on WindowsMax Kellermann1-0/+5
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann1-1/+3
2015-03-05fs/Traits: use string.h API wrappersMax Kellermann1-16/+6
2015-03-03fs/Traits: add Find()Max Kellermann1-0/+20
2015-03-03fs/Traits: use std::char_traitsMax Kellermann1-4/+6
2015-02-25fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann1-0/+4
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+16
New in clang 3.6.
2014-10-10fs/Traits: use value_typeMax Kellermann1-4/+4
2014-02-07fs/Traits: add function Relative()Max Kellermann1-0/+18
Move code from Path::RelativeFS() and make it generic.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-05fs/Traits.hxx: introduce PathTraitsXXX::IsDrive functionDenis Krjuchkov1-2/+16
2013-12-05fs/Traits.hxx: add shorter forms of PathTraitsXXX::Build()Denis Krjuchkov1-0/+10
2013-12-05fs/Traits.hxx: add PathTraitsUTF8::GetLength for consistencyDenis Krjuchkov1-0/+5
2013-12-05fs/Traits: implement GetBase/GetParent/Build using templatesDenis Krjuchkov1-0/+25
2013-12-05fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXXDenis Krjuchkov1-0/+19
2013-12-05fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-5/+10
2013-12-05fs/Traits.hxx: add gcc_nonnull_all where applicableDenis Krjuchkov1-3/+3
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-30/+35
2013-12-03fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov1-0/+10
2013-12-03fs/Traits.hxx: move definition of AllocatedPath::string to PathTraitsDenis Krjuchkov1-0/+1
2013-12-03fs/Traits.hxx: add GetLengthFS()Denis Krjuchkov1-0/+6
There is no GetLengthUTF8() because strlen or std::string::size() could be used instead.
2013-12-03fs/Traits.hxx: don't use g_path_is_absoluteDenis Krjuchkov1-9/+7
2013-12-03fs/Traits.hxx: simplify codeDenis Krjuchkov1-7/+3
- Move definition of SEPARATOR_UTF8 out of #ifdef - Remove duplicated check in IsSeparatorUTF8
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-21GetBaseUTF8Max Kellermann1-0/+17
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann1-46/+36
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann1-0/+99
Remove a GLib dependencies from class EventLoop and DatabaseLock.