summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Collapse)AuthorAgeFilesLines
* [build] Make test/util.hpp a public interfaceThiago Marcos P. Santos2019-09-171-78/+0
| | | | | We will build the tests as a library and platforms will provide the test runner.
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-3/+3
|
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-231-1/+1
|
* [core][test] fix leaks from sqlite usageDane Springmeyer2019-08-161-0/+1
|
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
|
* [core] refactor program object creationKonstantin Käfer2019-05-281-0/+9
|
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-2/+2
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-25/+25
|
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+1
| | | | Move pixelRatio property from Map constructor to MapOptions.
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+1
|
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-0/+23
|
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+1
| | | | | | | Using different exception pointers to specify the loading failure makes an awkward API. Most users rethrow the exception only to figure out what type of error happened so it can be reported properly. So replace the exception pointer with a enum an string description of the failure.
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-0/+50
|
* [all] - update licenses to 2019tobrun2019-01-041-1/+1
|
* [core] add test about number of maximum concurrent requestsHuyen Chau Nguyen2018-11-152-0/+28
|
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-3/+3
|
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-143-2/+363
|
* [test] add partial message matching support to FixtureLogKonstantin Käfer2018-06-122-9/+28
|
* [build] disable parts of the build that require node when WITH_NODEJS=OFF is setKonstantin Käfer2018-05-242-14/+12
|
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-281-0/+49
|
* [all] - update licenses to 2018Tobrun2018-01-031-1/+1
|
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-124/+0
| | | | conversion system
* [test] Added GlyphManager.ImmediateFileSourceBruno de Oliveira Abinader2017-10-092-3/+21
|
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-264-120/+0
|
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-182-8/+0
|
* [core] renderer interfaceIvo van Dongen2017-07-183-1/+97
|
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-2/+2
|
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-2/+2
|
* [test] Reuse StubGeometryTileFeature in MergeLinesBruno de Oliveira Abinader2017-07-061-0/+7
|
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-23/+3
|
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-012-0/+4
|
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+9
|
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-131-20/+0
| | | | It doesn't need to inherit from SpriteLoaderObserver and GlyphAtlasObserver.
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-3/+3
|
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-121-3/+3
|
* [tidy] modernize-use-nullptrBruno de Oliveira Abinader2017-05-121-2/+2
|
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-122-8/+5
|
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-121-2/+2
|
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-022-11/+23
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-1/+1
|
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-3/+3
|
* [core] Log Memory.Footprint test results (#8170)Anand Thakker2017-02-282-0/+147
| | | | | | * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc
* [tests] Disable timing-based Timer tests in CIJohn Firebaugh2017-02-151-1/+1
|
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-0/+34
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+5
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [core] Remove platform-specific main.cpp from MBGL_TEST_FILESBruno de Oliveira Abinader2017-01-181-20/+0
|
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-0/+22
| | | | It should be safe to invoke GeometryTileWorker::setData multiple times without invoking GeometryTileWorker::setLayers. Therefore GeometryTileWorker::redoLayout() must not consume the layers.
* Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
|
* [build] upgrade to variant 1.1.4 and dependenciesKonstantin Käfer2016-11-281-1/+1
|