summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix collision box clippingAnsis Brammanis2015-06-034-16/+18
* fix hangs caused by redoPlacementAnsis Brammanis2015-06-024-13/+8
* fix android compile errorsAnsis Brammanis2015-06-022-4/+5
* use source zoom level for tile loading errorsAnsis Brammanis2015-06-021-1/+1
* update test suiteAnsis Brammanis2015-06-021-1/+0
* re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
* fix assertion. only include glyphs with metricsAnsis Brammanis2015-06-021-1/+1
* sort overlapping symbols in the y directionAnsis Brammanis2015-06-023-27/+72
* use floats when resampling lines to match -jsAnsis Brammanis2015-05-292-3/+3
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-28113-1154/+2096
|\
| * Remove boost install instructions; now installed via masonJohn Firebaugh2015-05-281-12/+1
| * added link with clang-3.5+ linux installMike Morris2015-05-281-1/+1
| * Linux build instruction updatesAJ Ashton2015-05-281-3/+4
| * Merge pull request #1632 from mapbox/1632-handle_currupt_dataThiago Marcos P. Santos2015-05-2813-65/+182
| |\
| | * Add tests for handling corrupted dataThiago Marcos P. Santos2015-05-283-32/+98
| | * Notify tile parsing errorsThiago Marcos P. Santos2015-05-285-19/+50
| | * Notify glyph parsing errorsThiago Marcos P. Santos2015-05-283-4/+15
| | * Notify sprite parsing errorsThiago Marcos P. Santos2015-05-282-10/+19
| |/
| * Merge pull request #1653 from mapbox/1ec5-init-unfailMinh Nguyễn2015-05-272-30/+13
| |\
| | * Defailablize init methodsMinh Nguyễn2015-05-272-30/+13
| |/
| * Merge pull request #1652 from mapbox/1ec5-init-nilMinh Nguyễn2015-05-271-1/+2
| |\
| | * Return nil upon failure to initializeMinh Nguyễn2015-05-271-1/+2
| |/
| * [publish ios-v0.3.2]Justin R. Miller2015-05-260-0/+0
| * bump podspec to 0.3.2ios-v0.3.2Justin R. Miller2015-05-261-1/+1
| * #1641 - Changing version to a static constant instead of a propertyBrad Leege2015-05-261-4/+3
| * #1641 - Adding version and instance to Turnstile event and keeping them DRY f...Brad Leege2015-05-261-7/+11
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-2653-173/+115
| * rename reachability on OS X as wellKonstantin Käfer2015-05-261-3/+3
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-2616-71/+62
| * prefix Reachability with "MGL" to avoid linking conflicts and app store rejec...Konstantin Käfer2015-05-263-11/+11
| * update Reachability with latest versionKonstantin Käfer2015-05-262-168/+93
| * Merge pull request #1618 from mapbox/1ec5-utilityMinh Nguyễn2015-05-221-34/+34
| |\
| | * Pulled self-less utility methods out into functionsMinh Nguyễn2015-05-211-34/+34
| * | Merge pull request #1627 from mapbox/hide_logsThiago Marcos P. Santos2015-05-221-2/+29
| |\ \
| | * | Add check for log messages on ResourceLoader testsThiago Marcos P. Santos2015-05-221-2/+29
| * | | Do not call abandon texture if there is no textureThiago Marcos P. Santos2015-05-222-4/+4
| |/ /
| * | split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-229-298/+337
| * | Merge pull request #1588 from mapbox/1565-failed_requestsThiago Marcos P. Santos2015-05-2229-47/+512
| |\ \
| | * | Add ResourceLoader unit testsThiago Marcos P. Santos2015-05-222-0/+155
| | * | Add MockFileSource and MockView for testing the ResourceLoaderThiago Marcos P. Santos2015-05-2210-0/+138
| | * | Notify failures when loading glyphsThiago Marcos P. Santos2015-05-225-17/+58
| | * | Notify failures when loading tilesThiago Marcos P. Santos2015-05-227-12/+47
| | * | Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-225-9/+39
| | * | Notify failures when loading the source JSONThiago Marcos P. Santos2015-05-225-2/+29
| | * | Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-229-7/+46
| |/ /
| * | Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-214-53/+161
| * | Android NDK r10eJohn Firebaugh2015-05-212-4/+4
| * | Merge pull request #1561 from 1ec5-style-id-1500Minh Nguyễn2015-05-213-16/+21
| |\ \ | | |/ | |/|
| | * mapID → styleIDMinh Nguyễn2015-05-143-15/+20
| * | Merge pull request #1617 from friedbunny/ios-tests-phablet-supportMinh Nguyễn2015-05-217-4/+274
| |\ \