aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistGlobal.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* Main: move global variables to struct InstanceMax Kellermann2013-04-171-3/+3
| | | | More preparations for multi-player support.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-3/+3
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-4/+1
|
* Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann2013-01-091-0/+1
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-3/+2
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-13/+5
| | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process.
* Playlist: pass max_length to playlist_init()Max Kellermann2013-01-041-2/+2
| | | | Move the configuration lookup to Main.cxx.
* playlist: convert to C++Max Kellermann2013-01-041-0/+60