Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -33/+0 |
| | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | queue: duplicate all song objects | Max Kellermann | 2012-08-15 | 1 | -0/+33 |
Make sure the queue "owns" all song objects, so nobody else can free them. |