Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 28) sorted by relevance

12

/libuv/docs/src/
H A Dversion.rst7 Starting with version 1.0.0 libuv follows the `semantic versioning`_
21 libuv version's major number.
25 libuv version's minor number.
29 libuv version's patch number.
33 Set to 1 to indicate a release version of libuv, 0 for a development
38 libuv version suffix. Certain development releases such as Release Candidates
43 Returns the libuv version packed into a single integer. 8 bits are used for
59 Returns the libuv version number as a string. For non-release versions the
60 version suffix is included.
H A Dconf.py74 version = get_libuv_version() variable
76 release = version
136 html_short_title = 'libuv %s documentation' % version
H A Dapi.rst10 version
H A Dmisc.rst204 Data type for operating system name and version information.
211 char version[256];
787 operating system name, release, version, and machine. On non-Windows
809 The synchronous version may block indefinitely when not enough entropy
810 is available. The asynchronous version may not ever finish when the system
832 When using the synchronous version, both `loop` and `req` parameters
/libuv/tools/
H A Dmake_dist_html.py84 def version(tag): function
88 return version(tag)[:2]
95 if version(tag) >= version('v1.7.0'):
117 tags.sort(key=version, reverse=True)
H A Dvswhere_usability_wrapper.cmd5 :: version: 2.0.0
19 set VSWHERE_LMT=-version "[15.0,16.0)"
/libuv/
H A Dautogen.sh35 aclocal_version=`"$ACLOCAL" --version | head -n 1 | sed 's/[^.0-9]//g'`
36 autoconf_version=`"$AUTOCONF" --version | head -n 1 | sed 's/[^.0-9]//g'`
37 automake_version=`"$AUTOMAKE" --version | head -n 1 | sed 's/[^.0-9]//g'`
40 libtoolize_version=`"$LIBTOOLIZE" --version | head -n 1 | sed 's/[^.0-9]//g'`
H A DChangeLog3 Changes since version 1.47.0:
94 Changes since version 1.46.0:
203 Changes since version 1.45.0:
262 Changes since version 1.44.2:
555 Changes since version 1.44.1:
683 Changes since version 1.44.0:
694 Changes since version 1.43.0:
805 Changes since version 1.42.0:
894 Changes since version 1.41.0:
1049 Changes since version 1.40.0:
[all …]
H A DSUPPORTED_PLATFORMS.md56 would mean adding support for a new version.
58 Compilation and runtime must succeed for the minimum supported version. If a
66 autotools based build system or use version checking macros.
68 minimum supported version.
H A D.readthedocs.yaml1 version: 2
H A DMakefile.am25 include/uv/version.h
31 libuv_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 1:0:0
47 src/version.c \
H A DREADME.md38 Starting with version 1.0.0 libuv follows the [semantic versioning](http://semver.org/)
312 AIX compilation using IBM XL C/C++ requires version 12.1 or greater.
/libuv/test/
H A Dtest-uname.c51 ASSERT_OK(strcmp(buffer.version, buf.version)); in TEST_IMPL()
54 snprintf(temp, sizeof(temp), "%s.%s", buf.version, buf.release); in TEST_IMPL()
H A Dtest-platform-output.c236 printf(" version: %s\n", uname.version); in TEST_IMPL()
/libuv/src/unix/
H A Ddarwin-stub.h60 CFIndex version; member
67 CFIndex version; member
H A Dthread.c512 const char* version = gnu_get_libc_version(); in glibc_version_check() local
514 version[0] == '2' && version[1] == '.' && in glibc_version_check()
515 atoi(version + 2) < 21; in glibc_version_check()
H A Dlinux.c307 unsigned version; in uv__kernel_version() local
314 version = atomic_load_explicit(&cached_version, memory_order_relaxed); in uv__kernel_version()
315 if (version != 0) in uv__kernel_version()
316 return version; in uv__kernel_version()
335 needle = strstr(u.version, "Debian "); in uv__kernel_version()
369 version = major * 65536 + minor * 256 + patch; in uv__kernel_version()
370 atomic_store_explicit(&cached_version, version, memory_order_relaxed); in uv__kernel_version()
372 return version; in uv__kernel_version()
H A Dcore.c1706 buf.version, in uv_os_uname()
1718 r = uv__strscpy(buffer->version, buf.version, sizeof(buffer->version)); in uv_os_uname()
1736 buffer->version[0] = '\0'; in uv_os_uname()
/libuv/.github/workflows/
H A DCI-docs.yml17 python-version: '3.9'
H A Dsanitizer.yml116 version: "17"
H A DCI-unix.yml125 # this ensure install latest qemu on ubuntu, apt get version is old
/libuv/m4/
H A Dlibuv-check-flags.m48 dnl the Free Software Foundation; either version 3, or (at your option)
9 dnl any later version.
32 dnl distribute a modified version of the Autoconf Macro, you may extend
33 dnl this special exception to the GPL to apply to your modified version as
H A Dax_pthread.m461 # Free Software Foundation, either version 3 of the License, or (at your
62 # option) any later version.
82 # modified version of the Autoconf Macro, you may extend this special
83 # exception to the GPL to apply to your modified version as well.
285 # that build with -Werror. So if the active version of Clang has
291 # Create an alternate version of $ac_link that compiles and
/libuv/src/win/
H A Dutil.c1578 version_size = sizeof(buffer->version); in uv_os_uname()
1581 buffer->version, in uv_os_uname()
1591 buffer->version[version_size++] = ' '; in uv_os_uname()
1593 version_size = sizeof(buffer->version) - version_size; in uv_os_uname()
1596 buffer->version + in uv_os_uname()
1597 sizeof(buffer->version) - version_size, in uv_os_uname()
1673 buffer->version[0] = '\0'; in uv_os_uname()
/libuv/docs/src/guide/
H A Dintroduction.rst44 In the node-v0.9.0 version of libuv `libev was removed`_.
50 This book and the code is based on libuv version `v1.42.0`_.

Completed in 87 milliseconds

12