aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistSong.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-3/+3
| | | | | | 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.
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-2/+4
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-2/+0
| | | | The "bool" type is built-in.
* playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-021-0/+37