summaryrefslogtreecommitdiff
path: root/test/api/repeated_render.cpp
Commit message (Expand)AuthorAgeFilesLines
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-74/+0
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-4/+4
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-2/+2
* [core] Render from the main threadJohn Firebaugh2016-04-141-8/+19
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-0/+4
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-2/+2
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-3/+4
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-3/+3
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-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-011-0/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-4/+4
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-15/+12
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-6/+4
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+1
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-2/+2
* Resize view from map threadJohn Firebaugh2015-04-281-2/+2
* Remove Map::start/stopJohn Firebaugh2015-04-281-5/+1
* Fix buildJohn Firebaugh2015-04-281-1/+1
* rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-1/+1
* explicitly call .discard() to resize the view on static rendersKonstantin Käfer2015-04-171-0/+63