summaryrefslogtreecommitdiff
path: root/src/fs/Path.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-18fs/Path: add method ToUTF8Throw()Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-04-21fs/Charset: throw exception on errorMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-05fs/Path: reimplement GetSuffix() using GetBase() and StringFindLast()Max Kellermann
2015-03-05fs/Path: use the "const_pointer" typedefMax Kellermann
2015-03-01fs/Path: add method GetSuffix()Max Kellermann
2015-01-01Copyright year 2015Max 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-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax 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: make fs_charset staticMax Kellermann
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann
2013-10-14fs/Path: add separator constants/functionsMax Kellermann
2013-10-14fs/Path: add method RelativeFS()Max Kellermann
2013-10-02Log: new logging library APIMax 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-09-05mpd_error.h: remove obsolete headerMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
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-28Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov
2013-01-26Path: ToUTF() returns std::stringDenis Krjuchkov
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov