summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/data_driven_property_value.hpp
Commit message (Expand)AuthorAgeFilesLines
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-7/+7
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-2/+0
* Correctly parse constant expressions in dds style properties (#11282)Anand Thakker2018-02-211-3/+18
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+25
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-2/+1
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-9/+9
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+46