summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-4/+4
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-42/+42
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-10/+10
* [core] Merge vector_tile_data.{hpp,cpp} into vector_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] Merge geojson_tile_data.{hpp,cpp} into geojson_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] Eliminate Source dependency on TileSourceJohn Firebaugh2016-06-101-4/+3
* [core] Push conditional initialization into subclassesJohn Firebaugh2016-06-101-45/+5
* [core] Introduce GeometryTileData subclassesJohn Firebaugh2016-06-101-4/+6
* [core] Move setObserver out of Source::createTileJohn Firebaugh2016-06-101-4/+3
* [core] Move cache lookup out of Source::createTileJohn Firebaugh2016-06-101-5/+5
* [core] Repeat some code so that all branches are parallelJohn Firebaugh2016-06-101-19/+31
* [core] Remove unused includesJohn Firebaugh2016-06-101-3/+0
* [core] load parents of missing tiles as optionalKonstantin Käfer2016-06-101-6/+4
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-2/+2
* [core] createTile callback can load optional and required tilesKonstantin Käfer2016-06-101-2/+5
* [core] allow changing the necessity of a TileSourceKonstantin Käfer2016-06-101-0/+2
* [core] move parsePending() call to TileDataKonstantin Käfer2016-06-101-1/+0
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-29/+17
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-22/+24
* [core] store Resource instead of dependents to build URLKonstantin Käfer2016-06-101-6/+13
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-3/+3
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-101-3/+6
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-4/+8
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+428