index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
Interface.hxx
Age
Commit message (
Expand
)
Author
2020-04-08
db/Interface: pass std::string_view to GetSong()
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-16
db/Interface: CollectUniqueTags() allows multiple "groups"
Max Kellermann
2018-11-19
db/Interface: document CollectUniqueTags()
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-11-19
db/Interface: make the constructor `protected`
Max Kellermann
2018-10-22
Merge branch 'v0.20.x'
Max Kellermann
2018-10-22
db: fix broken command "list ... group"
Max Kellermann
2018-09-02
db/Interface: add "noexcept"
Max Kellermann
2018-09-02
db/Interface: add more documentation about exceptions
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-06-03
storage, db, mixer, command: remove more bogus "pure" attributes
Max Kellermann
2017-02-11
db/Interface: GetUpdateStamp() returns std::chrono::system_clock::time_point
Max Kellermann
2017-02-08
db/Interface: clarify GetSong() error handling
Max Kellermann
2017-02-08
tag/Mask: wrap in class
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/Interface: migrate Update() from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/Interface: migrate visitor methods from class Error to C++ exceptions
Max Kellermann
2016-03-19
db/Interface: GetSong() throws exception on error
Max Kellermann
2016-03-19
db/Interface: Open() throws exception on error
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-08-24
db/UniqueTags, tag/Set, ...: use typedef tag_mask_t
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-07-29
db/Interface: add virtual method Update()
Max Kellermann
2014-04-24
DatabaseCommands: "list" allows grouping
Max Kellermann
2014-02-19
db/Interface: add attribute "plugin"
Max Kellermann
2014-02-19
DatabasePlugin: split header
Max Kellermann