summaryrefslogtreecommitdiff
path: root/src/db/plugins/simple
AgeCommit message (Expand)Author
2019-06-17Merge branch 'v0.21.x'Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-16db/Interface: CollectUniqueTags() allows multiple "groups"Max Kellermann
2019-05-22db/simple/Song: allow LoadFile(), UpdateFile() to throwMax Kellermann
2019-05-21db/simple/Song: wrap in std::unique_ptr<>Max Kellermann
2019-05-21db/simple/Song: move struct Disposer to separate headerMax Kellermann
2019-05-21db/simple/Song: add `noexcept`Max Kellermann
2019-05-21db/simple/Song: include cleanupMax Kellermann
2019-05-08util/Time*: move to time/Max Kellermann
2019-02-22db/simple: call ReturnSong() on mounted databaseMax Kellermann
2019-02-22db/simple: use C++11 initializerMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/simple: reorder checks in assert() to fix assertion failureMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-20db/simple/Directory: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-09-02db/Print: move sort/window emulation code to class DatabaseVisitorHelperMax Kellermann
2018-09-02db/simple: pass DatabaseSelection to WalkMount()Max Kellermann
2018-09-02db/Interface: add "noexcept"Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-06db/simple: add an AudioFormat to each SongMax Kellermann
2018-07-06db/simple/Song: remove obsolete commentMax Kellermann
2018-07-06db/simple/Song: use C++11 initializersMax Kellermann
2018-07-06db/LightSong: pass URI to constructorMax Kellermann
2018-07-06db/LightSong: make Tag a referenceMax Kellermann
2018-07-06db/simple: wrap LightSong in Manual<>Max Kellermann
2018-01-21SongUpdate: add "noexcept"Max Kellermann
2018-01-20Merge branch 'v0.20.x'Max Kellermann
2018-01-19db/simple/Mount: drop mount point prefix from LOCATE_TAG_BASE_TYPEMax Kellermann
2018-01-19util/RefCount, db/simple/Mount: remove obsolete libc++ workaroundsMax Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-12-21Merge branch 'v0.20.x'Max Kellermann
2017-12-21db/simple: fix file corruption in the presence of mount pointsMax Kellermann
2017-12-18Merge tag 'v0.20.13'Max Kellermann
2017-12-18Fix `lsinfo` and `add` for mounted databases.FlashSystems
2017-12-18Compiler.h: add gcc_returns_nonnull, gcc_returns_twiceMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-12-03Merge branch 'v0.20.x'Max Kellermann
2017-12-03Removing gcc_malloc attribute from `Directory::CreateChild` to fixFlashSystems
2017-11-27Fix for "Mount-Points are purged from database on update/rescan."FlashSystems
2017-11-26SongSave: wrap DetachedSong* in std::unique_ptrMax Kellermann
2017-08-24db/DatabasePlugin: pass EventThread's EventLoop to create()Max Kellermann
2017-08-18DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...Max Kellermann