aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-4/+4
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-87/+19
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-52/+5
* fs/Path: include clenaupMax Kellermann2013-10-171-1/+1
* fs/Charset: don't allow nullptr argumentsMax Kellermann2013-10-171-2/+2
* fs/Path: move configuration code to Config.cxxMax Kellermann2013-10-171-20/+2
* fs/Path: move path_domain to Domain.hxxMax Kellermann2013-10-171-2/+0
* fs/Path: include cleanupMax Kellermann2013-10-171-1/+0
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-13/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* fs/Path: add method IsAbsolute()Max Kellermann2013-10-141-0/+31
* fs/Path: add separator constants/functionsMax Kellermann2013-10-141-0/+29
* fs/Path: add method RelativeFS()Max Kellermann2013-10-141-0/+9
* fs/Path: add method data()Max Kellermann2013-10-141-0/+9
* filesystem/Path: use std::stringMax Kellermann2013-10-021-78/+23
* Path: add FromUTF8() overload that returns an ErrorMax Kellermann2013-09-121-0/+5
* ConfigPath: move path_domain to system/Path.cxxMax Kellermann2013-09-121-0/+2
* Path.hxx: add GetDirectoryName() methodDenis Krjuchkov2013-02-021-0/+9
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-281-4/+1
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-281-6/+10
* Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov2013-01-281-10/+2
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-281-8/+10
* Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov2013-01-261-1/+3
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-261-8/+5
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-0/+264