Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libuv: Add partial port to HP-UX | Earle Lowe | 2019-09-20 | 1 | -0/+14 |
| | | | | | Port enough of libuv to HP-UX 11.31 ia64 with GCC 4.9.3 to work for CMake. | ||||
* | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 1 | -0/+25 |
| | | | | | | | On UNIX, build only the parts of libuv we need for the filesystem, process, and poll abstractions using the POSIX poll() backend. This avoids many platform-specific conditions. On Windows, build all of libuv; there are no conditional alternatives anyway. | ||||
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2017-05-15 | 1 | -0/+35 |
* upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878 |