summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Forward evaluation context directly to evaluated propertyAlexander Shalamov2019-03-151-1/+5
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-134-17/+115
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-042-11/+3
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-041-2/+1
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-151-1/+5
* [core] Initial implementation of 'format' expressionChris Loer2018-10-156-5/+128
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-10/+23
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-191-0/+2
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-133-48/+1
* [core] Fix cubic-bezier interpolation for zooms outside stop range.Chris Loer2018-09-061-1/+7
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-195-4/+5
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-071-4/+4
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-024-36/+70
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-302-102/+21
* 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-2413-23/+56
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+11
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-1/+1
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-132-0/+43
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-41/+23
* [core] Introduce "collator" expressionsChris Loer2018-07-035-1/+86
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-293-20/+7
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+7
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-293-18/+64
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-282-5/+5
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-68/+5
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-17/+16
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-282-42/+51
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-102-2/+16
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-9/+25
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-0/+3
* Relax type checking for "length"John Firebaugh2018-03-011-0/+32
* [core] Implement Expression::serialize()Chris Loer2018-02-2816-8/+59
* Correctly parse constant expressions in dds style properties (#11282)Anand Thakker2018-02-211-0/+4
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-242-0/+8
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1016-17/+71
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-3/+9
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-3/+10
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-0/+31
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* [core] Fix copy in range-based for loopsJason Wray2017-12-151-1/+1
* [build] Clang-3.8: Explicit mbgl::style::expression::Result default ctorBruno de Oliveira Abinader2017-11-141-0/+4
* [build] Clang-3.8: Default init of a const type requires user-provided ctorBruno de Oliveira Abinader2017-11-141-8/+8
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-122-3/+5
* Implement Expressions (#9439)Anand Thakker2017-11-0822-0/+1472