summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/parsing_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-10/+15
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-151-0/+2
* Enable parse within expressionzmiao2020-02-121-0/+2
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-8/+11
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-141-32/+34
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-1/+2
* [core] Add number-format expressionJuha Alanen2019-06-271-0/+2
* [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