summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/interpolate.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-6/+6
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-6/+6
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-241-1/+1
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-0/+11
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-281-8/+8
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-7/+88
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-2/+1
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-3/+0
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+5
* [core] Implement Expression::serialize()Chris Loer2018-02-281-0/+24
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+10
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-121-2/+2
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+211