summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/coercion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-4/+26
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-5/+28
* [core] Make "to-number" of null behave as documentedJohn Firebaugh2018-09-131-0/+1
* [core] to-color should be idempotentJohn Firebaugh2018-09-131-0/+3
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-241-2/+3
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-0/+1
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
* [core] Implement Expression::serialize()Chris Loer2018-02-161-0/+7
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+10
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-121-1/+2
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+143