summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [core] Distance expression: remove unit argument (#16434)zmiao2020-04-241-92/+25
* [core] Distance expression: Fix expression serializationzmiao2020-04-222-12/+16
* [core] Distance expression: Add index range checker, fix geojson type conversionzmiao2020-04-222-15/+40
* [core] Distance expression: Change template class into template function in g...zmiao2020-04-222-82/+58
* [core] Distance expression: add unit tests for distance expressionzmiao2020-04-221-4/+4
* [core] Introduce distance expressionzmiao2020-04-224-3/+635
* [core] Fix clang-analyzer-optin.cplusplus.VirtualCallThiago Marcos P. Santos2020-04-171-4/+6
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-172-3/+3
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-0/+10
* Add LocationIndicatorLayerGali Nelle2020-04-081-0/+4
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-1/+10
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-302-7/+7
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-302-2/+2
* 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