summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [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
* 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
* [android][build] core tests - initial setup for rendering testsIvo van Dongen2016-11-271-1/+4
* [build] move logging to utilKonstantin Käfer2016-11-222-2/+2
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-2/+2
* [test] Use shared headless displayBruno de Oliveira Abinader2016-11-172-0/+10
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-3/+3
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+6
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-4/+6
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+5
* [test] Show error message when expected file does not existKonstantin Käfer2016-09-271-2/+15
* [core] Don't allow OfflineDownload to flood the request queueJohn Firebaugh2016-09-261-0/+1
* [core] Source-driven attributionMinh Nguyễn2016-09-261-1/+6
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-9/+4
* [test] use recursive wrapper for recursive variant typesKonstantin Käfer2016-09-151-6/+10
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-2/+2
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-3/+3
* [core] Observe visibility changesJohn Firebaugh2016-09-061-0/+5
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-0/+28
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-3/+3
* [tests] Make it possible to disable tests on the CIThiago Marcos P. Santos2016-08-261-0/+6
* [tests] Removed dead codeThiago Marcos P. Santos2016-08-241-8/+0
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+60
* [tests] Fix a subtle ordering bug in StubFileSourceJohn Firebaugh2016-08-231-2/+10
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-231-0/+111