swift-nio/Sources/NIOPosix
David Nadoba c7b4989b02
Remove `#if compiler(>=5.5)` (#2292)
### Motivation
We only support Swift 5.5.2+.

### Modification
Remove all `#if swift(>=5.5)` conditional compilation blocks.

### Result
less branching
2022-10-13 07:17:46 -07:00
..
BSDSocketAPICommon.swift NIOPosix: reduce imports for Windows (#2170) 2022-06-07 09:37:11 -07:00
BSDSocketAPIPosix.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
BSDSocketAPIWindows.swift NIOPosix: add missing import for Windows (#2188) 2022-06-14 04:37:27 -07:00
BaseSocket.swift NIOPosix: reduce imports for Windows (#2170) 2022-06-07 09:37:11 -07:00
BaseSocketChannel+SocketOptionProvider.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
BaseSocketChannel.swift rename class Lock to struct NIOLock (#2266) 2022-09-21 07:36:42 -07:00
BaseStreamSocketChannel.swift Add initial support for connected datagram sockets (#2084) 2022-05-31 13:21:41 +01:00
Bootstrap.swift Adopt `Sendable` for Bootstraps (#2209) 2022-07-01 03:45:07 -07:00
ControlMessage.swift NIOPosix: add missing `CNIOWindows` import (#2184) 2022-06-13 05:53:07 -07:00
DatagramVectorReadManager.swift NIOPosix: adjust precondition for Windows (#2183) 2022-06-10 09:14:27 -07:00
FileDescriptor.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
GetaddrinfoResolver.swift NIOPosix: use internal enumeration for GAI resolver (#2177) 2022-06-09 08:21:24 +01:00
HappyEyeballs.swift Adopt `Sendable` for types in `NIOPosix` (#2208) 2022-06-30 16:21:50 +01:00
IO.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
IntegerBitPacking.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
IntegerTypes.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
Linux.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
LinuxCPUSet.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
LinuxUring.swift Enable io_uring builds with newer liburing (#2006) 2021-12-09 09:19:12 +00:00
MultiThreadedEventLoopGroup.swift Remove `#if compiler(>=5.5)` (#2292) 2022-10-13 07:17:46 -07:00
NIOThreadPool.swift Remove `#if compiler(>=5.5)` (#2292) 2022-10-13 07:17:46 -07:00
NonBlockingFileIO.swift Adopt `Sendable` in `NonBlockingFileIO` (#2212) 2022-07-01 04:06:41 -07:00
PendingDatagramWritesManager.swift Deprecate `NIOAtomics` in favor of `Atomics` (#2204) 2022-07-01 02:31:14 -07:00
PendingWritesManager.swift Deprecate `NIOAtomics` in favor of `Atomics` (#2204) 2022-07-01 02:31:14 -07:00
PipeChannel.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
PipePair.swift Add initial support for connected datagram sockets (#2084) 2022-05-31 13:21:41 +01:00
PointerHelpers.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
Resolver.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
Selectable.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
SelectableChannel.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
SelectableEventLoop.swift rename class Lock to struct NIOLock (#2266) 2022-09-21 07:36:42 -07:00
SelectorEpoll.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
SelectorGeneric.swift rename class Lock to struct NIOLock (#2266) 2022-09-21 07:36:42 -07:00
SelectorKqueue.swift Add safer abstraction for kqueue filter set. (#1951) 2021-09-06 14:59:30 +01:00
SelectorUring.swift Fixed some typos (#2051) 2022-02-22 01:37:47 -08:00
ServerSocket.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
Socket.swift NIOPosix: use typealias instead of C name (#2180) 2022-06-08 10:07:32 -07:00
SocketChannel.swift NIOPosix: import additional interfaces from WinSDK (#2189) 2022-06-14 10:56:44 +01:00
SocketProtocols.swift Add initial support for connected datagram sockets (#2084) 2022-05-31 13:21:41 +01:00
System.swift NIOPosix: reorganise packet info constants (#2182) 2022-06-10 16:55:51 +01:00
Thread.swift Remove `#if compiler(>=5.5)` (#2292) 2022-10-13 07:17:46 -07:00
ThreadPosix.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
ThreadWindows.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
Utilities.swift Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00