summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/include/uv
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-272-5/+11
| | | | | * upstream-libuv: libuv 2022-07-12 (0c1fa696)
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-01-133-70/+9
| | | | | | # By libuv upstream * upstream-libuv: libuv 2022-01-13 (2fbfa035)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-175-7/+24
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-09-233-2/+4
| | | | | * upstream-libuv: libuv 2020-09-22 (ed5b42d5)
* bootstrap: Fix libuv target platform conditions on macOSBrad King2020-07-221-0/+3
| | | | | | | | | In commit 714ce72882 (bootstrap: Make libuv available during bootstrap, 2017-09-13, v3.10.0-rc1~106^2) we modified libuv to use POSIX interfaces during bootstrap. However, some code still expects `TARGET_OS_IPHONE` to be defined on Apple platforms to either `0` or `1`. In order to offer this, include `<TargetConditionals.h>` on Apple platforms even when bootstrapping.
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-291-2/+2
| | | | | * upstream-libuv: libuv 2020-04-29 (e7ebae26)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-064-6/+28
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* 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)