summaryrefslogtreecommitdiff
path: root/platform/default/async_task.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-1/+1
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-101-7/+1
* Revert "[core] libuv unref() not really needed"Thiago Marcos P. Santos2016-02-241-0/+1
* [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-201-1/+0
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-8/+1
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-031-2/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-011-9/+36
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-011-1/+1
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-1/+1
* [core] Introduce the AsyncTaskThiago Marcos P. Santos2015-12-011-0/+53