summaryrefslogtreecommitdiff
path: root/src/Mapper.cxx
AgeCommit message (Expand)Author
2020-04-03fs/AllocatedPath: pass std::string_view to FromUTF8()Max Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-29Main: allocate Instance on the stackMax Kellermann
2019-02-05Mapper: remove empty function mapper_finish()Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-03-24Mapper: don't use C-style prototypesMax Kellermann
2015-02-28Mapper: use Path::IsAbsolute()Max Kellermann
2015-02-28fs/Path: pass Path to Relative()Max Kellermann
2015-02-28fs/Path: rename RelativeFS() to Relative()Max Kellermann
2015-02-28Mapper: use class PathMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-07Mapper: obtain music directory from StorageMax Kellermann
2014-02-07Main: check the music directoryMax Kellermann
2014-02-07Mapper: move check_directory() to the filesystem libraryMax Kellermann
2014-02-07Main: chop separators from music directoryMax Kellermann
2014-02-07Mapper: remove unused functionsMax Kellermann
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann
2014-02-07Mapper: remove unused function map_song_fs()Max Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-07Mapper: convert IsInDatabase() check to assertion in map_song_detach()Max Kellermann
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann
2014-01-31Mapper: assert that Song::parent is not nullptrMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-21LightSong: add attribute "real_uri"Max Kellermann
2014-01-21DetachedSong: add attribute "real_uri"Max Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-17Mapper: add function map_song_detach()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-22Mapper: _get_music_directory_utf8() may return nullptrMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
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-17Mapper: use std::stringMax Kellermann
2013-10-15Mapper: remove obsolete variable music_dir_fs_lengthMax Kellermann
2013-10-14fs/Path: add separator constants/functionsMax Kellermann