summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-2/+2
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-041-0/+75
* [core] Moved TileCoordinate to tile cover scopeBruno de Oliveira Abinader2016-03-011-6/+10
* [core] Moved wrapping to LatLng scopeBruno de Oliveira Abinader2016-03-011-0/+23
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-7/+7
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-012-31/+33
* [tests] Unit tests for clock skew retry timeoutThiago Marcos P. Santos2016-02-262-0/+40
* [tests] Add a test for the retry delay on expired responseThiago Marcos P. Santos2016-02-262-0/+36
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-243-0/+107
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-242-10/+33
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-13/+37
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-7/+7
* [tests] Add utests for HTTP 200 with no dataThiago Marcos P. Santos2016-02-232-0/+29
* [tests] Timer is not needed to keep the main loop aliveThiago Marcos P. Santos2016-02-221-5/+0
* [gyp] Use variant compiler flags when neededBruno de Oliveira Abinader2016-02-211-0/+1
* [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1Bruno de Oliveira Abinader2016-02-211-18/+15
* [tests] Use ENABLE_COVERAGE=1 envvar to enable coverageBruno de Oliveira Abinader2016-02-191-1/+5
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-184-21/+21
* Revert "[gl] Updated CustomLayer tests"John Firebaugh2016-02-181-24/+30
* [osx] Enable coverage support for debug buildBruno de Oliveira Abinader2016-02-181-0/+7
* [gl] Updated CustomLayer testsBruno de Oliveira Abinader2016-02-181-26/+24