aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ClientList: convert to a classMax Kellermann2013-01-161-0/+2
|
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-141-1/+3
|
* PlayerThread: use pc.cond instead of main_condMax Kellermann2013-01-101-2/+0
| | | | | The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-1/+1
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-1/+1
| | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process.
* main: use C++ compilerMax Kellermann2012-09-281-0/+74