summaryrefslogtreecommitdiff
path: root/src/Queue.hxx
AgeCommit message (Expand)Author
2013-01-08Queue: move code to new class IdTableMax Kellermann
2013-01-08Queue: rename internal typesMax Kellermann
2013-01-08Queue: move HASH_MULT and Item into the Queue classMax Kellermann
2013-01-08Queue: move GenerateId() and others into the classMax Kellermann
2013-01-07Queue: don't include glib.hMax Kellermann
2013-01-07Queue: use C++ random instead of GLib's GRandMax Kellermann
2013-01-07Queue: move queue_shuffle_order_first() into the classMax Kellermann
2013-01-07Queue: move queue_shuffle_order_range() into the classMax Kellermann
2013-01-06Queue: use std::swapMax Kellermann
2013-01-06queue: convert all functions to methodsMax Kellermann
2013-01-06Queue: add constructor and destructorMax Kellermann
2013-01-04playlist: convert to C++Max Kellermann