summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts
Commit message (Expand)AuthorAgeFilesLines
* [macOS] use SourceKit to ensure that all public symbols are exportedKonstantin Käfer2017-01-041-0/+83
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-203-11/+71
|\
| * Use appropriate part of speech for properties (#7457)Minh Nguyễn2016-12-162-16/+48
| * [ios, macos] Override references to property names in property requirements l...Minh Nguyễn2016-12-122-0/+23
| * [ios, macos] renamed raster-hue-rotateFredrik Karlsson2016-12-081-1/+2
| * [ios, macos] renamed dasharray and icon sizeFredrik Karlsson2016-12-062-2/+6
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-032-3/+48
|\ \ | |/
| * [ios, macos] rename style spec propertiesFredrik Karlsson2016-11-302-4/+26
| * [ios, macos] Refactor runtime styling enumeration propertiesJesse Bounds2016-11-221-0/+22
| * [ios, macos] override style spec documentationFredrik Karlsson2016-11-162-1/+57
* | [build] don't rewrite style code for every buildKonstantin Käfer2016-11-091-15/+5
* | [ios, macos] override style spec documentationFredrik Karlsson2016-11-082-1/+57
|/
* [ios, macos] Fixed syntax error in documentation comment (#6822)Minh Nguyễn2016-10-261-0/+3
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-171-78/+63
* [ios, macos] Simplified style property enum namesMinh Nguyễn2016-10-111-1/+1
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-061-10/+2
* [ios, macos] Loosened style doc transform regex (#6543)Minh Nguyễn2016-09-301-2/+2
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-301-12/+34
* [ios, macos] Doc gen handles arrays as required property values (#6448)David Clark2016-09-241-5/+18
* [ios, macos] Allow full hexadecimal colors in layer documentation (#6444)Minh Nguyễn2016-09-231-19/+8
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-081-2/+14
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-1/+0
* [ios, macos] Specialize color properties by platformMinh Nguyễn2016-08-261-6/+25
* [ios, macos] Test roundtripping property functionsMinh Nguyễn2016-08-261-15/+19
* [ios, macos] Test enum values, not just typesMinh Nguyễn2016-08-261-3/+1
* [ios, macos] Simplified test code generationMinh Nguyễn2016-08-261-55/+32
* [ios, macos] More specific default value typesMinh Nguyễn2016-08-261-10/+11
* [ios, macos] Mark MGLStyleLayer properties null_resettableMinh Nguyễn2016-08-261-12/+16
* [ios, macos] Distinguish between blackColor and clearColor (#6125)Minh Nguyễn2016-08-241-4/+7
* [ios, macos] Copyedit default color property documentation (#6105)Minh Nguyễn2016-08-211-1/+7
* [ios, macos] Detect zero edge insets more strictlyMinh Nguyễn2016-08-191-1/+1
* [ios, macos] Offsets as vectors, padding as edge insetsMinh Nguyễn2016-08-191-4/+4
* [ios, macos] Refactored array type conversionMinh Nguyễn2016-08-191-20/+33
* [ios, macos] Removed dead codeMinh Nguyễn2016-08-191-8/+0
* [ios, macos] Document style attribute interdependenciesMinh Nguyễn2016-08-191-9/+28
* [ios, macos] Specify unitsMinh Nguyễn2016-08-191-3/+15
* [ios, macos] Fully describe default valuesMinh Nguyễn2016-08-191-3/+61
* [ios, macos] Refer to attributes in kebab-caseMinh Nguyễn2016-08-191-0/+10
* [ios, macos] Replaced let with var in codegen scriptMinh Nguyễn2016-08-191-10/+10
* [ios, macos] fixes #5958 naming conventionsFredrik Karlsson2016-08-181-5/+5
* fixes #5957: automatically call update() for iOS runtime style APIJustin R. Miller2016-08-161-6/+15
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-111-0/+211