aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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