aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Move code from map_fs_to_utf8().
* 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 ↵Denis Krjuchkov2013-01-281-4/+1
| | | | required
* 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