summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1326 from mapbox/925-remove_promisesios-v0.2.20John Firebaugh2015-05-0521-204/+568
|\
| * Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-058-18/+37
| * Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-056-80/+108
| * Make GlyphStore observableThiago Marcos P. Santos2015-05-054-2/+42
| * Add partial tile parsingThiago Marcos P. Santos2015-05-058-34/+135
| * Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-059-64/+69
| * Update the tiles via ResourceLoaderThiago Marcos P. Santos2015-05-053-5/+31
| * Notify data changes using Observer patternThiago Marcos P. Santos2015-05-055-24/+64
| * Introduce the ResourceLoaderThiago Marcos P. Santos2015-05-054-7/+112
* | [publish ios-v0.2.20]Justin R. Miller2015-05-050-0/+0
* | bump podspec to 0.2.20Justin R. Miller2015-05-051-1/+1
|/
* 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