Age | Commit message (Expand) | Author |
---|---|---|
2013-07-28 | song: convert header to C++ | Max Kellermann |
2013-01-08 | Queue: move code to new class IdTable | Max Kellermann |
2013-01-08 | Queue: rename internal types | Max Kellermann |
2013-01-08 | Queue: move HASH_MULT and Item into the Queue class | Max Kellermann |
2013-01-08 | Queue: move GenerateId() and others into the class | Max Kellermann |
2013-01-07 | Queue: don't include glib.h | Max Kellermann |
2013-01-07 | Queue: use C++ random instead of GLib's GRand | Max Kellermann |
2013-01-07 | Queue: move queue_shuffle_order_first() into the class | Max Kellermann |
2013-01-07 | Queue: move queue_shuffle_order_range() into the class | Max Kellermann |
2013-01-06 | Queue: use std::swap | Max Kellermann |
2013-01-06 | queue: convert all functions to methods | Max Kellermann |
2013-01-06 | Queue: add constructor and destructor | Max Kellermann |
2013-01-04 | playlist: convert to C++ | Max Kellermann |