summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove unused headerJohn Firebaugh2015-03-101-1/+0
|/ /
* | Merge pull request #928 from mapbox/928-refactor-vend-geometryJustin R. Miller2015-03-1016-443/+263
|\ \
| * | virtual ⇢ override in derived classJohn Firebaugh2015-03-101-6/+6
| * | Don't use const on value-type returnsJohn Firebaugh2015-03-103-6/+6
| * | Inline PBFGeometryJohn Firebaugh2015-03-102-99/+35
| * | Revert FeatureType renameJohn Firebaugh2015-03-094-9/+9
| * | Use single geometry formatJohn Firebaugh2015-03-097-283/+252
| * | Rework GeometryTile* interfaceJohn Firebaugh2015-03-099-297/+112
| * | unique -> shared ptrJustin R. Miller2015-03-095-7/+6
| * | reference cleanupsJustin R. Miller2015-03-092-10/+10
| * | move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-097-44/+28
| * | move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-095-11/+23
| * | fix iterator comparatorJustin R. Miller2015-03-092-1/+6
| * | move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-099-115/+178
| * | doesn't make sense to move shared pointersJustin R. Miller2015-03-091-3/+3
| * | safely check pointsJustin R. Miller2015-03-091-3/+4
| * | refactor varsJustin R. Miller2015-03-091-6/+5
| * | properly iterate geometriesJustin R. Miller2015-03-091-3/+1
| * | increment feature filter on creationJustin R. Miller2015-03-091-0/+1
| * | get rid of unused memberJustin R. Miller2015-03-093-10/+0
| * | parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-099-264/+270
| * | pass actual feature pbf when filtering layer featuresJustin R. Miller2015-03-091-3/+4
| * | no need for while loopJustin R. Miller2015-03-091-1/+1
| * | proper moveJustin R. Miller2015-03-091-1/+1
| * | iterate through fresh copy of layer dataJustin R. Miller2015-03-091-10/+10
| * | fix referenceJustin R. Miller2015-03-091-1/+1
| * | move to abstract base classes & shared pointersJustin R. Miller2015-03-098-95/+91
| * | refs #928: bookmarking working build of refactorJustin R. Miller2015-03-0913-243/+233
| * | refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-095-148/+203
* | | Merge pull request #966 from mapbox/hybrid-code-tweaksMinh Nguyễn2015-03-091-21/+19
|\ \ \ | |/ / |/| |
| * | refs #935: remove dispatch_once, favor property use, and return immutable stylesJustin R. Miller2015-03-091-21/+19
|/ /
* | Fix satellite style label renderingJohn Firebaugh2015-03-091-4/+0
* | Fix satellite style contour renderingJohn Firebaugh2015-03-081-1/+1
* | Alias hybrid to satelliteMinh Nguyễn2015-03-082-6/+33
|/
* 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