summaryrefslogtreecommitdiff
path: root/src/DetachedSong.cxx
AgeCommit message (Expand)Author
2018-07-06db/LightSong: pass URI to constructorMax Kellermann
2018-07-06db/LightSong: make Tag a referenceMax Kellermann
2017-05-15*: add "noexcept" to many, many function prototypesMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-08DetachedSong: add LightSong cast operatorMax Kellermann
2017-02-08DetachedSong: don't declare empty destructorMax Kellermann
2017-02-08DetachedSong: pass std::string&& to uri initializerMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-02-04db/LightSong: make "real_uri" a pointerMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-23DetachedSong: un-inline the destructorMax 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-19Song: embed the Tag object statically into class SongMax Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann