aboutsummaryrefslogtreecommitdiff
path: root/src/Queue.cxx
Commit message (Collapse)AuthorAge
* Queue: use std::stable_sort() instead of g_qsort_with_data()Max Kellermann2013-01-08
|
* song: don't use GLibMax Kellermann2013-01-08
|
* Queue: allocate memory with new/deleteMax Kellermann2013-01-08
|
* Queue: use signed integer instead of G_MAXUINTMax Kellermann2013-01-08
| | | | The check for unsigned underflow is fragile and unreliable.
* Queue: move code to new class IdTableMax Kellermann2013-01-08
|
* Queue: rename internal typesMax Kellermann2013-01-08
|
* Queue: move GenerateId() and others into the classMax Kellermann2013-01-08
|
* Queue: use C++ random instead of GLib's GRandMax Kellermann2013-01-07
|
* Queue: move queue_shuffle_order_first() into the classMax Kellermann2013-01-07
|
* Queue: move queue_shuffle_order_range() into the classMax Kellermann2013-01-07
|
* Queue: use std::swapMax Kellermann2013-01-06
|
* queue: convert all functions to methodsMax Kellermann2013-01-06
|
* Queue: add constructor and destructorMax Kellermann2013-01-06
|
* playlist: convert to C++Max Kellermann2013-01-04