summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump podspec to 0.2.19ios-v0.2.19Justin R. Miller2015-05-011-1/+1
* Merge pull request #1292 from mapbox/1266-slippyMinh Nguyễn2015-05-011-25/+93
|\
| * Fixed build errors from mergeMinh Nguyễn2015-05-011-2/+2
| * Merge branch 'master' into 1266-slippyJustin R. Miller2015-05-01201-4053/+3444
| |\ | |/ |/|
* | [publish ios-v0.2.18]Justin R. Miller2015-04-300-0/+0
* | bump podspec to 0.2.18ios-v0.2.18Justin R. Miller2015-04-301-1/+1
* | fix pixelForLatLng during animated zoomAnsis Brammanis2015-04-301-4/+6
* | fixes #1102: implement reference-counted shared file cache vendorJustin R. Miller2015-04-304-19/+99
* | Merge pull request #1386 from mapbox/1103-no-clobber-pointersJustin R. Miller2015-04-301-106/+106
|\ \
| * | fixes #1103: allow multiple maps by not using global pointersJustin R. Miller2015-04-301-106/+106
* | | Fixed iOS 7 test breakage and crash from #1382Minh Nguyễn2015-04-301-2/+8
* | | Merge pull request #1370 from mapbox/compass-1xJason Wray2015-04-301-0/+0
|\ \ \
| * | | Antialias compass N text, shifted down 1pxJason Wray2015-04-291-0/+0
| * | | Antialias compass N textJason Wray2015-04-291-0/+0
* | | | Merge pull request #1382 from mapbox/1ec5-events-nitsMinh Nguyễn2015-04-306-51/+67
|\ \ \ \
| * | | | 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 branch '1368-http-request-crash'John Firebaugh2015-04-303-76/+78
|\ \ \ \ \
| * | | | | Copy resourceJohn Firebaugh2015-04-301-2/+2
| * | | | | uv::handle base classJohn Firebaugh2015-04-301-54/+36
| * | | | | Introduce and use uv::timerJohn Firebaugh2015-04-302-34/+64
| * | | | | Use uv::asyncJohn Firebaugh2015-04-301-14/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #1383 from mapbox/1381-accuracy-throttleBrad Leege2015-04-302-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | #1381 - Setting desiredAccuracy to 3KMBrad Leege2015-04-302-0/+1
| |/ / /
* | | | Merge pull request #1379 from mapbox/readme-updateJohn Firebaugh2015-04-301-4/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Manual configure is not requiredJohn Firebaugh2015-04-301-4/+0
| * | | export CXX=g++-4.8 is requiredJohn Firebaugh2015-04-301-0/+1
|/ / /
* | | 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