Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Queue: rename struct queue to Queue | Max Kellermann | 2014-01-20 | 1 | -6/+6 |
| | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -20/+20 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -13/+13 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -6/+6 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | *_print: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | queue_print: rename to QueuePrint.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+107 |