Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 3 | -2/+363 |
| | |||||
* | [test] add partial message matching support to FixtureLog | Konstantin Käfer | 2018-06-12 | 2 | -9/+28 |
| | |||||
* | [build] disable parts of the build that require node when WITH_NODEJS=OFF is set | Konstantin Käfer | 2018-05-24 | 2 | -14/+12 |
| | |||||
* | [test] Update Map.PrefetchTiles | Bruno de Oliveira Abinader | 2018-02-28 | 1 | -0/+49 |
| | |||||
* | Replace compile-time polymorphism with runtime polymorphism in the ↵ | John Firebaugh | 2017-10-23 | 1 | -124/+0 |
| | | | | conversion system | ||||
* | [test] Added GlyphManager.ImmediateFileSource | Bruno de Oliveira Abinader | 2017-10-09 | 2 | -3/+21 |
| | |||||
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 4 | -120/+0 |
| | |||||
* | [test] allow only a single shared display to avoid egl errors | Ivo van Dongen | 2017-07-18 | 2 | -8/+0 |
| | |||||
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 3 | -1/+97 |
| | |||||
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | [core] GCC 4.9 shadow member warnings | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | [test] Reuse StubGeometryTileFeature in MergeLines | Bruno de Oliveira Abinader | 2017-07-06 | 1 | -0/+7 |
| | |||||
* | [core] Simplify LayerObserver API | John Firebaugh | 2017-06-05 | 1 | -23/+3 |
| | |||||
* | [core] Offline support for Image Sources | Asheem Mamoowala | 2017-06-01 | 2 | -0/+4 |
| | |||||
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -0/+9 |
| | |||||
* | [core] Trim StyleObserver interface | John Firebaugh | 2017-05-13 | 1 | -20/+0 |
| | | | | It doesn't need to inherit from SpriteLoaderObserver and GlyphAtlasObserver. | ||||
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -3/+3 |
| | |||||
* | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+3 |
| | |||||
* | [tidy] modernize-use-nullptr | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | [tidy] modernize-use-default-member-init | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -8/+5 |
| | |||||
* | [tidy] llvm-namespace-comment | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 2 | -11/+23 |
| | |||||
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | [core] s/onSourceDidChange/onSourceChanged/ + source ref | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -3/+3 |
| | |||||
* | [core] Log Memory.Footprint test results (#8170) | Anand Thakker | 2017-02-28 | 2 | -0/+147 |
| | | | | | | * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc | ||||
* | [tests] Disable timing-based Timer tests in CI | John Firebaugh | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 1 | -0/+34 |
| | |||||
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -0/+5 |
| | |||||
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | [core] Fix flickering caused by regression in #7586 | John Firebaugh | 2017-01-10 | 1 | -0/+22 |
| | | | | It should be safe to invoke GeometryTileWorker::setData multiple times without invoking GeometryTileWorker::setLayers. Therefore GeometryTileWorker::redoLayout() must not consume the layers. | ||||
* | [build] upgrade to variant 1.1.4 and dependencies | Konstantin Käfer | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | [android][build] core tests - initial setup for rendering tests | Ivo van Dongen | 2016-11-27 | 1 | -1/+4 |
| | |||||
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 2 | -2/+2 |
| | |||||
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -2/+2 |
| | |||||
* | [test] Use shared headless display | Bruno de Oliveira Abinader | 2016-11-17 | 2 | -0/+10 |
| | | | | Prevents some OpenGL implementations from bailing out. | ||||
* | [core] symbol layer - recalculate style on icon/text size changes | Ivo van Dongen | 2016-11-11 | 1 | -3/+3 |
| | |||||
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -7/+6 |
| | |||||
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 2 | -4/+6 |
| | |||||
* | [core] reload geojson source on url change | Ivo van Dongen | 2016-10-20 | 1 | -0/+5 |
| | |||||
* | [test] Show error message when expected file does not exist | Konstantin Käfer | 2016-09-27 | 1 | -2/+15 |
| | |||||
* | [core] Don't allow OfflineDownload to flood the request queue | John Firebaugh | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 1 | -1/+6 |
| | | | | | | Implemented observer callbacks so the style knows when the source’s attribution changes and the map knows when the style’s attribution changes. Also implemented a getter for a tile source’s attribution. Fixes #2723. | ||||
* | [core] Use an actor model for tile worker concurrency | John Firebaugh | 2016-09-16 | 1 | -9/+4 |
| | |||||
* | [test] use recursive wrapper for recursive variant types | Konstantin Käfer | 2016-09-15 | 1 | -6/+10 |
| | |||||
* | [core] #3980 - Switching Core GL instances of map to unordered_map | Brad Leege | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | [core] change bool to enum class bool TileLoadState | Konstantin Käfer | 2016-09-07 | 1 | -3/+3 |
| | |||||
* | [core] Observe visibility changes | John Firebaugh | 2016-09-06 | 1 | -0/+5 |
| | |||||
* | [core, ios, android, qt] Observe style layer mutations rather than requiring ↵ | John Firebaugh | 2016-09-06 | 1 | -0/+28 |
| | | | | | | SDKs to use Map::update This paves the way for updates to filter and layout properties to trigger a source reload, without each SDK having to participate in the implementation. | ||||
* | [core] Prepare style observer interfaces for source reloading | John Firebaugh | 2016-09-06 | 1 | -3/+3 |
| | | | | | * Renamed {Source,Tile}Observer::onNeedsRepaint to onTileUpdated. Messages should be in terms of what happened to the observed object, not in terms of what the observer needs to do. This also removes a confusing overlap of virtual methods on StyleObserver. * Added style::Observer::onUpdate(Update). This is also a violation of the above rule, but I'm hopeful that it will disappear when update batching is implemented. | ||||
* | [tests] Make it possible to disable tests on the CI | Thiago Marcos P. Santos | 2016-08-26 | 1 | -0/+6 |
| | | | | | Useful for tests that depend on a good network connection and you want to run manually. |