summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/compound_expression.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-041-9/+2
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-301-100/+19
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-1/+4
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-241-2/+3
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-15/+0
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-2/+13
* [core] Implement Expression::serialize()Chris Loer2018-02-281-5/+10
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-2/+6
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+138