summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [util] fix thread.cpp portabilityupstream/pr-16085Samuel Thibault2019-12-291-0/+6
* [build] Make the configuration simplerThiago Marcos P. Santos2019-12-216-38/+27
* remove unused code (#16077)Dane Springmeyer2019-12-192-2/+0
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* [core] Offline download must clear batch buffer at load interruptMikhail Pozdnyakov2019-12-182-1/+83
* [tests] Update all-anchors-tile-map-mode expectationsMikhail Pozdnyakov2019-12-185-36/+36
* [test runner] Show all tiles independently in Tile modeMikhail Pozdnyakov2019-12-182-7/+59
* [test runner] Rendering a single tile in Tile modeMikhail Pozdnyakov2019-12-183-11/+40
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-172-11/+28
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Update changelogAlexander Shalamov2019-12-171-0/+4
* [metrics] Add baselines for a new testAlexander Shalamov2019-12-178-16/+156
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-172-7/+7
* [core] Update changelogAlexander Shalamov2019-12-171-0/+4
* [metrics] Add new baselinesAlexander Shalamov2019-12-1714-16/+296
* [core] Unskip render testsAlexander Shalamov2019-12-171-2/+0
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-1718-124/+204
* [render-tests] Fix tests not rendering when both metrics and render failsThiago Marcos P. Santos2019-12-171-5/+7
* [qt] Fix usage of QNetworkReply after deletionMikhail Pozdnyakov2019-12-172-4/+5
* [metrics] Remove **/token from .gitignoreThiago Marcos P. Santos2019-12-179-1/+280
* [render-test] Cleanup on the render tests resultsThiago Marcos P. Santos2019-12-165-120/+129
* [metrics] Add new baselines for Linux Clang8 and macOSThiago Marcos P. Santos2019-12-162197-0/+76768
* [metrics] Rebaseline Linux GCC8 metricsThiago Marcos P. Santos2019-12-1653-1822/+0
* [metrics] Rebaseline Android testsThiago Marcos P. Santos2019-12-161134-15579/+0
* [metrics] Delete test that doesn't make senseThiago Marcos P. Santos2019-12-162-32/+0
* [build] Collect and publish new baselinesThiago Marcos P. Santos2019-12-1632-153/+163
* [build] If not found, use the cache from the sanity checks botThiago Marcos P. Santos2019-12-161-1/+1
* [build] Reorganize the render testsThiago Marcos P. Santos2019-12-16127-332/+351
* [node] Do not run query testsThiago Marcos P. Santos2019-12-161-1/+0
* [render-test] Fix metrics passing when failingThiago Marcos P. Santos2019-12-163-16/+32
* [test runner] Explicitly initialize TestContext POD membersMikhail Pozdnyakov2019-12-141-2/+2
* [ios, macos]Remove iOS/macOS codes from native codes (#16031)m-stephen2019-12-1414-23/+250
* add pr template to this repo (#16054)Chloe Krawczyk2019-12-131-0/+11
* [test-runner] Fix network probeAlexander Shalamov2019-12-131-3/+7
* [core] Create gl-native changelog with entries since the last releaseAlexander Shalamov2019-12-131-5/+92
* [render test] Fix probes failure reportsMikhail Pozdnyakov2019-12-133-11/+7
* [test runner] Refactor injected probes operations codeMikhail Pozdnyakov2019-12-132-126/+130
* [glfw] TestOperation -> TestOperationSerializerMikhail Pozdnyakov2019-12-132-8/+8
* [test runner] Split operations parsing and executionMikhail Pozdnyakov2019-12-135-663/+805
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-134-8/+8
* [test runner] Introduce TestOperationMikhail Pozdnyakov2019-12-132-9/+18
* [test runner] Introduce generic TestContextMikhail Pozdnyakov2019-12-132-59/+80
* [build] Make the build fail when shadowing variablesThiago Marcos P. Santos2019-12-121-0/+1
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-122-7/+7
* [android] Fix -Wshadow on Android buildThiago Marcos P. Santos2019-12-122-20/+19
* [tests] Fix -Werror=shadow issues in the unit testsThiago Marcos P. Santos2019-12-124-124/+85
* [test-runner] Don't update nor create metrics baseline for ignored testAlexander Shalamov2019-12-123-2/+5
* [build] Remove "wrapper" parameterThiago Marcos P. Santos2019-12-121-9/+11
* [test-runner] Fix -Werror=shadow issues in test runnerAlexander Shalamov2019-12-121-19/+18
* [build] Better isolate compiler flagsThiago Marcos P. Santos2019-12-1112-45/+82