Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add infrastructure for using multiple event loops | Denis Krjuchkov | 2013-11-27 | 1 | -0/+13 |
| | | | | | | | | | | | | 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. | ||||
* | configure.ac: pass option name to MPD_OPTIONAL_FUNC() | Max Kellermann | 2013-08-07 | 1 | -5/+5 |
| | |||||
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -0/+12 |
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion. |