aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* DetachedSong: move code from Update() to LoadFile()Max Kellermann2015-10-201-0/+6
* DetachedSong: remove obsolete friend declarationMax Kellermann2015-01-121-1/+0
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-291-1/+1
* DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann2014-08-281-16/+21
* Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann2014-02-071-0/+3
* DetachedSong: un-inline the destructorMax Kellermann2014-01-231-0/+2
* DetachedSong: add attribute "real_uri"Max Kellermann2014-01-211-3/+34
* DetachedSong: remove parameter names from "defaulted" constructorsMax Kellermann2014-01-211-2/+2
* DetachedSong: use "default" copy/move constructorsMax Kellermann2014-01-211-10/+2
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-3/+3
* Mapper: add function map_song_detach()Max Kellermann2014-01-171-2/+4
* DetachedSong: add method Update()Max Kellermann2014-01-151-0/+7
* DetachedSong: remove misplaced std::move()Max Kellermann2014-01-151-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+184