aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* copyright year 2014Max Kellermann2014-01-131-1/+1
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* *: use nullptr instead of NULLMax Kellermann2013-10-191-2/+2
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-1/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* event/DeferredMonitor: rename Run() to RunDeferred()Max Kellermann2013-08-071-2/+2
* event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann2013-08-071-2/+5
* event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann2013-08-071-12/+18
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+2
* GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann2013-02-271-28/+5
* GlobalEvents: wake up only if the flags were emptyMax Kellermann2013-02-271-1/+1
* Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann2013-02-271-1/+1
* WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov2013-01-131-1/+1
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-101-31/+8
* GlobalEvents: move code to class WakeFDMax Kellermann2013-01-091-27/+11
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-0/+153