summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/filter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+2
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-30/+30
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-1/+20
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-33/+51
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-221/+122
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-2/+5
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-6/+59
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-0/+248