summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+4
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* [core] Align match behavior with case/==John Firebaugh2018-05-181-2/+16
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-172-35/+298
|\
| * [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-102-37/+299
* | [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
|/
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-3/+24
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+6
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-14/+27
* [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-302-10/+6
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+5
* Port fix for "at" expression off-by-1 error (#11375)Anand Thakker2018-03-021-4/+10
* Relax type checking for "length"John Firebaugh2018-03-013-7/+68
* Infer type assertions for objectJohn Firebaugh2018-03-011-1/+1
* [core] Implement Expression::serialize()Chris Loer2018-02-2810-23/+177
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+6