summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/posix-hrtime.c
Commit message (Collapse)AuthorAgeFilesLines
* libuv: Add partial port to HP-UXEarle Lowe2019-09-201-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 bootstrapBrad King2017-09-171-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-libuvBrad King2017-05-151-0/+35
* upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878