Lines Matching refs:supported
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
68 minimum supported version.