summaryrefslogtreecommitdiff
path: root/include/mbgl/util/run_loop.hpp
Commit message (Expand)AuthorAgeFilesLines
* [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-5/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [android] Introduce RunLoop based on LooperThiago Marcos P. Santos2016-04-061-1/+2
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-3/+0
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-281-1/+1
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-0/+3
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-011-0/+14
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-16/+7
* [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-12/+33
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-0/+159