summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/parsing_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-041-8/+4
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-041-36/+43
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+3
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-14/+26
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-131-9/+3
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+2
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-021-3/+7
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-301-2/+2
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-241-7/+9
* [core] Introduce "collator" expressionsChris Loer2018-07-031-0/+1
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-281-1/+1
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-3/+24
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-14/+27
* Relax type checking for "length"John Firebaugh2018-03-011-0/+2
* Infer type assertions for objectJohn Firebaugh2018-03-011-1/+1
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-26/+33
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-091-0/+2
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-0/+3
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-121-2/+4
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+206