summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-98/+0
|
* [core] Miscellaneous Source cleanupsJohn Firebaugh2016-06-141-11/+10
|
* [core] Add Source::startRender for parallelism with finishRenderJohn Firebaugh2016-06-141-7/+8
|
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-141-2/+2
|
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-5/+1
|
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-8/+2
|
* [core] Add virtual Source::getZoomRange()John Firebaugh2016-06-141-0/+1
|
* [core] Push Source::req down into subclassesJohn Firebaugh2016-06-141-2/+0
|
* [core] Eliminate Source::isLoadingJohn Firebaugh2016-06-141-1/+0
| | | | Source::load is already a no-op if the request is in progress, so it isn't necessary.
* [core] Push Source::geojsonvt down to GeoJSONSourceJohn Firebaugh2016-06-141-7/+0
|
* [core] Virtualize Source::loadJohn Firebaugh2016-06-141-5/+6
|
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-141-4/+2
|
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-2/+3
|
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-9/+9
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-4/+4
|
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-1/+1
|
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-2/+7
| | | | avoids passing around bound callback functions
* [core] remove unused codeKonstantin Käfer2016-06-071-1/+0
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+113