summaryrefslogtreecommitdiff
path: root/test/style/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-383/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+39
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-16/+15
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-4/+4
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-1/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-18/+18
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-2/+2
* [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-3/+0
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-36/+37
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-26/+26
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-2/+2
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-0/+1
* [core] Vector source tileSize is constantJohn Firebaugh2016-06-141-6/+6
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-10/+10
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-11/+14
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-29/+29
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-3/+2
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-0/+2
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-3/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-16/+16
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-1/+1
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-151-4/+4
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-3/+0
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-4/+4
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-12/+12
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+2
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+58
* [tests] Don't call the callback for cancelled responsesJohn Firebaugh2016-02-041-2/+2
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-0/+290