summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/parsing_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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