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