summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/win/process.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-271-10/+10
| | | | | * upstream-libuv: libuv 2022-07-12 (0c1fa696)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-171-5/+4
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* libuv: Allow windows UNC path with forward slashesearnal2021-07-121-1/+4
| | | | | | | Fix libuv issue 3159 in CMake while integration in upstream libuv is pending. Fixes: #22141
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-291-5/+4
| | | | | * upstream-libuv: libuv 2020-04-29 (e7ebae26)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-2/+2
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-171-30/+40
| | | | | * upstream-libuv: libuv 2019-01-15 (f84c5e69)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-3/+8
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* libuv: unix,win: add uv_spawn option to set child CPU affinity maskBrad King2018-03-051-0/+56
| | | | | | | | Implement it on Linux, FreeBSD, and Windows for now, and fail with UV_ENOTSUP on other platforms. Backported from upstream libuv PR 1527, scheduled for inclusion in libuv 2.0.
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-191-5/+26
| | | | | * upstream-libuv: libuv 2018-01-19 (63de1eca)
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-151-2/+1
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-221-1/+1
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+1247
* upstream-libuv: libuv 2016-08-30 (897738b1)