summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/interpolate.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-8/+3
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-281-3/+3
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-68/+5
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-17/+16
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-42/+1
* [core] Implement Expression::serialize()Chris Loer2018-02-161-0/+3
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+7
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+2
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-3/+9
* [core] Fix copy in range-based for loopsJason Wray2017-12-151-1/+1
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+177