summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/include/uv
Commit message (Collapse)AuthorAgeFilesLines
* libuv: Add partial port to HP-UXEarle Lowe2019-09-201-0/+2
| | | | | Port enough of libuv to HP-UX 11.31 ia64 with GCC 4.9.3 to work for CMake.
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-183-7/+19
| | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
* libuv: Include uv/ headers from each other without any pathBrad King2019-01-172-14/+14
| | | | | | Headers in `uv/` can include each other without the `uv/` prefix. Using the prefix assumes that the location of `uv/` is in the include file search path, but it is possible to include `uv.h` via a longer path.
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-1715-0/+3054
* upstream-libuv: libuv 2019-01-15 (f84c5e69)