summaryrefslogtreecommitdiff
path: root/src/db/Interface.hxx
AgeCommit message (Expand)Author
2020-04-08db/Interface: pass std::string_view to GetSong()Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-16db/Interface: CollectUniqueTags() allows multiple "groups"Max Kellermann
2018-11-19db/Interface: document CollectUniqueTags()Max Kellermann
2018-11-19db/Interface: remove IsPlugin(), use `dynamic_cast` insteadMax Kellermann
2018-11-19db/Interface: make the constructor `protected`Max Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-09-02db/Interface: add "noexcept"Max Kellermann
2018-09-02db/Interface: add more documentation about exceptionsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-06-03storage, db, mixer, command: remove more bogus "pure" attributesMax Kellermann
2017-02-11db/Interface: GetUpdateStamp() returns std::chrono::system_clock::time_pointMax Kellermann
2017-02-08db/Interface: clarify GetSong() error handlingMax Kellermann
2017-02-08tag/Mask: wrap in classMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-29db/Interface: migrate Update() from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-03-19db/Interface: GetSong() throws exception on errorMax Kellermann
2016-03-19db/Interface: Open() throws exception on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-08-24db/UniqueTags, tag/Set, ...: use typedef tag_mask_tMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-07-29db/Interface: add virtual method Update()Max Kellermann
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann
2014-02-19db/Interface: add attribute "plugin"Max Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann