summaryrefslogtreecommitdiff
path: root/platform/darwin/src
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics`upstream/MGLShapeSourceOptionLineDistanceMetricsMikhail Pozdnyakov2018-08-212-0/+21
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-13/+13
* [ios] Remove Xcode 7 compatibility typedefsJason Wray2018-08-091-7/+0
* [ios] Standardize exception definitionsJason Wray2018-08-0921-31/+74
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-081-2/+2
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3113-170/+153
* [iOS] Add fallbacks for name fields (#12387)Lloyd Sheng2018-07-261-1/+19
* [ios, macos] Fixed typos in expression conversion error messagesMinh Nguyễn2018-07-251-2/+2
* [darwin] Use FOUNDATION_EXTERN instead of plain externJason Wray2018-07-2410-37/+37
* [ios] Simplify and (internally) document MGLPointRounded()Jason Wray2018-07-242-1/+4
* [ios] Move private geometry symbol visibility definitions to headerJason Wray2018-07-242-4/+2
* [ios] Fix symbol mangling issue with MGLMapPointForCoordinate()Jason Wray2018-07-241-2/+2
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-232-20/+35
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-203-0/+302
* [ios, macos] Convert token strings to expressions on inputJohn Firebaugh2018-07-208-133/+32
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+1
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-9/+1
* [ios, macos] Allow unwrapped arguments in match expressionsMinh Nguyễn2018-07-091-5/+9
* [ios, macos] Convert predicate options to collatorsMinh Nguyễn2018-07-093-25/+58
* [ios, macos] Remove duplicate MGLTileSourceOptionDEMEncoding declarationJason Wray2018-07-061-13/+0
* [ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test.Julian Rex2018-07-052-8/+54
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-053-7/+7
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-1/+1
* [ios, macos] Try to make darwin "resolvedLocale" BCP 47 compliantChris Loer2018-07-031-6/+12
* [ios, macos] Darwin "collator" implementationChris Loer2018-07-031-0/+64
* [ios, macos] Autolocalize into Japanese, KoreanMinh Nguyễn2018-07-031-2/+4
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-212-0/+125
* [ios, build] Completely remove support for Fabric (#12106)Jason Wray2018-06-181-35/+1
* [ios, macos] Look more widely for IBDesignablesAgentMinh Nguyễn2018-06-131-7/+1
* [ios,macos] Fixed crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS 9.3...Julian Rex2018-06-111-1/+10
* [ios, macos] Use NSCAssert instead of assert.Chris Loer2018-06-041-1/+1
* [ios, macos] Raise exception if MGLMapSnapshotter is used from thread without...Julian Rex2018-06-041-0/+5
* [ios, macos] Fix MGLMapSnapshotter concurrency bugs (issue #11827).Chris Loer2018-06-041-153/+162
* [ios, macos] Fix keypath expressions, json object is parsed incorrectly for n...Fabian Guerra Soto2018-05-231-1/+2
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-1/+2
* [ios] Run MGLMapboxEvents setup asynchronously (#11784)Randall Lee2018-05-221-1/+3
* [ios, macos] Support array values in match expressions. (#11866)android-v6.2.0-alpha.1Fabian Guerra Soto2018-05-172-13/+29
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-1733-324/+242
|\
| * [ios, macos] Moved numbers away from start of lines in documentation (#11881)Jordan Kiley2018-05-1510-48/+48
| * [ios, macos] Fixed English priority during label localizationMinh Nguyễn2018-05-142-22/+3
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-108-208/+13
| * [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-071-0/+36
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-0417-35/+85
| * [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-041-1/+16
| * [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-044-2/+18
| * [ios, macos] Avoid implicit capture of MBGLOfflineRegionObserver this pointerJohn Firebaugh2018-05-021-3/+6
| * [ios, macos] Fix possible retain cycles in blocksJason Wray2018-04-271-4/+7
| * [ios, macos] Accept Xcode 9.3 project suggestionsJason Wray2018-04-271-3/+3
| * [ios, macos] Raise exceptions for empty expression stops dictionaries (#9539)Julian Rex2018-04-261-2/+14