summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] change loop variable type to autoKonstantin Käfer2019-01-301-1/+1
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-041-3/+57
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-043-110/+420
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-042-39/+44
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-12/+7
* [core] Initial implementation of 'format' expressionChris Loer2018-10-157-5/+316
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-151-18/+14
* [core] Add automatic argument coercion for compound expressions with multiple...Chris Loer2018-10-151-64/+91
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-195-34/+56
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-192-9/+13
* [core] Make "to-number" of null behave as documentedJohn Firebaugh2018-09-131-0/+1
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-133-121/+76
* [core] to-color should be idempotentJohn Firebaugh2018-09-131-0/+3
* [core] ["to-array", <item type>, <empty array>] should work for any item typeJohn Firebaugh2018-09-131-4/+12
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+3
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+11
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1918-2/+18
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-141-2/+2
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-072-4/+4
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-025-137/+294
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-304-55/+110
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-303-15/+15
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2414-37/+70
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-14/+14
* [core] Move expression.cpp to expression directoryJohn Firebaugh2018-07-201-0/+38
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-5/+9
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-131-0/+9
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-66/+19
* [core] Introduce "collator" expressionsChris Loer2018-07-037-14/+199
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-295-7/+39
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+27
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-293-92/+208
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+5
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-283-16/+16
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-7/+88
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-2/+1
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-3/+0
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1