Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event: introduce generic API for internal event loop | Denis Krjuchkov | 2013-11-28 | 1 | -27/+14 |
| | |||||
* | Add infrastructure for using multiple event loops | Denis Krjuchkov | 2013-11-27 | 1 | -5/+18 |
| | | | | | | | | | | | | This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well. | ||||
* | event/SocketMonitor: add method Abandon() | Max Kellermann | 2013-11-06 | 1 | -2/+7 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | system/clock: convert to C++ | Max Kellermann | 2013-10-15 | 1 | -4/+4 |
| | |||||
* | EventLoop: initialise the thread id explicitly | Max Kellermann | 2013-08-10 | 1 | -1/+2 |
| | |||||
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 1 | -0/+196 |
| | | | | Implement an event loop without GLib. | ||||
* | thread/Id: new class replacing GThread pointers | Max Kellermann | 2013-08-10 | 1 | -3/+3 |
| | | | | Remove a GLib dependencies from class EventLoop and DatabaseLock. | ||||
* | EventLoop: add methodd IsInside() | Max Kellermann | 2013-08-08 | 1 | -0/+5 |
| | | | | | Track which thread runs the EventLoop and provide a check whether we're currently inside. | ||||
* | EventLoop: un-inline Run() and others | Max Kellermann | 2013-08-08 | 1 | -0/+57 |
Prepare for adding more code. |