summaryrefslogtreecommitdiff
path: root/src/GlobalEvents.cxx
AgeCommit message (Expand)Author
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-08-07event/DeferredMonitor: rename Run() to RunDeferred()Max Kellermann
2013-08-07event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann
2013-08-07event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-02-27GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann
2013-02-27GlobalEvents: wake up only if the flags were emptyMax Kellermann
2013-02-27Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann
2013-01-13WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov
2013-01-10GlobalEvents: lock-less operation using std::atomicMax Kellermann
2013-01-09GlobalEvents: move code to class WakeFDMax Kellermann
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann