aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-19Mixer: add class MixerListenerMax Kellermann1-3/+0
Use a listener interface instead of GlobalEvents.
2014-02-04GlobalEvents: remove obsolete event DELETEMax Kellermann1-3/+0
2014-01-30db/update: convert to OO APIMax Kellermann1-3/+0
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-08-07event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann1-1/+3
2013-08-07SignalHandlers: move code to new class SignalMonitorMax Kellermann1-3/+2
2013-04-17GlobalEvents: include windows.h for DELETE macro workaroundMax Kellermann1-0/+1
2013-01-11GlobalEvents: #undef DELETE on WindowsMax Kellermann1-0/+8
Work around a build failure due to windows.h macro.
2013-01-10GlobalEvents: lock-less operation using std::atomicMax Kellermann1-7/+0
Use a bit field instead of a mutex-protected bool array.
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-0/+70