summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-1/+3
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-4/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-1/+2
* [core] Add support for "line within polygon"zmiao2020-02-211-9/+3
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+34
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-1/+1
* Add support for expression testzmiao2020-02-122-2/+7
* Enable within expression with Filterzmiao2020-02-122-5/+7
* Enable parse within expressionzmiao2020-02-122-5/+56
* [core] Add image sections to format expressionAlexander Shalamov2019-12-022-19/+24
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-118-38/+143
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-5/+11
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-4/+2
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-3/+2
* [core] Add feature state support to expressionJuha Alanen2019-09-181-0/+9
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-162-16/+19
* [core] Add number-format expressionJuha Alanen2019-06-272-1/+42
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-7/+7
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-8/+15
* [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