| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 4 | -23/+23 |
* | [core] Introduce "collator" expressions | Chris Loer | 2018-07-03 | 5 | -1/+86 |
* | [core] Add assertions to expression constructors | John Firebaugh | 2018-06-29 | 3 | -20/+7 |
* | [core] Remove stops-based *Function constructors | John Firebaugh | 2018-06-29 | 5 | -155/+81 |
* | [darwin] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 1 | -0/+7 |
* | [core] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 5 | -20/+68 |
* | [core] InterpolateBase → Interpolate; Interpolate → InterpolateImpl | John Firebaugh | 2018-06-28 | 4 | -9/+9 |
* | [core] Privatize Interpolate<T> | John Firebaugh | 2018-06-28 | 2 | -102/+30 |
* | [core] Move non-polymorphic Interpolate methods to base | John Firebaugh | 2018-06-28 | 1 | -17/+16 |
* | [core] Split Interpolator into a separate file | John Firebaugh | 2018-06-28 | 3 | -43/+52 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 2 | -0/+11 |
* | Accept constant expressions in non-dds properties (#11960) | Anand Thakker | 2018-05-23 | 1 | -3/+11 |
* | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 4 | -315/+34 |
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 5 | -59/+44 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 2 | -2/+3 |
* | [core] Add Projection matrix to CustomLayerRenderParameters to transform web ... | Asheem Mamoowala | 2018-04-05 | 1 | -0/+3 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 1 | -46/+40 |
* | [core] Don't resolve tokens after evaluating a text-field or icon-image expre... | John Firebaugh | 2018-03-22 | 4 | -22/+26 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 2 | -241/+40 |
* | Relax type checking for "length" | John Firebaugh | 2018-03-01 | 1 | -0/+32 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-28 | 17 | -8/+60 |
* | Correctly parse constant expressions in dds style properties (#11282) | Anand Thakker | 2018-02-21 | 2 | -3/+22 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 6 | -0/+188 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 2 | -0/+22 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 5 | -1/+15 |
* | [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 | 21 | -22/+91 |
* | [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] Include what you use | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+1 |
* | [core] Fix copy in range-based for loops | Jason Wray | 2017-12-15 | 2 | -2/+2 |
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -5/+10 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 2 | -4/+4 |
* | [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 |
* | [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 | 2 | -3/+5 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 30 | -101/+2047 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 18 | -1402/+290 |
* | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 1 | -3/+3 |
* | [core] Add minzoom to GeoJSONOptions | Konstantin Käfer | 2017-09-28 | 2 | -0/+11 |
* | [core] custom layer - add contextLost callback | Ivo van Dongen | 2017-09-22 | 1 | -0/+16 |
* | [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width` | Asheem Mamoowala | 2017-08-30 | 2 | -8/+8 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 3 | -5/+10 |
* | [core] Added Style::getDefaultCamera() | Bruno de Oliveira Abinader | 2017-08-11 | 1 | -4/+2 |
* | [core][android][macos][ios] Implement property functions for line-join, text-... | Lauren Budorick | 2017-07-26 | 3 | -12/+12 |
* | [core] Bracket init works for optional<T> in GCC 4.9 | Bruno de Oliveira Abinader | 2017-07-19 | 1 | -2/+2 |
* | [core][ios][android][macos] Use premultiplied image directly for RasterTile a... | Asheem Mamoowala | 2017-07-17 | 1 | -1/+1 |