summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Implement Expression::serialize()Chris Loer2018-02-1616-8/+59
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-242-0/+8
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1016-17/+71
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-3/+9
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-3/+10
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-0/+31
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* [core] Fix copy in range-based for loopsJason Wray2017-12-151-1/+1
* [build] Clang-3.8: Explicit mbgl::style::expression::Result default ctorBruno de Oliveira Abinader2017-11-141-0/+4
* [build] Clang-3.8: Default init of a const type requires user-provided ctorBruno de Oliveira Abinader2017-11-141-8/+8
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-122-3/+5
* Implement Expressions (#9439)Anand Thakker2017-11-0822-0/+1472