summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Introduce distance expressionzmiao2020-04-223-2/+40
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-172-3/+4
* [core] Fix modernize-use-override errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-175-33/+23
* [core] Fix performance-inefficient-vector-operation errors in header filesThiago Marcos P. Santos2020-04-171-0/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-173-4/+3
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-0/+8
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-235-14/+13
* [core] Using TileCoordinates for geometry comparisonzmiao2020-03-191-2/+1
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-1/+1
* [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