summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [test] Add test for min and max pitch optionsupstream/jmalanen-clamp-pitchJuha Alanen2020-02-202-0/+93
* [test-runner] Share common code between test runnersJuha Alanen2020-02-182-82/+3
* [core] Add unit test for Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-178-2/+137
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-153-2/+41
* [test-runner] Share common code between iOS test runnersJuha Alanen2020-02-1412-192/+2
* [test] Add iOS unit test runnerJuha Alanen2020-02-1429-11/+699
* [test] Fix failing tests on iOSJuha Alanen2020-02-145-8/+11
* [core] Add unit testAlexander Shalamov2020-02-141-0/+36
* [core] Use atomic int in Map.PrefetchDelta* unit testsAlexander Shalamov2020-02-121-4/+6
* Add support for expression testzmiao2020-02-124-0/+109
* Enable parse within expressionzmiao2020-02-121-10/+30
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-112-1/+25
* Add Style.AddRemoveImage unit testMikhail Pozdnyakov2020-02-111-0/+16
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-114-20/+22
* [core] Add unit test for Source::setPrefetchZoomDeltaAlexander Shalamov2020-02-111-0/+132
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-111-6/+15
* [core] Override default prefetch delta if source has it's own settingAlexander Shalamov2020-02-111-9/+11
* [build] Remove unused filesThiago Marcos P. Santos2020-02-071-135/+0
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-072-1/+189
* Add OfflineDatabase.UpdateDatabaseReadOnlyMode unit testMikhail Pozdnyakov2020-02-071-0/+16
* Add OfflineDatabase.PutResourceReadOnlyMode unit testMikhail Pozdnyakov2020-02-071-0/+27
* [core] Add unit test for global settings objectAlexander Shalamov2020-02-062-0/+49
* [test] Enable HTTP server on AndroidJuha Alanen2020-02-063-3/+3
* [test] Improve the stability of a test on AndroidJuha Alanen2020-02-061-3/+10
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-033-15/+15
* [build] Enable unit tests for Qt MacOS builds in CIJuha Alanen2020-01-301-0/+0
* [test] Remove node.js based HTTP serverJuha Alanen2020-01-303-263/+0
* [test] Switch to C++ HTTP serverJuha Alanen2020-01-304-1/+216
* [core] Add unit test for pausing & resuming database fsAlexander Shalamov2020-01-272-0/+26
* Add CrossTileSymbolLayerIndex.offscreenSymbols testMikhail Pozdnyakov2020-01-221-1/+54
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-221-11/+11
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-221-15/+15
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-152-20/+21
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-152-24/+25
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-151-12/+12
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-151-1/+1
* [core] parse stretchX, stretchX, and content from sprite JSON filesKonstantin Käfer2020-01-151-139/+317
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-152-23/+96
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-12/+47
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1321-348/+386
* [test] Increase the threshold for Map.Offline test on AndroidJuha Alanen2020-01-101-1/+4
* [test] Skip number-format expression tests on AndroidJuha Alanen2020-01-101-0/+6
* [test] Run unit tests as NativeActivity application on AndroidJuha Alanen2020-01-1019-8/+412
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+42
* [core] Offline download must clear batch buffer at load interruptMikhail Pozdnyakov2019-12-181-1/+82
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-10/+24
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-2/+2
* [tests] Fix -Werror=shadow issues in the unit testsThiago Marcos P. Santos2019-12-124-124/+85
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-092-0/+28
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-093-2/+133