aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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