summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSExpression+MGLAdditions.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Dictionary keys aren’t necessarily zoom levelsupstream/1ec5-l10n-e8n-10713Minh Nguyễn2018-04-161-4/+2
* [ios, macos] Test token replacement, localizationMinh Nguyễn2018-04-161-2/+10
* [ios, macos] Test token replacementMinh Nguyễn2018-04-161-0/+6
* [ios, macos] Moved token replacement to a consistent categoryMinh Nguyễn2018-04-161-101/+101
* [ios, macos] Preserve whitespace between tokensMinh Nguyễn2018-04-161-0/+1
* [ios, macos] Streamlined token upgradingMinh Nguyễn2018-04-161-31/+52
* [ios, macos] Convert tokens to key path expressions in stop dictionariesMinh Nguyễn2018-04-161-2/+144
* [ios, macos] Fixed local name labelsMinh Nguyễn2018-04-161-1/+4
* [ios, macos] Localize expressions more thoroughlyMinh Nguyễn2018-04-161-0/+50
* [ios, macos] NSPredicate expression filters. (#11587)Fabian Guerra Soto2018-04-161-1/+1
* [ios, macos] Remove mgl_ prefix from built-in expressions variables. (#11689)Fabian Guerra Soto2018-04-161-6/+6
* [ios, macos] Renamed expression initializer to be more SwiftianMinh Nguyễn2018-04-111-20/+20
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-9/+17
* [ios, macos] Equate valueForKey: with valueForKeyPath:Minh Nguyễn2018-04-061-1/+1
* [ios, macos] Distinguish between conditionals and expressions in case expressionMinh Nguyễn2018-04-061-4/+4
* Eviscerate mbgl expression to Foundation JSON object conversion (#11389)Minh Nguyễn2018-03-301-2/+12
* Install aftermarket expression functions (#11472)Minh Nguyễn2018-03-291-114/+353
* [ios, macos] Add lookup and feature operators. (#11528)Fabian Guerra Soto2018-03-281-0/+45
* [ios, macos] Add match expressions support. (#11464)Fabian Guerra Soto2018-03-261-3/+46
* [ios, macos] Change the format for case expressions to a flat structure. (#11...Fabian Guerra Soto2018-03-261-11/+40
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-2/+583
* [ios, macos] Convert NSColor/UIColor expressions to CSS color string valuesMinh Nguyễn2017-02-181-0/+10
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-0/+61
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-39/+34
|\
| * [ios, macos] Cleaned up expression conversionMinh Nguyễn2017-01-041-35/+25
| * [ios, macos] Rewrote predicate/filter conversionMinh Nguyễn2017-01-041-9/+16
| * [ios, macos] Fixed null expression crashMinh Nguyễn2016-12-231-2/+3
* | [build] upgrade to variant 1.1.4 and dependenciesKonstantin Käfer2016-11-281-1/+1
|/
* [ios, macos] Teach features and shapes about GeoJSON and mbgl typesJesse Bounds2016-10-141-0/+26
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-161-6/+27
* [ios] Check for bool value with charJesse Bounds2016-09-021-1/+1
* [ios] Added support for filters (NSPredicate)Fredrik Karlsson2016-09-021-0/+43