summaryrefslogtreecommitdiff
path: root/test/style/resource_loading.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-283/+0
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-8/+8
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-241-64/+9
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-151/+239
* [tests] Moved lazy source loading tests to ResourceLoadingBruno de Oliveira Abinader2015-12-231-40/+139
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-221-121/+98
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-171-0/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-2/+2
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-1/+1
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+5
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-221-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-3/+3
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-4/+0
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-111-0/+4
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-1/+1
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-171-1/+1
* Move MockFileSource to fixturesThiago Marcos P. Santos2015-07-101-1/+1
* Re-enable Sprite resource loading testsThiago Marcos P. Santos2015-07-101-27/+12
* replace Style object immediatelyKonstantin Käfer2015-07-081-1/+2
* we're no longer throwing exceptions when loading invalid sprite resourcesKonstantin Käfer2015-07-081-2/+0
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-081-2/+2
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-2/+2
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-3/+2
* Update the unit tests to check for raster tiles failuresThiago Marcos P. Santos2015-07-021-3/+12
* Remove unnecessary use of optionalJohn Firebaugh2015-07-011-1/+1
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-011-1/+1
* currentState() ⇢ getState()John Firebaugh2015-06-261-1/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-8/+8
* drive map rendering from main threadKonstantin Käfer2015-06-261-1/+1
* Be more strict on escaping at the test regexThiago Marcos P. Santos2015-06-251-4/+4
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-8/+2
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-0/+1
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Fix resource loading flaky testThiago Marcos P. Santos2015-06-221-14/+15
* Remove cleanup call on the ResourceLoading test caseThiago Marcos P. Santos2015-06-181-1/+0
* Do not call update() asynchronously on the test caseThiago Marcos P. Santos2015-06-021-6/+2
* Rebase the resource loading testsThiago Marcos P. Santos2015-06-021-0/+184