summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build warnings on GCCThiago Marcos P. Santos2015-03-111-0/+7
* Fix conditional in normalizeSourceURLJohn Firebaugh2015-03-062-4/+3
* Merge pull request #960 from mapbox/959-2xJohn Firebaugh2015-03-062-2/+6
|\
| * Insert {ratio} before extension, not inside access tokenMinh Nguyễn2015-03-062-2/+6
* | Update to latest styles againJohn Firebaugh2015-03-061-0/+0
|/
* Merge pull request #924 from mapbox/919-2x-rasterJohn Firebaugh2015-03-065-0/+97
|\
| * Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-064-16/+26
| * Ported util::mapbox tests from mapbox-gl-jsMinh Nguyễn2015-03-062-0/+62
| * Replace regex usage with basic string manipulationMinh Nguyễn2015-03-061-3/+17
| * Load 2× raster tiles on HiDPI screensMinh Nguyễn2015-03-063-1/+12
|/
* remove unused enumKonstantin Käfer2015-03-061-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0641-201/+485
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-063-3/+2
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-062-2/+2
* Fail early in case there is no displayKonstantin Käfer2015-03-061-0/+4
* fix ambiguous name (gcc)Konstantin Käfer2015-03-062-5/+5
* throw exception when shader compilation failsKonstantin Käfer2015-03-0615-74/+34
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-066-22/+35
* add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-064-12/+47
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-065-6/+11
* move readlock/writelock to uv.hpp and add movable lock/mutexKonstantin Käfer2015-03-063-20/+111
* update mapbox::variantKonstantin Käfer2015-03-063-83/+146
* make Map::resize() privateKonstantin Käfer2015-03-0612-73/+57
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-0625-94/+100
* Merge pull request #951 from mapbox/mbgl-renderKonstantin Käfer2015-03-064-10/+23
|\
| * update static image rendering executableKonstantin Käfer2015-03-064-10/+23
|/
* Merge pull request #950 from friedbunny/3x-assetsJustin R. Miller2015-03-056-0/+0
|\
| * Add optimized 3x assetsJason Wray2015-03-056-0/+0
* | refs #950: add 3x Mapbox wordmarkJustin R. Miller2015-03-051-0/+0
|/
* Merge pull request #852 from mapbox/checkout-styles-submoduleKonstantin Käfer2015-03-041-10/+13
|\
| * checkout styles submodule when building makefilesKonstantin Käfer2015-03-041-10/+13
|/
* #869 - Configuring cache.db to live in /Library/Caches for iOSBrad Leege2015-03-041-1/+1
* ensure correct ordering for bundled stylesJustin R. Miller2015-03-031-13/+18
* update default iOS style shown v6 -> v7Justin R. Miller2015-03-031-1/+1
* Merge branch 'master' into ios-styles-bumpJustin R. Miller2015-03-032-37/+39
|\
| * Merge pull request #937 from mapbox/tile-parser-cleanupsJustin R. Miller2015-03-022-37/+39
| |\
| | * move to camelCase & more reference cleanupsJustin R. Miller2015-03-022-26/+26
| | * clean up members, arguments, and formattingJustin R. Miller2015-03-022-21/+23
| |/
* | Bump iOS app styles versions to 7Jason Wray2015-03-021-4/+4
|/
* #923 - Consolidating package namespacesBrad Leege2015-02-262-3/+3
* Merge pull request #915 from mapbox/android-conversionsLeith Bade2015-02-2638-344/+836
|\
| * Fix all lint errorsLeith Bade2015-02-264-6/+7
| * Replace setRotation with MatrixLeith Bade2015-02-262-5/+16
| * Ignore lint error from OkHTTPLeith Bade2015-02-261-0/+4
| * Replace constantLeith Bade2015-02-251-1/+1
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-conv...Leith Bade2015-02-259-102/+164
| |\ | |/ |/|
* | #823 - Adding JavaDoc for cancel()Brad Leege2015-02-251-0/+4
* | Merge pull request #920 from mapbox/fileSourceJavaBrad Leege2015-02-253-0/+58
|\ \
| * | #823 - Building cancel method. Refactoring request to not return OkHttp Requ...Brad Leege2015-02-252-5/+16
| * | #823 - Building request methodBrad Leege2015-02-251-0/+22