summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: Make libuv available during bootstrapBrad King2017-09-171-2/+12
| | | | | | | 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-13/+9
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-221-2/+10
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* libuv: Avoid including macOS CoreServices header globallyBrad King2016-08-311-4/+1
| | | | | We only need the availability macros in `unix/internal.h`. We already include CoreServices where needed in implementation files.
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+325
* upstream-libuv: libuv 2016-08-30 (897738b1)