summaryrefslogtreecommitdiff
path: root/src/mbgl/util/worker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-6/+6
* [core] Annotation refactorJohn Firebaugh2015-10-201-3/+3
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-241-4/+4
* Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-161-6/+2
* Make one arg ctors explicitThiago Marcos P. Santos2015-07-111-1/+1
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-1/+1
* Report errors when parsing raster tilesThiago Marcos P. Santos2015-07-021-3/+12
* Simplify RunLoopJohn Firebaugh2015-07-011-12/+17
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-011-2/+6
* Single-purpose Worker functionsJohn Firebaugh2015-07-011-4/+36
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-21/+9
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-1/+10
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+2
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+2
* make WorkRequests cancelableKonstantin Käfer2015-05-081-14/+11
* Reference safety for Worker after callbacksJohn Firebaugh2015-05-061-2/+9
* Join worker tasks before destroying TileDataJohn Firebaugh2015-05-041-4/+10
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-1/+2
* More bandaids to avoid #1309John Firebaugh2015-05-011-2/+2
* Rewrite Worker in terms of Thread<>John Firebaugh2015-04-281-57/+13
* Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-091-0/+73