summaryrefslogtreecommitdiff
path: root/test/style/expression/expression.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add number-format expressionJuha Alanen2019-06-271-3/+1
|
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+4
|
* [test] Enable 'format' Expression test.Chris Loer2018-10-151-2/+1
|
* [core] Do not constrain on X axis in ConstrainMode::HeightOnlyBruno de Oliveira Abinader2018-10-021-9/+12
|
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
|
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
|
* [core] Introduce "collator" expressionsChris Loer2018-07-031-1/+1
| | | | Cross platform parsing and evaluation code.
* [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-3/+3
| | | Ports https://github.com/mapbox/mapbox-gl-js/pull/6521, updating codegen scripts to parse new expression taxonomy.
* [core] Port is-supported-script to native.Chris Loer2018-04-271-1/+1
| | | | Native port is much simpler because RTL text support is always enabled.
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+4
| | | | | | - Pulls over an update to line.vertex.glsl (looks like a no-op?) - Add test ignores for collator, is-supported-script, line-gradient - Exclude collator, is-supported-script, line-gradient from code generation.
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-1/+1
| | | | | | | | | | | | * Don't enforce ["zoom"] constraints for filters Fixes #11594 * Add a couple of comments * Fix ambiguous constructor call * ParsingContext(optional<Type>) => ParsingContext(Type)
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+91
Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)