summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fit to coordinatesMinh Nguyễn2015-06-261-0/+21
* currentState() ⇢ getState()John Firebaugh2015-06-261-1/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-263-17/+10
* drive map rendering from main threadKonstantin Käfer2015-06-263-16/+6
* Test fit to bounds; added MGLCoordinateBounds functionsMinh Nguyễn2015-06-251-0/+35
* Reversed direction to be clockwiseMinh Nguyễn2015-06-251-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
* Add unit tests for ThreadContextThiago Marcos P. Santos2015-06-251-0/+29
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-254-4/+4
* Transform needs only a single TransformStateJohn Firebaugh2015-06-241-6/+4
* Fix result value from parseProperty when T = std::array<float, 2>Bruno de Oliveira Abinader2015-06-222-0/+25
* Fix resource loading flaky testThiago Marcos P. Santos2015-06-221-14/+15
* Use a pipe() to synchronize the server initializationThiago Marcos P. Santos2015-06-183-5/+29
* Remove cleanup call on the ResourceLoading test caseThiago Marcos P. Santos2015-06-181-1/+0
* Add tests for renderStill() misuseThiago Marcos P. Santos2015-06-162-1/+62
* Add location tests for iOSJason Wray2015-06-1511-3/+390
* update test suite to reenable symbol testsAnsis Brammanis2015-06-111-0/+0
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-082-0/+62
* Test Map object destruction with pending requestsThiago Marcos P. Santos2015-06-044-34/+188
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-041-0/+1
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-038-83/+55
|\
| * 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-025-45/+26
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-012-17/+12
| * Adapt metrics tests to constant flush timerJason Wray2015-05-282-15/+15
* | update test suiteAnsis Brammanis2015-06-021-1/+0
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-2828-31/+781
|\ \ | |/
| * Add tests for handling corrupted dataThiago Marcos P. Santos2015-05-283-32/+98
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-269-26/+24
| * Merge pull request #1627 from mapbox/hide_logsThiago Marcos P. Santos2015-05-221-2/+29
| |\
| | * Add check for log messages on ResourceLoader testsThiago Marcos P. Santos2015-05-221-2/+29
| * | Do not call abandon texture if there is no textureThiago Marcos P. Santos2015-05-221-2/+0
| |/
| * Add ResourceLoader unit testsThiago Marcos P. Santos2015-05-222-0/+155
| * Add MockFileSource and MockView for testing the ResourceLoaderThiago Marcos P. Santos2015-05-2210-0/+138
| * Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-222-3/+3
| * Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-212-1/+104
| * Change LaunchScreen text to © because unicode is awesomeJason Wray2015-05-211-1/+1
| * Add iOS test project launch images for older devices, tooJason Wray2015-05-215-0/+219
| * Add iOS tests support for iPhone 6/6+ screen sizesJason Wray2015-05-213-4/+55
| * Update tests for access token changesJason Wray2015-05-214-10/+5
| * Update test suiteJohn Firebaugh2015-05-191-0/+0
| * bump test suiteKonstantin Käfer2015-05-191-0/+0
* | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-283-103/+104
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-19269-344/+22122
|\ \ | |/
| * Privatized MGLMapboxEventsMinh Nguyễn2015-05-182-1/+2
| * Render translucent background layers (fixes #1514)John Firebaugh2015-05-151-0/+0
| * Removed unneeded unique_ptrThiago Marcos P. Santos2015-05-151-5/+3
| * Make the MapContext object run on its own thread on the testsThiago Marcos P. Santos2015-05-151-5/+7