summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLExpressionTests.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-041-0/+27
* [ios, macos] Raise exceptions for empty expression stops dictionaries (#9539)Julian Rex2018-04-261-0/+10
* [ios, macos] Rename featureProperties to featureAttributes. (#11748)Fabian Guerra Soto2018-04-231-3/+3
* [ios, macos] Add trigonometric support to NSExpression. (#11716)Fabian Guerra Soto2018-04-171-0/+50
* [ios, macos] Add NSExpression convenience constructors and helper methods. (#...Fabian Guerra Soto2018-04-161-0/+50
* Localize expressions more thoroughly (#11651)Minh Nguyễn2018-04-161-0/+140
* [ios, macos] Remove mgl_ prefix from built-in expressions variables. (#11689)Fabian Guerra Soto2018-04-161-7/+7
* [ios, macos] Renamed expression initializer to be more SwiftianMinh Nguyễn2018-04-111-62/+62
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-18/+34
* [ios, macos] Distinguish between conditionals and expressions in case expressionMinh Nguyễn2018-04-061-1/+15
* Eviscerate mbgl expression to Foundation JSON object conversion (#11389)Minh Nguyễn2018-03-301-0/+20
* Install aftermarket expression functions (#11472)Minh Nguyễn2018-03-291-31/+161
* [ios, macos] Add lookup and feature operators. (#11528)Fabian Guerra Soto2018-03-281-0/+57
* [ios, macos] Add match expressions support. (#11464)Fabian Guerra Soto2018-03-261-0/+31
* [ios, macos] Change the format for case expressions to a flat structure. (#11...Fabian Guerra Soto2018-03-261-21/+22
* [ios] Disable -[MGLExpressionTests testConditionalExpressionObject] on iOS 8Jason Wray2018-02-201-17/+21
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-3/+456
* [ios, macos] Convert NSColor/UIColor expressions to CSS color string valuesMinh Nguyễn2017-02-181-169/+78
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-0/+19
* [ios, macos] Cleaned up expression conversionMinh Nguyễn2017-01-041-24/+30
* [ios, macos] Fixed null expression crashMinh Nguyễn2016-12-231-0/+9
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-161-0/+200