Граф коммитов

4592 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge a339290fac Revert "More 10.7 -> 10.9 bumps"
This reverts commit 24a4360600.
2018-07-25 11:56:18 +02:00
Rolf Bjarne Kvinge 302328db34 Revert "Bump tests minimum version from 10.7 to 10.9"
This reverts commit acc58900dd.
2018-07-25 11:55:58 +02:00
Rolf Bjarne Kvinge 55f2eda4be Use libc++ instead of stdlibc++ for Xamarin.Mac too.
See 0d31720770 for more info.
2018-07-25 11:55:17 +02:00
Vincent Dondain 44799dc42c [arkit] Update for Xcode 10 beta 4 (#4496)
Inlined protocol member. No constructor in interfaces in C#.
Add 'initWithAnchor' to all subclasses of 'ARAnchor'
2018-07-24 20:40:15 -04:00
Miguel de Icaza 5555101333 Add using statements 2018-07-24 13:05:17 -04:00
Miguel de Icaza d5248e6bb4 Merge remote-tracking branch 'remotes/origin/xcode10' into xcode10-network 2018-07-24 11:11:24 -04:00
Sebastien Pouliot f2b82a393f
[xtro][foundation] Move some API to common-Foundation.ignore since they are now common across all OS (#4494) 2018-07-24 08:25:02 -04:00
Sebastien Pouliot ab57c4c53e
[macos][quartzcomposer] Update for beta 4 (#4493)
Apple re-added some constants that were dropped without any clue (and we
filed a rdar for it since it's a breaking change to remove them).

It's now clear that it's deprecated and why
`QC_GL_DEPRECATED(10_5, 10_14);`

so we can update the attribute (and fix the version).

note: also fix extra `;` in `CBUUIDValidRangeString` tests while removing
the special case added earlier (from beta 1)
2018-07-24 08:24:42 -04:00
miguel d3c5cececd [tests] add tests for the various Network constructors 2018-07-23 22:52:39 -04:00
Miguel de Icaza cd8e4a6f41 [Network, CoreFoundation] Fixes for the test suite 2018-07-23 16:20:19 -04:00
Manuel de la Pena 538ca047b7
[CoreMidi] Xcode 10 beta 3 update. (#4470)
Re-addition of the removed bindings after we fixed the structure.
2018-07-23 11:03:17 +02:00
Alex Soto db021b73d1
[Intents] Update bindings to Xcode 10 Beta 4 (#4482)
* [Intents] Update bindings to Xcode 10 Beta 4

* Fix attribute typo

* Fix availability attribute
2018-07-20 16:34:56 -05:00
Miguel de Icaza e862d68d7a [Network] Add BindingImplOptions.Optimizable 2018-07-20 17:00:57 -04:00
Miguel de Icaza a3ebda99ca [ApiTypoTest] add Explicit Congestion Notification and ECN Capable Transport acronyms
[Network] comment out code that seems to have been removed
[Security] Another type that is only created internally
2018-07-20 16:49:30 -04:00
Alex Soto 7126e06fdd
[Photos] Update bindings to Xcode 10 Beta 4 (#4484) 2018-07-20 14:46:24 -05:00
Alex Soto 19dac3b7b8
[UserNotifications] Update to Xcode 10 Beta 4 (#4481) 2018-07-20 14:44:09 -05:00
Alex Soto a3548598a6
[HealthKit] Update bindings to Xcode 10 Beta 4 (#4480) 2018-07-20 14:43:35 -05:00
Alex Soto 7d17c3e7e9
[FinderSync] Update to Xcode 10 Beta 4 (#4479) 2018-07-20 14:43:01 -05:00
Alex Soto 9f238a051a
[CoreMotion] Update to Xcode 10 Beta 4 (#4478) 2018-07-20 14:42:29 -05:00
Alex Soto 5a8ad7edf4
[CoreML] Update bindings to Xcode 10 Beta 4 (#4477) 2018-07-20 14:41:45 -05:00
Alex Soto 2b7aabae9f
[AVFAudio] Update binding to Xcode 10 Beta 4 (#4476) 2018-07-20 14:41:12 -05:00
Alex Soto 1fd13fffbe
[Contacts] Update bindings to Xcode 10 Beta 4 (#4475)
* [Contacts] Update bindings to Xcode 10 Beta 4

* Fix typo
2018-07-20 14:40:34 -05:00
Chris Hamons 1f3ec64601
Remove comment for 41367075 as header change verified as mistake by Apple (#4474) 2018-07-20 08:46:07 -05:00
Chris Hamons 045dda9d67
Initial OpenGL deprecation (#4458)
- Only on macOS
- Only a subset of the uses are deprecated, see radar://42257568
2018-07-20 08:45:47 -05:00
Alex Soto 2d1a314102
Merge pull request #4459 from dalexsoto/Xcode10-Beta4
Bump for Xcode 10 beta 4
2018-07-19 22:06:09 -05:00
Miguel de Icaza 7207e1ea8a [Security, Network] address issues found by automatic instance creation 2018-07-19 12:08:48 -04:00
Miguel de Icaza 8c53baa12e [generator, Network] Move towards actually supporting the generator to do some of the block-callback heavy lifting 2018-07-19 12:07:12 -04:00
Alex Soto 9bf520f067 Revert "[CoreMidi] Xcode 10 beta 3 update. (#4453)"
This reverts commit 53fdc017a8.

Unfortunately there is not enough info for the AOT compiler to handle
MidiCIDeviceIdentification struct and this is causing mtouch tests to fail
2018-07-19 10:00:42 -05:00
Alex Soto 313cb7df72
[xharness] Fix simulator hangs in our tests 2018-07-19 09:07:15 -05:00
Manuel de la Pena 752083a53e
[CFNetwork] Xcode 10 beta 3 update. (#4454) 2018-07-19 14:06:34 +02:00
Alex Soto 035fed89e0
[tests] Fix introspection tests in macOS 10.13 2018-07-18 23:40:52 -05:00
Alex Soto 95705d54ca [TVMLKit] Update bindings to Xcode 10 Beta 4 2018-07-18 22:46:09 -05:00
Alex Soto acc58900dd Bump tests minimum version from 10.7 to 10.9 2018-07-18 22:45:30 -05:00
Alex Soto 24a4360600 More 10.7 -> 10.9 bumps 2018-07-18 15:10:41 -05:00
Vincent Dondain 0fdcd45d20 Update min macOS version in Versions-mac.plist 2018-07-18 15:10:41 -05:00
Vincent Dondain 63a4f19356 Temporarily bump the MIN_OSX_SDK_VERSION to 10.9 to avoid SceneKit compilation issues 2018-07-18 15:10:41 -05:00
Alex Soto c19710269f Bump for Xcode 10 beta 4 2018-07-18 15:10:41 -05:00
Manuel de la Pena 53fdc017a8
[CoreMidi] Xcode 10 beta 3 update. (#4453) 2018-07-18 19:55:24 +02:00
Miguel de Icaza 7bfb265d0e [Network, Security] Typo fixes 2018-07-17 18:33:13 -04:00
Miguel de Icaza 5252b990c2 [CoreFoundation] DispatchIO, handle scenarios where the data being passed in the callback is null 2018-07-17 18:32:38 -04:00
Miguel de Icaza 00048eeb1f [Network] add convenience overload, and fix scenarios where remote end closes connection 2018-07-17 17:58:32 -04:00
Miguel de Icaza 953ece758b [Security] Fix P/Invoke signatures to reference SecurityLibrary instead of NetworkLibrary 2018-07-17 11:16:29 -04:00
miguel 3c3736e3a4 [CoreFondation] Introduce bindings for DispatchIO, add upcoming support for DispatchData on bindings API 2018-07-16 22:44:00 -04:00
Alex Soto e131be9e56
[PDFkit] Fix kPDFDestinationUnspecifiedValue availability (#4444)
This used to be a calculated macro and got promoted to a field
in macOS 10.13
2018-07-16 10:37:06 -05:00
Manuel de la Pena db62640c0e [PassKit] Added support for Xcode 10 up to beta 3. (#4423)
* [PassKit] Added support for Xcode 10 up to beta 3.

* Minor style changes.
2018-07-13 21:21:16 -05:00
Alex Soto 38bbffde76
[WebKit] Update bindings to Xcode 10 Beta 1, Nothing on beta 2 or 3 (#4443)
Allso adds UIKit UIWebView deprecations
2018-07-13 21:19:57 -05:00
Alex Soto e944b58206
[PDFKit] Update bindings to Xcode 10 Beta 1, 2 & 3 (#4439)
* [PDFKit] Update bindings to Xcode 10 Beta 1, 2 & 3

* Removes redundant availability attrib and fixes PDFKit library mapping case in xtro
2018-07-13 14:14:05 -05:00
Chris Hamons 6d039cb969
Foundation for Xcode 10 Beta 1-2 (#4375)
- Work around #4441 by commenting out binding until fixed
2018-07-13 14:27:29 -04:00
Manuel de la Pena 62017a1405
[iAd] Xcode 10 beta 3 support. (#4425) 2018-07-13 16:23:44 +02:00
Miguel de Icaza 7d96ddab0a [Network] More security API bindings and Network updates to support the sample 2018-07-12 22:48:23 -04:00