summaryrefslogtreecommitdiff
path: root/src/DetachedSong.hxx
AgeCommit message (Expand)Author
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-18DetachedSong: use C++11 initializersMax Kellermann
2017-01-15DetachedSong: compare start_time and end_time in IsSame()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23Merge tag 'v0.19.13'Max Kellermann
2016-02-23DetachedSong: add method MoveTagItemsFrom()Max Kellermann
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann
2015-01-12DetachedSong: remove obsolete friend declarationMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-01-23DetachedSong: un-inline the destructorMax Kellermann
2014-01-21DetachedSong: add attribute "real_uri"Max Kellermann
2014-01-21DetachedSong: remove parameter names from "defaulted" constructorsMax Kellermann
2014-01-21DetachedSong: use "default" copy/move constructorsMax 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-15DetachedSong: add method Update()Max Kellermann
2014-01-15DetachedSong: remove misplaced std::move()Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann