summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/property_value.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Accept constant expressions in non-dds propertiesupstream/backport-11960Anand Thakker2018-05-211-3/+11
| | | | Closes #11940
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-2/+7
| | | | | | | | | | | | * Don't enforce ["zoom"] constraints for filters Fixes #11594 * Add a couple of comments * Fix ambiguous constructor call * ParsingContext(optional<Type>) => ParsingContext(Type)
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+16
| | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-2/+1
| | | | conversion system
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-8/+8
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+1
|
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-1/+3
|
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-0/+34