summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build the BUILDTYPE with gradle as wellKonstantin Käfer2015-03-121-2/+2
* Merge pull request #976 from mapbox/968-sqlite-version-checkJohn Firebaugh2015-03-111-8/+1
|\
| * Relax sqlite version check to major version onlyJohn Firebaugh2015-03-111-8/+1
* | Merge pull request #979 from mapbox/gradleSpeedBrad Leege2015-03-111-2/+3
|\ \ | |/ |/|
| * #978 - Creating `android-project` task as an alias for `android-lib` to mirr...Brad Leege2015-03-111-0/+1
| * #978 - Changing `gradle build` to `gradle assembleRelease` for `make android`Brad Leege2015-03-111-2/+2
|/
* Merge pull request #971 from mapbox/optimize-vtJohn Firebaugh2015-03-115-22/+27
|\
| * Don't copy VT keys / values into each featureJohn Firebaugh2015-03-102-18/+24
| * More include fixesJohn Firebaugh2015-03-104-5/+4
* | Merge pull request #973 from mapbox/renderKonstantin Käfer2015-03-112-2/+8
|\ \ | |/ |/|
| * Update the docsThiago Marcos P. Santos2015-03-111-1/+1
| * Trivial build fix, do not call private methodThiago Marcos P. Santos2015-03-111-1/+0
| * Fix build warnings on GCCThiago Marcos P. Santos2015-03-111-0/+7
* | Merge pull request #970 from mapbox/pbf-cleanupJohn Firebaugh2015-03-104-31/+30
|\ \
| * | Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-103-30/+30
| * | 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