summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* Address review findingzmiao2020-03-261-7/+13
* [core] Fix within meridian issuezmiao2020-03-261-6/+33
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-10/+5
* [core] Fix modernize-deprecated-headers errorsThiago Marcos P. Santos2020-03-231-1/+2
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-232-17/+11
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-239-121/+145
* [core] Fix performance-for-range-copy errorsThiago Marcos P. Santos2020-03-231-1/+1
* Refactor within functionzmiao2020-03-191-77/+54
* [core] Using TileCoordinates for geometry comparisonzmiao2020-03-191-86/+147
* [core] Remove unnecessary intermediate PolygonFeaturezmiao2020-03-051-41/+8
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-17/+29
* [core] Make within expression support generic geoJSON datazmiao2020-03-051-22/+51
* [core] Fix Color serializationAlexander Shalamov2020-02-261-10/+1
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-40/+53
* [test-runner] Add new metricszmiao2020-02-211-1/+1
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-2/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-94/+72
* [core] Move geometry within algorithm to utilzmiao2020-02-211-147/+6
* [core] Add support for "line within polygon"zmiao2020-02-211-4/+197
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+132
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-23/+13
* Add support for expression testzmiao2020-02-122-32/+123
* Enable within expression with Filterzmiao2020-02-121-26/+32
* Enable parse within expressionzmiao2020-02-123-0/+145
* [core] Add unit tests for Formatted classAlexander Shalamov2019-12-021-3/+2
* [core] Add image sections to format expressionAlexander Shalamov2019-12-024-68/+120
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1110-114/+303
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-142-35/+37
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+29
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-261-2/+2
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-0/+24
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-2/+2
* [build] Fix clang format and tidy checksJuha Alanen2019-09-182-91/+88
* [core] Add feature-state compound expressionJuha Alanen2019-09-181-0/+15
* [core] Add feature state support to isFeatureConstant expressionJuha Alanen2019-09-181-1/+2
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-164-3/+44
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-0/+3
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-252-2/+3
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-241-3/+0
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+3
* [core] Add number-format expressionJuha Alanen2019-06-272-0/+217
* [core] Fix macOS clang exception error in expression-tests/to-number/2-aryBruno de Oliveira Abinader2019-06-251-1/+1
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-10/+10
* [core] Forward args in style::expression::dsl::compound()Ander Conselvan de Oliveira2019-05-211-2/+2
* [core] Expose dsl::compound() internallyAnder Conselvan de Oliveira2019-05-212-6/+23
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-14/+36
* [core] clang-tidy fixesKonstantin Käfer2019-04-0511-18/+19
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+3
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-281-0/+5
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-134-32/+82