[ANNOUNCEMENT] Updated: libuv-1.44.2-1

2022-08-17 Thread Marco Atzeri via Cygwin-announce
version 1.44.2-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.43.0-1

2022-01-23 Thread Marco Atzeri via Cygwin-announce
version 1.43.0-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.41.0-1

2021-02-18 Thread Marco Atzeri via Cygwin-announce via Cygwin
version 1.41.0-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.38.0-1

2020-06-21 Thread Marco Atzeri via Cygwin-announce
version 1.38.0-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.32.1-1

2019-10-17 Thread Marco Atzeri
version 1.32.1-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

Re: [ANNOUNCEMENT] Updated: libuv-1.24.1-1

2019-09-18 Thread Jon Turney
On 11/01/2019 14:16, Marco Atzeri wrote: version 1.24.1-1  of     libuv (source)     libuv-devel     libuv1 Not sure if this is a libuv or cmake problem (as downgrading either makes the problem go away) but meson's test suite now spits out several: assertion "

[ANNOUNCEMENT] Updated: libuv-1.24.1-1

2019-01-11 Thread Marco Atzeri
version 1.24.1-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.24.0-1

2018-11-14 Thread Marco Atzeri
version 1.24.0-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] Updated: libuv-1.23.2-1

2018-11-04 Thread Marco Atzeri
version 1.23.2-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

[ANNOUNCEMENT] New: libuv-1.22.0-1

2018-08-09 Thread Marco Atzeri
version 1.22.0-1 of libuv (source) libuv-devel libuv1 is available in the Cygwin distribution: CHANGES Frist release for cygwin DESCRIPTION libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but

libuv uv__io_poll or uv__poll_io R tolerance, giving me uv polio, help?

2017-06-22 Thread Ian Lambert via cygwin
Can someone please help with getting libuv to compile, as part of: $ R CMD /usr/lib/R/bin/INSTALL -l /usr/lib/R/site-library httpuv_1.3.3[mod].tar.gz I think I may have stumbled across a bug in the libuv core.c and/or internal.h source, but I'm not sure. From a search of the maillist, I

Re: libuv

2015-12-02 Thread Warren Young
On Dec 2, 2015, at 12:32 PM, Mr. Coin wrote: > > Lots of project such as node.js or neovim are using libuv > which is incompatible with Cygwin. Why are you trying to stack two I/O abstraction layers? The whole point of libuv is that it lets you use the same code on *ix and Windows

Re: libuv

2015-12-02 Thread Tony Kelman
Lots of project such as node.js or neovim are using libuv (https://github.com/libuv/libuv) which is incompatible with Cygwin. I've spent some time trying to build it, but I get issues with pthread. The first compilation error you'll get will look like "unknown type name 'pth

libuv

2015-12-02 Thread Mr. Coin
Hi, Lots of project such as node.js or neovim are using libuv (https://github.com/libuv/libuv) which is incompatible with Cygwin. I've spent some time trying to build it, but I get issues with pthread. The wonderful Neovim project has several opened issues regarding the portability of