summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [tests] Accept [C|c]onnect as error messageThiago Marcos P. Santos2016-04-201-1/+1
* [ios, osx] Fixed project upgrade warningsMinh Nguyễn2016-04-161-1/+1
* [ios] Don't try to launch test server (#4719)John Firebaugh2016-04-151-0/+3
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-152-14/+12
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-153-27/+14
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-159-36/+14
* [tests] Use StubFileSource where a real FileSource is not requiredJohn Firebaugh2016-04-145-22/+22
* [tests] Rationalize storage testsJohn Firebaugh2016-04-1419-912/+645
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-0/+3
* [core] Render from the main threadJohn Firebaugh2016-04-1410-69/+82
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending AsyncTask...Konstantin Käfer2016-04-121-0/+27
* [test] This "very unlikely" condition in fact happens regularly in CI (#4679)John Firebaugh2016-04-111-1/+1
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-1115-88/+100
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-074-65/+8
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-30/+13
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-303-4/+96
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-171-4/+60
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-172-0/+28
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-2415-45/+45
* | [core] Allow the use of special characters in property field namesJohn Firebaugh2016-03-231-4/+4
* | [tests] Mark some tests as requiring serverThiago Marcos P. Santos2016-03-233-5/+5
* | [tests] fix make iproj copy phase for unit text fixturesJason Wray2016-03-221-2/+1
* | [tests] Tweak offline tests to work on iOSJohn Firebaugh2016-03-221-17/+8
* | [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-2222-40/+182
* | [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-2254-92/+91
* | [test] remove crc64 and compare imagesKonstantin Käfer2016-03-2214-57/+46
* | [tests] Add utest to make sure prior expiration time is being respectedThiago Marcos P. Santos2016-03-171-0/+35
* | [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-181-6/+12
* | [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-181-2/+14
* | [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-182-0/+43
* | [core] Always return wrapped coordinatesBruno de Oliveira Abinader2016-03-141-0/+6
* | [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-141-2/+70
* | [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-0/+3
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-4/+77
|/
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-6/+15
* [core] Fix non-anchored Transform::setAngleBruno de Oliveira Abinader2016-03-111-12/+17
* [core] Fix screen coordinates when crossing the antimeridian (#2)Bruno de Oliveira Abinader2016-03-111-0/+16
* [core] Make vec{2,3,4} operator bool explicitBruno de Oliveira Abinader2016-03-111-3/+3
* [core] Fix screen coordinates when crossing the antimeridianBruno de Oliveira Abinader2016-03-101-0/+22
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-101-2/+36
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-102-6/+38
* [core] Deactivate OfflineDownload when the tile count limit is hitJohn Firebaugh2016-03-091-1/+13
* [core] Fix offline status reporting regressionsJohn Firebaugh2016-03-081-12/+38
* [core] Fix RunLoop::run() behavior when called a second timeJohn Firebaugh2016-03-081-0/+21
* [tests] Add utest for NetworkStatus::Online/OfflineThiago Marcos P. Santos2016-03-081-0/+33
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-081-1/+4
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-071-0/+31