Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mapper: add function map_song_detach() | Max Kellermann | 2014-01-17 | 1 | -2/+4 |
| | | | | | | Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon. | ||||
* | DetachedSong: add method Update() | Max Kellermann | 2014-01-15 | 1 | -0/+7 |
| | | | | | Don't create an intermediate Song instance when all we want is a DetachedSong. | ||||
* | DetachedSong: remove misplaced std::move() | Max Kellermann | 2014-01-15 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -0/+184 |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. |