summaryrefslogtreecommitdiff
path: root/src/fs/AllocatedPath.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-04-03fs/AllocatedPath: pass std::string_view to FromUTF8()Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-24fs/Features: add macro FS_CHARSET_ALWAYS_UTF8Max Kellermann
2019-04-24fs/Charset: move HAVE_FS_CHARSET to Features.hxxMax Kellermann
2019-04-24fs/AllocatedPath: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-18fs/AllocatedPath: divert some methods to class PathMax Kellermann
2017-12-27fs/AllocatedPath: drop obsolete GCC checkMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-10fs/AllocatedPath: remove the obsolete class Error overloadMax Kellermann
2016-04-21fs/AllocatedPath: add method FromUTF8Throw()Max Kellermann
2016-04-21fs/Charset: throw exception on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann
2015-02-28fs/AllocatedPath: use PathTraitsFS::Relative()Max Kellermann
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann
2015-02-25fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-30fs/Charset: return std::string from PathFromUTF8()Max Kellermann
2014-11-29fs/Charset: add macro HAVE_FS_CHARSETMax Kellermann
2014-11-28Compiler.h: exclude clang from GCC_CHECK_VERSION()Max Kellermann
2014-11-18Merge tag 'v0.18.18' into v0.19.xMax Kellermann
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz
2014-02-17fs/Charset: disable if GLib is disabledMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-05fs/AllocatedPath.cxx: don't use g_path_get_dirnameDenis Krjuchkov
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-12-03fs/AllocatedPath: use PathTraits::BuildFSDenis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann