summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding iOS Testing Header To Draw AttentionBrad Leege2015-06-031-0/+1
* fix typoJustin R. Miller2015-06-031-1/+1
* point to better appledoc install methodJustin R. Miller2015-06-032-2/+2
* Do not call update() asynchronously on the test caseThiago Marcos P. Santos2015-06-021-6/+2
* Rebase the resource loading testsThiago Marcos P. Santos2015-06-025-45/+26
* Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-023-4/+4
* .zip != .tgzJustin R. Miller2015-06-011-1/+1
* appledoc download is a redirectJustin R. Miller2015-06-011-1/+1
* wget -> curl since wget itself is a brew installJustin R. Miller2015-06-011-1/+1
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-06-0113-388/+251
|\
| * Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-0113-387/+254
* | #1659 - Converting true to YES, false to NO to match Objective C standardsBrad Leege2015-06-011-4/+4
* | #1659 - Converting usingTestServer to atomic propertyBrad Leege2015-06-011-3/+6
|/
* Require appledoc v2.2-963 exactlyJohn Firebaugh2015-05-292-6/+13
* Latest homebrew appledoc should be goodJohn Firebaugh2015-05-292-1/+8
* Opt-in to Travis Xcode 6.3 betaJohn Firebaugh2015-05-291-0/+2
* Fixed ios-bench buildMinh Nguyễn2015-05-291-1/+1
* Update mason to use soft float on Android ARMLeith Bade2015-05-291-0/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-05-282-15/+15
|\
| * Adapt metrics tests to constant flush timerJason Wray2015-05-282-15/+15
* | #1659 - Adding tile stream certificate and ssl pin check for test server.Brad Leege2015-05-282-0/+23
|/
* 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
|\ \