summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lower thread priority of worker threadsKonstantin Käfer2015-05-0412-6/+48
* check for errorsKonstantin Käfer2015-05-041-4/+4
* fix needsUpload()Konstantin Käfer2015-05-041-1/+1
* don't reallocate the Glyph atlas too oftenKonstantin Käfer2015-05-041-12/+35
* only update GL state when it actually changedKonstantin Käfer2015-05-0412-83/+340
* add gl::groups back for easier debugging in XcodeKonstantin Käfer2015-05-043-65/+99
* rename prepare => upload and determine passes per layer instead of per bucketKonstantin Käfer2015-05-0414-36/+91
* make sure we always to a full upload after sprite atlas resizesKonstantin Käfer2015-05-042-3/+5
* upload all GL objects before rendering a frameKonstantin Käfer2015-05-0413-21/+111
* add prepare() functionKonstantin Käfer2015-05-0412-20/+60
* remove hasData() from Bucket interfaceKonstantin Käfer2015-05-0411-22/+6
* add upload API to gl objectsKonstantin Käfer2015-05-046-45/+26
* create the tile list staticallyKonstantin Käfer2015-05-043-2/+18
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-0411-106/+105
* Merge pull request #1406 from mapbox/coverity-fixesDane Springmeyer2015-05-032-11/+11
|\
| * fix more 'result is not floating point' coverity warningsDane Springmeyer2015-05-031-4/+4
| * fix integer division to work in doubles in transform.cppDane Springmeyer2015-05-031-7/+7
|/
* RunLoop must outlive ObjectJohn Firebaugh2015-05-021-3/+3
* Fix CURL handle leak (fixes #1394)John Firebaugh2015-05-011-0/+5
* Fix potential crashJohn Firebaugh2015-05-011-2/+2
* Merge branch 'uv_leak'John Firebaugh2015-05-016-170/+75
|\
| * Eliminate uv::async leak (fixes #1393)John Firebaugh2015-05-013-24/+18
| * Write SQLite tests in terms of ImplJohn Firebaugh2015-05-013-146/+57
* | More bandaids to avoid #1309John Firebaugh2015-05-015-15/+15
* | Reset previous style before creating new oneJohn Firebaugh2015-05-011-0/+2
* | Merge pull request #1397 from mapbox/clang-3.6John Firebaugh2015-05-016-12/+8
|\ \ | |/ |/|
| * fix compile with clang-3.6Dane Springmeyer2015-05-016-12/+8
|/
* Replace unsafe use of future with packaged_taskJohn Firebaugh2015-05-011-8/+8
* Merge pull request #1392 from mapbox/valgrindJohn Firebaugh2015-05-012-4/+4
|\
| * Fix intended identity comparisonsJohn Firebaugh2015-05-011-2/+2
| * Fix uninitialized variableJohn Firebaugh2015-05-011-2/+2
|/
* [publish ios-v0.2.19]Justin R. Miller2015-05-010-0/+0
* 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