aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mixer: add class MixerListenerMax Kellermann2014-02-191-3/+0
| | | | Use a listener interface instead of GlobalEvents.
* GlobalEvents: remove obsolete event DELETEMax Kellermann2014-02-041-3/+0
|
* db/update: convert to OO APIMax Kellermann2014-01-301-3/+0
| | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann2013-08-071-1/+3
|
* SignalHandlers: move code to new class SignalMonitorMax Kellermann2013-08-071-3/+2
|
* GlobalEvents: include windows.h for DELETE macro workaroundMax Kellermann2013-04-171-0/+1
|
* GlobalEvents: #undef DELETE on WindowsMax Kellermann2013-01-111-0/+8
| | | | Work around a build failure due to windows.h macro.
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-101-7/+0
| | | | Use a bit field instead of a mutex-protected bool array.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-0/+70