aboutsummaryrefslogtreecommitdiffstats
path: root/test/FakeSong.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-33/+0
| | | | | 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
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* queue: duplicate all song objectsMax Kellermann2012-08-151-0/+33
Make sure the queue "owns" all song objects, so nobody else can free them.