summaryrefslogtreecommitdiff
path: root/test/style/source.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add TileUpdateParameters and use itMikhail Pozdnyakov2020-04-221-3/+3
* Add Source.SourceMinimumUpdateInterval unit testMikhail Pozdnyakov2020-04-201-0/+49
* [core] TilePyramid::update accepts source implMikhail Pozdnyakov2020-04-201-12/+9
* [core] Add unit testsAlexander Shalamov2020-04-011-4/+56
* [core] Use weak annotation managerAlexander Shalamov2020-03-051-1/+1
* [core] Override default prefetch delta if source has it's own settingAlexander Shalamov2020-02-111-9/+11
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-1/+1
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-5/+3
* [core] Update Source.GeoJSONSourceTilesAfterDataReset unit testMikhail Pozdnyakov2019-11-261-96/+46
* [core] Add Source.GeoJSONSourceTilesRemainAfterDataReset unit testMikhail Pozdnyakov2019-11-121-10/+34
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-021-1/+75
* [core] Fix render tile set source updateMikhail Pozdnyakov2019-08-011-0/+39
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-141-41/+41
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-141-1/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-5/+1
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-15/+33
* [test] Fixed headers in source.test.cppMikhail Pozdnyakov2018-12-191-2/+2
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-1/+1
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+194
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-2/+2
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+37
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-0/+1
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-1/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-1/+2
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-1/+1
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-1/+1
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-19/+87
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+40
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+9
* [core] Immutable ImplsJohn Firebaugh2017-05-121-48/+48
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-121-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-11/+11
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-118/+108
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-1/+1
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-9/+16
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-2/+2
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-0/+24
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] fixup formattingIvo van Dongen2016-10-211-11/+11