summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Offline download must clear batch buffer at load interruptMikhail Pozdnyakov2019-12-191-1/+82
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-182-0/+28
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-183-2/+133
* [core] Add unit test for tagged string's image sectionsAlexander Shalamov2019-12-021-0/+17
* [core] Add unit tests for Formatted classAlexander Shalamov2019-12-022-0/+52
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-021-1/+4
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-022-11/+143
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-022-17/+25
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-023-15/+21
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-021-3/+7
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-021-3/+3
* [core] Add image sections to format expressionAlexander Shalamov2019-12-021-2/+5
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-022-8/+8
* [core] Add OfflineDatabase.Pack unit testMikhail Pozdnyakov2019-12-021-0/+30
* [core] Introduce OfflineDatabase::runPackDatabaseAutomatically() APIMikhail Pozdnyakov2019-12-021-2/+3
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-9/+33
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-292-8/+6
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+43
* [tests] Increase test toleranceThiago Marcos P. Santos2019-11-271-1/+1
* [core] Update Source.GeoJSONSourceTilesAfterDataReset unit testMikhail Pozdnyakov2019-11-261-96/+46
* [test] Add test for priority of online requests for expired resourcesJuha Alanen2019-11-211-1/+76
* [core] Identation and build fixesMikhail Pozdnyakov2019-11-191-34/+31
* [core] Fix incorrect resizing of TileCacheSergey Yershov2019-11-192-0/+91
* [core] Add Style.SourceImplsOrder testMikhail Pozdnyakov2019-11-191-0/+22
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-132-4/+4
* [core] OfflineDatabase pack APIMikhail Pozdnyakov2019-11-121-11/+37
* [core] Add Source.GeoJSONSourceTilesRemainAfterDataReset unit testMikhail Pozdnyakov2019-11-121-10/+34
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-117-25/+86
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-072-12/+53
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-0/+19
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-307-21/+16
* [core] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-291-2/+2
* [core] Add Map.NoHangOnMissingImage unit testMikhail Pozdnyakov2019-10-281-0/+51
* [core] Do not make pending requests for already requested images.Mikhail Pozdnyakov2019-10-281-9/+3
* Revert "[core] Revert coalescing requests to the client for the same missing ...Mikhail Pozdnyakov2019-10-281-0/+24
* [core] Revert coalescing requests to the client for the same missing imageMikhail Pozdnyakov2019-10-241-24/+0
* [core] Enable incremental vacuum for Offline DBMikhail Pozdnyakov2019-10-222-6/+46
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-222-5/+4
* [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoadedMikhail Pozdnyakov2019-10-171-2/+12
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-190/+139
* [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoaded unit testMikhail Pozdnyakov2019-10-101-0/+14
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+2
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-041-1/+1
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-021-1/+75
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-271-24/+24
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-271-3/+3
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-271-0/+9
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-261-6/+6
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-261-12/+12
* [core] Add Map.UniversalStyleGetter testMikhail Pozdnyakov2019-09-261-0/+73