aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()Max Kellermann2015-03-051-1/+7
|
* fs/Path: use the "const_pointer" typedefMax Kellermann2015-03-051-1/+1
|
* fs/Path: add method GetSuffix()Max Kellermann2015-03-011-0/+7
| | | | Type-safe wrapper for uri_get_suffix().
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* fs/Traits: add function Relative()Max Kellermann2014-02-071-22/+0
| | | | Move code from Path::RelativeFS() and make it generic.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-2/+2
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-63/+1
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-8/+3
|
* fs/Path: move configuration code to Config.cxxMax Kellermann2013-10-171-112/+5
|
* fs/Path: move path_domain to Domain.hxxMax Kellermann2013-10-171-3/+1
|
* fs/Path: make fs_charset staticMax Kellermann2013-10-171-1/+1
|
* fs/Limits: convert macro to "constexpr"Max Kellermann2013-10-171-1/+1
|
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-1/+2
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* *: use WIN32 instead of G_OS_WIN32Max Kellermann2013-10-151-3/+3
|
* fs/Path: add separator constants/functionsMax Kellermann2013-10-141-2/+19
|
* fs/Path: add method RelativeFS()Max Kellermann2013-10-141-0/+22
| | | | Move code from map_fs_to_utf8().
* Log: new logging library APIMax Kellermann2013-10-021-5/+5
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* filesystem/Path: use std::stringMax Kellermann2013-10-021-0/+20
|
* Path: add FromUTF8() overload that returns an ErrorMax Kellermann2013-09-121-0/+13
|
* ConfigPath: move path_domain to system/Path.cxxMax Kellermann2013-09-121-0/+3
|
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+2
| | | | Migrate the remaining callers to FatalError().
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-281-3/+0
| | | | required
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-281-16/+10
|
* Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov2013-01-281-3/+2
|
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-281-14/+21
|
* Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov2013-01-281-0/+10
|
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-261-0/+12
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-0/+131