summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Move should not call destructorsAlexander Shalamov2019-04-051-0/+100
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-4/+4
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-281-0/+12
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-132-3/+134
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+4
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-2/+2
* [test] Fixed headers in source.test.cppMikhail Pozdnyakov2018-12-191-2/+2
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-1/+1
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-272-6/+6
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-191-17/+22
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-3/+3
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-312-8/+8
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+1
* [test] Enable 'format' Expression test.Chris Loer2018-10-151-2/+1
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+18
* [core] Read style's transition from parserBruno de Oliveira Abinader2018-10-031-0/+8
* [core] Do not constrain on X axis in ConstrainMode::HeightOnlyBruno de Oliveira Abinader2018-10-021-9/+12
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-5/+5
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-192-2/+2
* [core] add test for comparing filter name to idKonstantin Käfer2018-08-141-0/+4
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-1/+4
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-0/+10
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-313-17/+16
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-0/+55
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+19
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-207-104/+72
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-132-40/+0
* [core] Introduce "collator" expressionsChris Loer2018-07-031-1/+1
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-1/+1
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-295-191/+97
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+4
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-252-2/+2
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-0/+12
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-0/+21
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-173-5/+71
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-103-5/+71
* | [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-3/+3
* | [core] Port is-supported-script to native.Chris Loer2018-04-271-1/+1
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+4
|/
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-3/+13
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+3
* [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-12/+13
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+10
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-76/+64
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-0/+10
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-0/+21
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+194
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+75