summaryrefslogtreecommitdiff
path: root/src/fs/StandardDirectory.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-05-30use std chr functionsRosen Penev
2020-04-03fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)Max Kellermann
2020-03-19[clang-tidy] use default member initRosen Penev
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-10-31fs/StandardDirectory: move USE_XDG to XDG.hxxMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-10-26fs/StandardDirectory: no /etc/passwd lookups on AndroidMax 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-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-02-25fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-08-07fs/StandardDirectory: pass writable string to ParseConfigLine()Max Kellermann
2014-07-11fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-08fs: implemented standard directories APIDenis Krjuchkov