summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TypoMinh Nguyễn2015-04-301-1/+1
* Pause collection when tearing down MGLMapboxEvents for whatever reasonMinh Nguyễn2015-04-301-0/+4
* Tied NSURLSession lifetime to metrics collectionMinh Nguyễn2015-04-301-3/+5
* Turned class methods into instance methodsMinh Nguyễn2015-04-303-35/+41
* Objective-C nicetiesMinh Nguyễn2015-04-304-17/+21
* Merge pull request #1065 from mapbox/1065-separate-ui-from-map-threadJohn Firebaugh2015-04-3085-2013/+1374
|\
| * Disable headless tests temporarilyJohn Firebaugh2015-04-301-2/+0
| * Deactivate after cleanupJohn Firebaugh2015-04-301-1/+2
| * Restructure *Request and ContextJohn Firebaugh2015-04-2814-503/+311
| * Avoid binding a shared_ptr<TileData> in the work callbackJohn Firebaugh2015-04-281-4/+7
| * Convert Style to unique_ptr and pass by referenceJohn Firebaugh2015-04-2810-39/+19
| * Move Worker to StyleJohn Firebaugh2015-04-287-14/+13
| * Rewrite Worker in terms of Thread<>John Firebaugh2015-04-286-174/+37
| * MapContext::updated doesn't need to be atomicJohn Firebaugh2015-04-282-9/+9
| * Move Environment to MapContextJohn Firebaugh2015-04-284-38/+10
| * Inline getWorker()John Firebaugh2015-04-282-7/+1
| * Remove unused includesJohn Firebaugh2015-04-284-26/+2
| * Move still image callback to MapContextJohn Firebaugh2015-04-285-29/+26
| * Move style info to MapContextJohn Firebaugh2015-04-285-72/+42
| * Combine update and triggerUpdateJohn Firebaugh2015-04-282-33/+25
| * Resize view from map threadJohn Firebaugh2015-04-2811-16/+23
| * Remove Map::start/stopJohn Firebaugh2015-04-2819-207/+49
| * Log each test subcase during headless testsJohn Firebaugh2015-04-281-2/+3
| * Encapsulate access to Thread's uv_loop_tJohn Firebaugh2015-04-283-13/+13
| * Fully cancel the sprite requestsJohn Firebaugh2015-04-282-4/+6
| * Remove redundant Style instantiationJohn Firebaugh2015-04-281-2/+0
| * Kill overly-verbose outputJohn Firebaugh2015-04-281-4/+0
| * Enforce that transformState belongs to Map threadJohn Firebaugh2015-04-286-26/+21
| * Ignore test generated filesJohn Firebaugh2015-04-281-0/+1
| * Update mapbox-gl-test-suiteJohn Firebaugh2015-04-282-1/+1
| * Log error as ErrorJohn Firebaugh2015-04-281-1/+1
| * LiveTileData with no data should end up in parsed state, not obsoleteJohn Firebaugh2015-04-281-2/+0
| * Clean up SpriteJohn Firebaugh2015-04-283-61/+50
| * Implement Style::isLoadedJohn Firebaugh2015-04-285-1/+37
| * Following kkaefer's view changesJohn Firebaugh2015-04-2811-73/+18
| * WIP: Use Thread<MapContext>John Firebaugh2015-04-2811-457/+198
| * Provide Thread objects with access to loopJohn Firebaugh2015-04-285-7/+11
| * Prepare for using Thread<MapContext>John Firebaugh2015-04-283-9/+37
| * updateAnnotationTiles is called within invoke*John Firebaugh2015-04-282-4/+2
| * Privatize remaining MapContext membersJohn Firebaugh2015-04-285-59/+81
| * Move run() to MapContextJohn Firebaugh2015-04-286-146/+136
| * Fix buildJohn Firebaugh2015-04-284-5/+6
| * #include <atomic>John Firebaugh2015-04-281-0/+1
| * remove some unused includesKonstantin Käfer2015-04-2823-77/+119
| * move uv version check to uv.cppKonstantin Käfer2015-04-282-20/+21
| * move most private Map code to MapContextKonstantin Käfer2015-04-2819-431/+481
| * move rendering mode enum to MapData objectKonstantin Käfer2015-04-285-27/+37
| * move asyncRender to MapContextKonstantin Käfer2015-04-284-37/+43
| * move getSprite to MapContextKonstantin Käfer2015-04-284-20/+30
| * move Style to MapContextKonstantin Käfer2015-04-283-33/+30