aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-08fs: implemented standard directories APIDenis Krjuchkov2-0/+358
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov2-0/+138
2013-12-05fs/FileSystem.hxx: don't define CheckAccess() with mode on WindowsDenis Krjuchkov1-8/+2
2013-12-05fs/FileSystem.hxx: add CheckAccess without mode parameterDenis Krjuchkov1-0/+14
2013-12-05fs/Traits.cxx: don't return drive path without trailing separatorDenis Krjuchkov1-0/+4
2013-12-05fs/Traits.hxx: introduce PathTraitsXXX::IsDrive functionDenis Krjuchkov1-2/+16
2013-12-05fs/Charset.cxx: replace \ with / when converting path to UTF-8 on WindowsDenis Krjuchkov1-3/+24
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/AllocatedPath.cxx: don't use g_path_get_dirnameDenis Krjuchkov1-1/+1
2013-12-05fs/Traits: implement GetBase/GetParent/Build using templatesDenis Krjuchkov2-22/+88
2013-12-05fs/Traits.cxx: don't return empty string if parent dir is rootDenis Krjuchkov1-3/+5
2013-12-05fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXXDenis Krjuchkov1-0/+19
2013-12-05fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2-9/+14
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 Krjuchkov7-66/+71
2013-12-03AllocatedPath.hxx: use move constructorDenis Krjuchkov1-1/+1
2013-12-03fs/AllocatedPath: use PathTraits::BuildFSDenis Krjuchkov2-10/+14
2013-12-03fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov2-0/+35
2013-12-03fs/Traits.hxx: move definition of AllocatedPath::string to PathTraitsDenis Krjuchkov2-2/+2
2013-12-03fs/Traits.hxx: add GetLengthFS()Denis Krjuchkov1-0/+6
2013-12-03fs/AllocatedPath.hxx: add FromFS(std::string) methodDenis Krjuchkov1-0/+11
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
2013-11-28include cleanup using iwyuMax Kellermann7-16/+0
2013-10-28*: use nullptr instead of NULLMax Kellermann2-7/+7
2013-10-21GetBaseUTF8Max Kellermann2-0/+62
2013-10-21fs/AllocatedPath: don't include glib.hMax Kellermann1-4/+0
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann7-174/+392
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann4-90/+129
2013-10-17fs/Path: include clenaupMax Kellermann1-1/+1
2013-10-17fs/Charset: GetFSCharset() returns "utf-8" by defaultMax Kellermann2-3/+3
2013-10-17fs/Charset: default filesystem charset is UTF-8Max Kellermann2-6/+7
2013-10-17fs/Charset: don't allow nullptr argumentsMax Kellermann3-7/+8
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann6-132/+271
2013-10-17fs/Path: move path_domain to Domain.hxxMax Kellermann4-5/+50
2013-10-17fs/Path: make fs_charset staticMax Kellermann1-1/+1
2013-10-17fs/Path: include cleanupMax Kellermann1-1/+0
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann3-12/+11
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann4-14/+42
2013-10-15gcc.h: rename to Compiler.hMax Kellermann2-2/+2
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann1-3/+3
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann1-0/+31
2013-10-14fs/Path: add separator constants/functionsMax Kellermann2-2/+48
2013-10-14fs/Path: add method RelativeFS()Max Kellermann2-0/+31
2013-10-14fs/Path: add method data()Max Kellermann1-0/+9
2013-10-02Log: new logging library APIMax Kellermann1-5/+5
2013-10-02filesystem/Path: use std::stringMax Kellermann2-78/+43
2013-09-12Path: add FromUTF8() overload that returns an ErrorMax Kellermann2-0/+18
2013-09-12ConfigPath: move path_domain to system/Path.cxxMax Kellermann2-0/+5