summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/function.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Enable two-component text radial offsetupstream/mikhail_two_component_text_radial_offsetMikhail Pozdnyakov2019-08-121-0/+4
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-12/+15
* [core] Pass legacy/categorical/*-default expression testsAnder Conselvan de Oliveira2019-05-211-14/+26
* [core] Fix legacy/{interval,exponential}/*-default expression testsAnder Conselvan de Oliveira2019-05-211-20/+63
* [core] Fix some of the legacy interval function expression testsAnder Conselvan de Oliveira2019-05-211-0/+12
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-6/+11
* [core] Fix indentation of src/mbgl/style/conversion/function.cppAnder Conselvan de Oliveira2019-05-211-1/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-2/+2
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+2
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-1/+1
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+3
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-0/+20
* Reserve vector storage in the convert filter codeMikhail Pozdnyakov2018-10-101-1/+1
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-2/+2
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-131-3/+1
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+2
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+68
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-109/+109
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-11/+69
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-165/+132
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-131-0/+699