aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-19*: use nullptr instead of NULLMax Kellermann1-2/+2
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-1/+0
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-08-07event/DeferredMonitor: rename Run() to RunDeferred()Max Kellermann1-2/+2
2013-08-07event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann1-2/+5
2013-08-07event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann1-12/+18
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+2
2013-02-27GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann1-28/+5
2013-02-27GlobalEvents: wake up only if the flags were emptyMax Kellermann1-1/+1
2013-02-27Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann1-1/+1
2013-01-13WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov1-1/+1
2013-01-10GlobalEvents: lock-less operation using std::atomicMax Kellermann1-31/+8
2013-01-09GlobalEvents: move code to class WakeFDMax Kellermann1-27/+11
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-0/+153