summaryrefslogtreecommitdiff
path: root/test/style/source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards e.g. viewport mirrored vertically.
* [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
| | | | | | StubFileSource gets an optional Response return type. Returning null means "cancelled; don't call the callback". Fixes #3784
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-0/+290
Now it works more like StubStyleObserver: you can assign std::functions to specific slots based on resource type. Rewrite resource loading tests in that style, making them less like integration tests of Style and more like unit tests of Source, GlyphStore, and SpriteStore.