summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/compound_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-0/+9
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-071-2/+2
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-021-13/+0
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-301-47/+102
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
* [core] Introduce "collator" expressionsChris Loer2018-07-031-7/+26
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-83/+61
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-35/+290
|\
| * [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-141-0/+1
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-37/+291
* | [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-141-1/+1
* | [core] Port is-supported-script to native.Chris Loer2018-04-271-0/+5
|/
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+6
* [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-301-6/+1
* Relax type checking for "length"John Firebaugh2018-03-011-7/+0
* [core] Implement Expression::serialize()Chris Loer2018-02-281-22/+20
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-091-1/+6
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-16/+0
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-121-3/+5
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+571