Searched refs:supported (Results 1 – 23 of 23) sorted by relevance
/libuv/ |
H A D | SUPPORTED_PLATFORMS.md | 6 | macOS | Tier 1 | macOS >= 11 | Currently supported macOS releases | 7 | Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported | 20 * **Tier 1**: Officially supported and tested with CI. Any contributed patch 21 MUST NOT break such systems. These are supported by @libuv/collaborators. 23 * **Tier 2**: Officially supported, but not necessarily tested with CI. These 49 Two build systems are supported: autotools and cmake. Ideally both need to be 50 supported, but if one of the two does not support the new platform it can be 58 Compilation and runtime must succeed for the minimum supported version. If a 59 new API is to be used, it must be done optionally, only in supported versions. 67 Dynamically load functions and symbols if they are not supported by the [all …]
|
H A D | README.md | 65 Show different supported building options: 78 sphinx-autobuild to be installed and is only supported on Unix): 160 For Windows, [CMake][] is the only supported build method and has the
|
H A D | ChangeLog | 174 * win,fs: use posix delete semantics, if supported (Ian Butterworth) 773 * macos: update minimum supported version (Santiago Gimeno) 866 * doc: remove smartos from supported platforms (Ben Noordhuis) 878 * unix: use MSG_CMSG_CLOEXEC where supported (Ben Noordhuis) 886 * aix,test: uv_backend_fd is not supported by poll (V-for-Vasili) 985 * darwin: bump minimum supported version to 10.15 (Ben Noordhuis) 1362 * win: bump minimum supported version to windows 8 (Ben Noordhuis) 3193 * doc: update supported windows version baseline (Ben Noordhuis) 3379 * doc: update supported linux/glibc baseline (Ben Noordhuis) 3641 * doc: add supported platforms description (Saúl Ibarra Corretgé) [all …]
|
/libuv/test/ |
H A D | test-udp-multicast-join6.c | 151 int supported; in can_ipv6_external() local 158 supported = 0; in can_ipv6_external() 159 for (i = 0; supported == 0 && i < count; i += 1) in can_ipv6_external() 160 supported = (AF_INET6 == addr[i].address.address6.sin6_family && in can_ipv6_external() 164 return supported; in can_ipv6_external()
|
H A D | task.h | 346 int supported; in can_ipv6() local 353 supported = 0; in can_ipv6() 354 for (i = 0; supported == 0 && i < count; i += 1) in can_ipv6() 355 supported = (AF_INET6 == addr[i].address.address6.sin6_family); in can_ipv6() 358 return supported; in can_ipv6()
|
/libuv/docs/src/ |
H A D | errors.rst | 40 address family not supported 48 address family not supported 72 ai_family not supported 100 socket type not supported 252 operation not supported on socket 272 protocol not supported 340 socket type not supported
|
H A D | fs.rst | 238 supported. 408 `UV_FS_COPYFILE_FICLONE_FORCE` are supported. 484 above need to be supported. 583 `UV_FS_O_DIRECT` is not supported on macOS. 598 `UV_FS_O_DSYNC` is supported on Windows via 627 `UV_FS_O_FILEMAP` is only supported on Windows. 634 `UV_FS_O_NOATIME` is not supported on Windows. 643 `UV_FS_O_NOCTTY` is not supported on Windows. 650 `UV_FS_O_NOFOLLOW` is not supported on Windows. 657 `UV_FS_O_NONBLOCK` is not supported on Windows. [all …]
|
H A D | request.rst | 77 requests is currently supported.
|
H A D | stream.rst | 216 Try to send a handle is not supported on Windows, 243 On UNIX platforms, all :c:type:`uv_stream_t` handles are supported.
|
H A D | loop.rst | 73 handle UV_ENOSYS; it means the loop option is not supported by the platform. 157 supported.
|
H A D | fs_event.rst | 114 .. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
|
H A D | udp.rst | 68 * This sets the SO_REUSEPORT socket option on supported platforms. 204 and ``UV_UDP_RECVERR`` are supported. 449 .. versionchanged:: 1.35.0 added support for :man:`recvmmsg(2)` on supported platforms).
|
H A D | misc.rst | 145 See :man:`getrusage(2)` for supported fields on UNIX-like platforms. 327 .. versionchanged:: 1.18.1 now thread-safe on all supported platforms. 342 .. versionchanged:: 1.18.1 now thread-safe on all supported platforms. 406 or `UV_ENOTSUP` if affinities are not supported on the current platform. 837 argument to `gettimeofday()` is not supported, as it is considered obsolete.
|
H A D | migration_010_100.rst | 224 While it wasn't supported by the API, users often accessed the libuv internals in
|
H A D | poll.rst | 35 On AIX, watching for disconnection is not supported.
|
H A D | process.rst | 227 This is not supported on Windows, :c:func:`uv_spawn` will fail and set the error
|
H A D | handle.rst | 229 The following handles are supported: TCP, pipes, TTY, UDP and poll. Passing
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 36 dnl Check if the flag is supported by compiler 53 dnl Check if the flag is supported by compiler (cacheable) 67 dnl Check for CFLAG and appends them to AM_CFLAGS if supported 87 dnl Check if the flag is supported by linker (cacheable) 107 dnl Check if flag is supported by both compiler and linker 316 AC_CACHE_CHECK([highest __attribute__ ((aligned ())) supported], 334 [Define the highest alignment supported])
|
H A D | ax_pthread.m4 | 252 # Clang takes -pthread; it has never supported any other flag 278 # supported by AX_PTHREAD require exactly this for POSIX threads
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 120 supported asynchronously and have intuitive argument order. They follow the 323 supported platforms.
|
H A D | threads.rst | 98 Recursive mutexes are supported, but you should not rely on them. Also, they
|
H A D | utilities.rst | 371 Text terminals have supported basic formatting for a long time, with a `pretty
|
H A D | processes.rst | 94 Changing the UID/GID is only supported on Unix, ``uv_spawn`` will fail on
|
Completed in 50 milliseconds