aboutsummaryrefslogtreecommitdiffstats
path: root/src/QueuePrint.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Queue*: move to queue/Max Kellermann2014-01-241-102/+0
|
* Merge branch 'v0.18.x'Max Kellermann2014-01-201-6/+6
|\
| * Queue: rename struct queue to QueueMax Kellermann2014-01-201-6/+6
| | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
* | copyright year 2014Max Kellermann2014-01-131-1/+1
| |
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-1/+1
| | | | | | | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* | include cleanup using iwyuMax Kellermann2013-11-281-5/+0
|/
* *: use references instead of pointersMax Kellermann2013-10-191-20/+20
|
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* queue: convert all functions to methodsMax Kellermann2013-01-061-13/+13
|
* playlist: convert to C++Max Kellermann2013-01-041-2/+2
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-6/+6
|
* client: convert to C++Max Kellermann2013-01-031-1/+1
|
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* *_print: convert to C++Max Kellermann2013-01-021-1/+1
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-3/+3
|
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
|
* queue_print: rename to QueuePrint.cxxMax Kellermann2012-08-291-0/+107