summaryrefslogtreecommitdiff
path: root/test/map/map.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [test] Add test for min and max pitch optionsupstream/jmalanen-clamp-pitchJuha Alanen2020-02-201-0/+21
* [core] Add unit test for Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-171-2/+53
* [core] Use atomic int in Map.PrefetchDelta* unit testsAlexander Shalamov2020-02-121-4/+6
* [core] Add unit test for Source::setPrefetchZoomDeltaAlexander Shalamov2020-02-111-0/+132
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-48/+54
* [test] Increase the threshold for Map.Offline test on AndroidJuha Alanen2020-01-101-1/+4
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+42
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-10/+24
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-131-2/+2
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-301-13/+7
* [core] Add Map.NoHangOnMissingImage unit testMikhail Pozdnyakov2019-10-281-0/+51
* [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
* [core] Add Map.Issue15342 unit testMikhail Pozdnyakov2019-09-121-0/+49
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+1
* [core] Added unit test for issue 15216Mikhail Pozdnyakov2019-07-261-0/+11
* [core] refactor program object creationKonstantin Käfer2019-05-281-0/+4
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-211-1/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-9/+6
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-1/+1
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-1/+2
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-8/+10
* [test] Add unit tests for MapOptionsSudarsana Babu Nagineni2019-03-281-0/+30
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-8/+9
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-251-0/+12
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-49/+49
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-0/+26
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+3
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-3/+7
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-081-0/+11
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-3/+3
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-10/+10
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-18/+19
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-0/+10
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-0/+38
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+1
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+28
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-8/+8
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-081-1/+1
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+49
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-2/+30
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-281-42/+4
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+16
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-2/+2
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-0/+26