summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Implement Expression::serialize()Chris Loer2018-02-1610-23/+177
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+6
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+4
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1010-0/+97
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-102-8/+11
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-092-31/+50
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-092-4/+7
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-091-0/+2
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-093-16/+86
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-081-1/+1
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-1211-20/+31
* Implement Expressions (#9439)Anand Thakker2017-11-0822-0/+2809