Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -9/+9 |
| | |||||
* | Queue: use std::stable_sort() instead of g_qsort_with_data() | Max Kellermann | 2013-01-08 | 1 | -26/+8 |
| | |||||
* | song: don't use GLib | Max Kellermann | 2013-01-08 | 1 | -0/+2 |
| | |||||
* | Queue: allocate memory with new/delete | Max Kellermann | 2013-01-08 | 1 | -5/+5 |
| | |||||
* | Queue: use signed integer instead of G_MAXUINT | Max Kellermann | 2013-01-08 | 1 | -1/+1 |
| | | | | The check for unsigned underflow is fragile and unreliable. | ||||
* | Queue: move code to new class IdTable | Max Kellermann | 2013-01-08 | 1 | -36/+12 |
| | |||||
* | Queue: rename internal types | Max Kellermann | 2013-01-08 | 1 | -13/+13 |
| | |||||
* | Queue: move GenerateId() and others into the class | Max Kellermann | 2013-01-08 | 1 | -82/+43 |
| | |||||
* | Queue: use C++ random instead of GLib's GRand | Max Kellermann | 2013-01-07 | 1 | -9/+16 |
| | |||||
* | Queue: move queue_shuffle_order_first() into the class | Max Kellermann | 2013-01-07 | 1 | -5/+4 |
| | |||||
* | Queue: move queue_shuffle_order_range() into the class | Max Kellermann | 2013-01-07 | 1 | -12/+7 |
| | |||||
* | Queue: use std::swap | Max Kellermann | 2013-01-06 | 1 | -4/+1 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -179/+163 |
| | |||||
* | Queue: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -27/+19 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+604 |