Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-24 | Queue*: move to queue/ | Max Kellermann | 1 | -1/+1 | |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | 1 | -2/+2 | |
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | |||||
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -19/+22 | |
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. | |||||
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | 1 | -31/+44 | |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -3/+4 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -6/+6 | |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -3/+5 | |
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | 1 | -0/+0 | |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -45/+44 | |
2013-01-06 | Queue: add constructor and destructor | Max Kellermann | 1 | -2/+1 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -3/+1 | |
2013-01-03 | Directory: initialise in default constructor | Max Kellermann | 1 | -0/+1 | |
2013-01-03 | Directory: add constructor and destructor | Max Kellermann | 1 | -0/+2 | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -7/+4 | |
2012-08-25 | test/test_queue_priority: fix SIGABRT | Max Kellermann | 1 | -0/+15 | |
2012-08-21 | queue_save: save song priorities | Max Kellermann | 1 | -1/+1 | |
2011-09-16 | test/test_queue_priority: work around "set but not used" warning | Max Kellermann | 1 | -0/+1 | |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | 1 | -0/+174 | |
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". |