summaryrefslogtreecommitdiff
path: root/platform/default/run_loop.cpp
Commit message (Expand)AuthorAgeFilesLines
* [default] uv_run should use UV_RUN_NOWAITThiago Marcos P. Santos2016-07-221-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-2/+2
* [core] Fix RunLoop::run() behavior when called a second timeJohn Firebaugh2016-03-081-0/+1
* Revert "[core] libuv unref() not really needed"Thiago Marcos P. Santos2016-02-241-1/+28
* [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-201-28/+1
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-25/+1
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-1/+25
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-1/+29
* [core] Better C++ usage on RunLoopThiago Marcos P. Santos2015-12-081-4/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-3/+3
* [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-011-1/+3
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-011-0/+106
* [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-011-2/+8
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-6/+16
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-0/+83