aboutsummaryrefslogtreecommitdiff
path: root/src/GlobalEvents.hxx
Commit message (Collapse)AuthorAge
* GlobalEvents: #undef DELETE on WindowsMax Kellermann2013-01-11
| | | | Work around a build failure due to windows.h macro.
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-10
| | | | Use a bit field instead of a mutex-protected bool array.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-09