Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -5/+8 |
* | Queue: move code to new class IdTable | Max Kellermann | 2013-01-08 | 1 | -11/+4 |
* | Queue: rename internal types | Max Kellermann | 2013-01-08 | 1 | -6/+6 |
* | Queue: move HASH_MULT and Item into the Queue class | Max Kellermann | 2013-01-08 | 1 | -29/+27 |
* | Queue: move GenerateId() and others into the class | Max Kellermann | 2013-01-08 | 1 | -0/+38 |
* | Queue: don't include glib.h | Max Kellermann | 2013-01-07 | 1 | -3/+1 |
* | Queue: use C++ random instead of GLib's GRand | Max Kellermann | 2013-01-07 | 1 | -1/+2 |
* | Queue: move queue_shuffle_order_first() into the class | Max Kellermann | 2013-01-07 | 1 | -0/+2 |
* | Queue: move queue_shuffle_order_range() into the class | Max Kellermann | 2013-01-07 | 1 | -0/+6 |
* | Queue: use std::swap | Max Kellermann | 2013-01-06 | 1 | -3/+3 |
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -231/+186 |
* | Queue: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -13/+11 |
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+379 |