summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-133-13/+2
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-1/+1
* [tests] Fix how we launch the test serverThiago Marcos P. Santos2016-01-111-2/+2
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-1/+0
* [test] allow aborting rendering after a timeoutKonstantin Käfer2016-01-082-4/+13
* [test] terminate test server when stdin closesKonstantin Käfer2016-01-052-32/+51
* [tests] Add unit tests for SQLiteCache size limitThiago Marcos P. Santos2015-12-282-0/+0
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-242-149/+51
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-241-0/+67
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-221-1/+1
* [core] Add more tests to on-demand source loadBruno de Oliveira Abinader2015-12-171-0/+12
* [core] Tests for style with unused sourcesBruno de Oliveira Abinader2015-12-171-0/+36
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-171-0/+4
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-152-0/+0
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-118-0/+61
* [core] Custom layersJohn Firebaugh2015-12-093-0/+25
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-032-3/+3
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-2/+2
* [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-012-0/+0
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-9/+4
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-308-2/+1
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-32/+4
* [test] Add pixelmatch; use in annotation testsJohn Firebaugh2015-11-2512-0/+69
* [core] Add image testsJohn Firebaugh2015-11-256-0/+0
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-191-0/+3
* Rewrite CustomSpriteImages testJohn Firebaugh2015-11-181-26/+0
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-162-58/+66
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-162-3/+3
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-023-6/+2
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-292-2/+2
* [core] refactor test server startupKonstantin Käfer2015-10-281-15/+23
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-3/+4
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-221-0/+19
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-1/+1
* Ensure that LiveTileData can be reparsedJohn Firebaugh2015-09-281-0/+6
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+2
* Add circle render typeBruno de Oliveira Abinader2015-08-208-0/+100
* Font stacks as arraysTom MacWright2015-08-202-3/+3
* Update test-suite and test fixtures for v8John Firebaugh2015-08-2013-13/+13
* Mark overridesThiago Marcos P. Santos2015-07-111-3/+3
* Move MockFileSource to fixturesThiago Marcos P. Santos2015-07-102-0/+222
* Make FixtureLogObserver thread-safeThiago Marcos P. Santos2015-07-082-1/+11
* add custom imagery visual testKonstantin Käfer2015-07-083-0/+26
* show info message when Sprite does not existKonstantin Käfer2015-07-082-0/+10
* move crc64() to test fixtureKonstantin Käfer2015-07-082-0/+19
* add a separate SpriteParser objectKonstantin Käfer2015-07-084-0/+2
* add RAII-style FixtureLogKonstantin Käfer2015-07-082-31/+76
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-0/+6
* Add test fixtures for testing raster tilesThiago Marcos P. Santos2015-07-024-4/+10