summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_data.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-0/+2
* Add support for expression testzmiao2020-02-121-0/+2
* Enable parse within expressionzmiao2020-02-121-0/+2
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-4/+2
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-1/+1
* [core] Simplfy ToGeometryCollectionMikhail Pozdnyakov2019-07-251-32/+7
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-0/+7
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-241-1/+1
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+4
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-8/+8
* [core] document lifetimes of GeometryTileFeaturesKonstantin Käfer2017-06-211-0/+7
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-1/+1
* [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-171-0/+7
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-061-0/+1
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-13/+6
* [core] const consistencyJohn Firebaugh2016-08-261-1/+1
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+69
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-7/+0
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-59/+63
* [core] Remove unnecessary virtual redoPlacement overloadJohn Firebaugh2016-06-131-2/+3
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-101-2/+3
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-6/+3
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-7/+13
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-0/+74