| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-08 | 2 | -241/+40 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-16 | 17 | -8/+60 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 6 | -0/+188 |
* | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 1 | -2/+8 |
* | [core] Rename "onLowMemory" to "reduceMemoryUse". | Chris Loer | 2018-02-14 | 1 | -1/+1 |
* | [core] Make RendererObserver a public interface | Thiago Marcos P. Santos | 2018-02-09 | 1 | -0/+35 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 2 | -0/+22 |
* | [core] prioritize Thread::pause() calls | Konstantin Käfer | 2018-02-06 | 2 | -11/+34 |
* | [core] change RunLoop processing to check queue on every iteration | Konstantin Käfer | 2018-02-06 | 1 | -6/+7 |
* | [core] factor out RunLoop::wake() | Konstantin Käfer | 2018-02-06 | 1 | -4/+8 |
* | [core] use the RunLoop's schedule call directly | Konstantin Käfer | 2018-02-06 | 1 | -18/+1 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 6 | -1/+26 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 8 | -4/+126 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 22 | -22/+94 |
* | [core] Handle NaN input to interpolate and step | John Firebaugh | 2018-01-10 | 1 | -3/+9 |
* | [core] Omit inferred type annotations for 'coalesce' arguments | John Firebaugh | 2018-01-09 | 1 | -3/+10 |
* | [core] Improve typing for !=, == expressions | John Firebaugh | 2018-01-09 | 1 | -0/+31 |
* | [windows][core] Add std::tuple replacement for Windows | Thiago Marcos P. Santos | 2018-01-08 | 2 | -5/+24 |
* | [windows][core] Add missing != operator to Tileset | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+4 |
* | [windows][core] Include what you use | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+1 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 3 | -79/+16 |
* | [core] Fix copy in range-based for loops | Jason Wray | 2017-12-15 | 2 | -2/+2 |
* | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer. | Chris Loer | 2017-12-11 | 1 | -1/+2 |
* | [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int... | Asheem Mamoowala | 2017-12-07 | 1 | -15/+74 |
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -5/+10 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 1 | -1/+1 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 4 | -14/+279 |
* | [core] Use Actors for CustomTileLoader invocation from bindings. | Asheem Mamoowala | 2017-11-22 | 1 | -3/+3 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 4 | -1/+124 |
* | [core] Cleanup in response to review comments. | Chris Loer | 2017-11-17 | 1 | -3/+3 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -1/+2 |
* | [build] Clang-3.8: Explicit mbgl::style::expression::Result default ctor | Bruno de Oliveira Abinader | 2017-11-14 | 1 | -0/+4 |
* | [build] Clang-3.8: Default init of a const type requires user-provided ctor | Bruno de Oliveira Abinader | 2017-11-14 | 1 | -8/+8 |
* | [core] Fix build on Android + GCC and Android + armeabi | Thiago Marcos P. Santos | 2017-11-12 | 3 | -3/+13 |
* | Merge branch 'release-agua' into tvn-merge-release | Tobrun | 2017-11-10 | 1 | -0/+2 |
|\ |
|
| * | [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984) | Fabian Guerra Soto | 2017-10-18 | 1 | -0/+2 |
| * | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 4 | -11/+55 |
| * | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 2 | -3/+11 |
* | | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 33 | -101/+2087 |
* | | [core] Move GLContextMode to its own Renderer header | Bruno de Oliveira Abinader | 2017-11-01 | 3 | -10/+19 |
* | | [gcc4.9] Keep compatibility with GCC + Android | Thiago Marcos P. Santos | 2017-10-31 | 1 | -2/+2 |
* | | [core] Add LatLngBounds::contains(const LatLngBounds&) | Asheem Mamoowala | 2017-10-30 | 1 | -0/+7 |
* | | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 19 | -1402/+291 |
* | | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 2 | -6/+6 |
* | | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 1 | -0/+8 |
* | | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 4 | -11/+55 |
* | | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 2 | -3/+11 |
|/ |
|
* | [core] Add minzoom to GeoJSONOptions | Konstantin Käfer | 2017-09-28 | 2 | -0/+11 |
* | [build] split out DefaultFileSource and dependents to a separate target | Konstantin Käfer | 2017-09-28 | 1 | -1/+0 |
* | [core] Move *TileID hashing to separate impl | Jesse Crocker | 2017-09-26 | 1 | -0/+263 |