summaryrefslogtreecommitdiff
path: root/src/fs/Path.hxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-18fs/Path: add method ToUTF8Throw()Max Kellermann
2018-07-18fs/{,Allocated}Path: add typedef TraitsMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-01-17fs/Path: replace method Null() with nullptr_t constructorMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-06-23fs/Path: include cleanupMax Kellermann
2015-06-23fs/Path: use base class StringPointerMax Kellermann
2015-06-23fs/Path: use method c_str() internallyMax Kellermann
2015-03-05fs/Path: use the "const_pointer" typedefMax Kellermann
2015-03-03fs/Traits: add Find()Max Kellermann
2015-03-02PlaylistFile: move memchr() call to class PathMax Kellermann
2015-03-01fs/Path: add method GetSuffix()Max Kellermann
2015-02-28fs/Path: pass Path to Relative()Max Kellermann
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann
2015-02-28fs/Path: make IsAbsolute() constMax Kellermann
2015-02-25fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann
2014-02-07fs/Traits: add function Relative()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-17fs/Path: include clenaupMax Kellermann
2013-10-17fs/Charset: don't allow nullptr argumentsMax Kellermann
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann
2013-10-17fs/Path: move path_domain to Domain.hxxMax Kellermann
2013-10-17fs/Path: include cleanupMax Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann
2013-10-14fs/Path: add separator constants/functionsMax Kellermann
2013-10-14fs/Path: add method RelativeFS()Max Kellermann
2013-10-14fs/Path: add method data()Max Kellermann
2013-10-02filesystem/Path: use std::stringMax Kellermann
2013-09-12Path: add FromUTF8() overload that returns an ErrorMax Kellermann
2013-09-12ConfigPath: move path_domain to system/Path.cxxMax Kellermann
2013-02-02Path.hxx: add GetDirectoryName() methodDenis Krjuchkov
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov
2013-01-28Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov
2013-01-28Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov
2013-01-26Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov