summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Suppressed an uninitialized value warning from the static analyzerMinh Nguyễn2015-05-051-6/+3
* Fixed dead store analyzer warningsMinh Nguyễn2015-05-054-22/+0
* Fixed NSMutableString leakMinh Nguyễn2015-05-051-4/+2
* Merge pull request #1380 from mapbox/benchmarkKonstantin Käfer2015-05-0554-9/+8817
|\
| * don't trigger cleanups when we're not renderingKonstantin Käfer2015-05-051-2/+2
| * [iOS] add benchmarking applicationKonstantin Käfer2015-05-0544-1/+8760
| * add Map::isFullyLoaded()Konstantin Käfer2015-05-058-3/+36
| * decode URLS when loading from file systemKonstantin Käfer2015-05-051-2/+3
| * show failed glyph URLKonstantin Käfer2015-05-051-1/+1
| * [iOS] send map rendering notificationsKonstantin Käfer2015-05-051-0/+4
| * [iOS] allow calling invalidate() on MGLMapViewKonstantin Käfer2015-05-051-0/+11
|/
* Merge pull request #1418 from mapbox/1418-correct-aspect-ratio-after-rotationKonstantin Käfer2015-05-051-2/+3
|\
| * apply the framebuffer size before calling updateMatrices()Konstantin Käfer2015-05-051-2/+3
|/
* Merge pull request #1419 from mapbox/strict-pauseJohn Firebaugh2015-05-045-12/+10
|\
| * Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-045-12/+10
|/
* Update a couple more spots in README with new requirementsJohn Firebaugh2015-05-041-4/+3
* Merge pull request #1415 from mapbox/1413-install-ios-docsJustin R. Miller2015-05-045-8/+37
|\
| * use brew git to get tag flag neededJustin R. Miller2015-05-041-0/+3
| * improvements to source install docs scriptJustin R. Miller2015-05-041-3/+5
| * missing docs tuneupsJustin R. Miller2015-05-041-3/+7
| * add HTML docs generation to iOS packaging scriptJustin R. Miller2015-05-042-2/+22
* | Merge pull request #1412 from mapbox/1309-another-tryJohn Firebaugh2015-05-0415-56/+127
|\ \ | |/ |/|
| * Join worker tasks before destroying TileDataJohn Firebaugh2015-05-0411-40/+111
| * C++14John Firebaugh2015-05-041-2/+3
| * Build with clang 3.5John Firebaugh2015-05-041-6/+6
| * Build with gcc 4.9John Firebaugh2015-05-044-10/+9
* | update iOS 8.x target mentionJustin R. Miller2015-05-041-1/+1
* | iOS tests docs fixesJustin R. Miller2015-05-041-1/+1
* | Merge pull request #1411 from mapbox/1410-one-kilometerBrad Leege2015-05-041-1/+1
|\ \
| * | #1410 - Switching Metrics Location Manager's desiredAccuracy to 1 Kilometer f...Brad Leege2015-05-041-1/+1
| |/
* | Merge pull request #1400 from mapbox/1ec5-disable-events-163Minh Nguyễn2015-05-041-8/+3
|\ \ | |/ |/|
| * Avoid creating MGLMapboxEvents when Metrics is disabledMinh Nguyễn2015-05-011-8/+3
* | Merge pull request #1325 from mapbox/1325-simplify-render-pathKonstantin Käfer2015-05-0457-328/+851
|\ \
| * | 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
|/ /