Commit Graph

14 Commits

Author SHA1 Message Date
Alex Langford
184d942ba0 [CMake] add_swift_target_library shouldn't implicitly set INSTALL_IN_TARGET
This makes it more explicit what the install component of a target
library is if you don't see one (and its marked as IS_SDK_OVERLAY).
Explicit in this case makes more sense, as you don't have to rely on
knowledge of how `add_swift_target_library` is implemented to understand
what component is used to install the target.
2019-08-02 13:51:52 -07:00
Stephen Canon
dc5915cdb5 Replace stdlib and test/stdlib 9999 availability. (#26108)
* Replace stdlib and test/stdlib 9999 availability.

macOS 9999 -> macOS 10.15
iOS 9999 -> iOS 13
tvOS 9999 -> tvOS 13
watchOS 9999 -> watchOS 6

* Restore the pre-10.15 version of public init?(_: NSRange, in: __shared String)

We need this to allow master to work on 10.14 systems (in particular, to allow PR testing to work correctly without disabling back-deployment tests).
2019-07-12 16:30:36 -04:00
Puyan Lotfi
6691fda8ec Appending SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS to SWIFT_COMPILE_FLAGS.
There are situations where you want to build against a libc that is out
of tree or that is not the system libc (Or for cross build scenarios).
This is a change for passing the -sdk and include paths for things like
this.
2019-07-01 09:43:47 -07:00
Karoy Lorentey
09c8997f94 [SDK] Regenerate overlay dependencies 2019-06-27 12:19:31 -07:00
Eric Bainville
1b6f1120e1 made enums RawRepresentable, added availability for all top-level declarations, cosmetic changes 2019-04-09 14:52:44 -07:00
Eric Bainville
4261de491d changes from vode review 2019-04-09 09:05:42 -07:00
Eric Bainville
dafba928a6 rename error states from code review 2019-04-08 13:22:44 -07:00
Eric Bainville
b1d4d40516 take DataProtocol as input; simplified errors; fixed availability 2019-04-03 15:20:40 -07:00
Maxim Moiseev
18f4ffeeb3 Change doc comment style 2019-01-17 15:21:31 -08:00
Maxim Moiseev
d3f3890cc3 Make Compression.Algorithm conform to CaseIterable 2019-01-17 15:06:03 -08:00
Eric Bainville
a05ecf9c53 fixes from code review 2019-01-17 13:09:56 -08:00
Maxim Moiseev
3e05648996 Stylistic changes 2019-01-17 11:10:49 -08:00
Max Moiseev
a2659f0b33 Update stdlib/public/Darwin/Compression/Compression.swift
Co-Authored-By: ebainville <ebainville@apple.com>
2019-01-17 09:05:43 -08:00
Eric Bainville
556f79d8d0 InputFilter, OutputFilter overlay for the Darwin Compression stream API, and corresponding test 2019-01-16 14:41:06 -08:00