summaryrefslogtreecommitdiff
path: root/src/mbgl/style/tile_source_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Immutable ImplsJohn Firebaugh2017-05-121-78/+0
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-1/+1
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-44/+8
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-22/+3
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-2/+3
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-3/+5
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+1
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+1
* [core] Avoid unnecessary convert template instantiationsJohn Firebaugh2017-03-091-1/+1
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-2/+6
* [core] Source-driven attributionMinh Nguyễn2016-09-261-2/+10
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-1/+1
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-86/+8
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+196