aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongPrint.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: add command "listfiles"Max Kellermann2014-03-011-4/+4
| | | | Lists files and directories. Supports storage plugins.
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-3/+3
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+7
| | | | | | 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.
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-3/+3
|
* *_print: convert to C++Max Kellermann2013-01-021-0/+32