aboutsummaryrefslogtreecommitdiffstats
path: root/src/Queue.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-5/+0
| | | | Fixes regression from commit e96779d.
* Queue: add method ModifyAtPosition()Max Kellermann2013-10-221-0/+11
|
* Queue: ModifyAtOrder() does not increment versionMax Kellermann2013-10-221-1/+2
| | | | | Leave that to the caller, allowing it to modify multiple items at a time.
* *: use references instead of pointersMax Kellermann2013-10-191-3/+3
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-5/+8
|
* Queue: move code to new class IdTableMax Kellermann2013-01-081-11/+4
|
* Queue: rename internal typesMax Kellermann2013-01-081-6/+6
|
* Queue: move HASH_MULT and Item into the Queue classMax Kellermann2013-01-081-29/+27
|
* Queue: move GenerateId() and others into the classMax Kellermann2013-01-081-0/+38
|
* Queue: don't include glib.hMax Kellermann2013-01-071-3/+1
|
* Queue: use C++ random instead of GLib's GRandMax Kellermann2013-01-071-1/+2
|
* Queue: move queue_shuffle_order_first() into the classMax Kellermann2013-01-071-0/+2
|
* Queue: move queue_shuffle_order_range() into the classMax Kellermann2013-01-071-0/+6
|
* Queue: use std::swapMax Kellermann2013-01-061-3/+3
|
* queue: convert all functions to methodsMax Kellermann2013-01-061-231/+186
|
* Queue: add constructor and destructorMax Kellermann2013-01-061-13/+11
|
* playlist: convert to C++Max Kellermann2013-01-041-0/+379