summaryrefslogtreecommitdiff
path: root/include/mbgl/util/run_loop.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-5/+5
| | | | Backported patches fixing ARMv5 support for issue #3985.
* [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
| | | | Also implement a Timer and AsyncTask based on Android's Looper.
* [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
| | | | | | | | Should not be used at all, added for a corner case on OSX network backend where the request is processed on a worker thread managed by OSX and we need to wait for that reply before destroying the thread that pushed the request.
* [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
| | | | | Moved the fd watcher to the RunLoop. So far only needs to be implemented by platforms using HTTPCurlRequest et al.
* [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
This should be abstracted by util::RunLoop