summaryrefslogtreecommitdiff
path: root/include/mbgl/style/function/composite_function.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-82/+0
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-291-53/+8
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-1/+2
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-281-2/+2
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-221-7/+6
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+2
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+4
* Implement Expressions (#9439)Anand Thakker2017-11-081-83/+51
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-2/+2
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-0/+1
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-22/+53
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-1/+1
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-3/+0
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-031-1/+8
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-281-1/+2
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-16/+16
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-8/+15
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+109