summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src
Commit message (Expand)AuthorAgeFilesLines
* libuv: macos: use posix poll instead of kqueueBrad King2024-04-011-0/+2
* libuv: process: de-duplicate conditions for using kqueueBrad King2024-04-011-5/+1
* libuv: Avoid posix_spawn on macOS < 10.8Brad King2024-03-251-3/+7
* libuv: win/spawn: optionally run executable paths with no file extensionBrad King2024-02-082-5/+10
* libuv: Revert "win/spawn: run executables with no file extension"Brad King2024-02-081-6/+2
* libuv: win/spawn: run executables with no file extensionKyle Edwards2023-12-041-2/+6
* libuv: Revert "win/spawn: run executables with no file extension"Brad King2023-12-041-12/+25
* libuv: win: honor NoDefaultCurrentDirectoryInExePath env varKyle Edwards2023-12-011-4/+6
* libuv: win/spawn: run executables with no file extensionKyle Edwards2023-11-301-25/+12
* libuv: win,process: avoid kernel bug with starting Windows Store appsBrad King2023-09-281-12/+29
* libuv: Use SIGCHLD in bootstrap modeKyle Edwards2023-08-211-1/+3
* libuv: win,spawn: allow %PATH% to be unsetKyle Edwards2023-08-181-16/+13
* libuv: Suppress clang-analyzer warningsBrad King2023-05-222-0/+10
* libuv: Update CMake-internal buildsystem for 1.44.2Brad King2022-09-272-0/+8
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-2749-1402/+2502
* libuv: add cast to pass sockaddr_storage as sockaddr on windowsBrad King2022-01-131-1/+1
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-01-1316-840/+157
* libuv: Fix clang-analyzer deadcode.DeadStores warning on LinuxBrad King2021-11-171-1/+2
* libuv: Convert C++-style comment to C-styleBrad King2021-11-171-1/+1
* libuv: Update uv__fs_copy_file_range signature in cmake-bootstrap.cBrad King2021-11-171-2/+2
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-1752-1245/+1955
* libuv: Build unix tcp support during CMake bootstrapBrad King2021-11-171-17/+0
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* libuv: Include BSD sys/cpuset.h only on platforms where we use itBrad King2021-09-291-2/+5
* Merge topic 'libuv-mingw-arm'Brad King2021-07-191-2/+6
|\
| * libuv: Fix building with mingw toolchains for ARM/AArch64Martin Storsjö2021-07-151-2/+6
* | libuv: Allow windows UNC path with forward slashesearnal2021-07-121-1/+4
|/
* libuv: Suppress conversion warning on WindowsBrad King2020-09-231-1/+1
* libuv: Add fs_copy stub to cmake-bootstrap.cBrad King2020-09-231-0/+8
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-09-2344-526/+1570
* libuv: Add proctitle and threadpool cleanup stubs to cmake-bootstrap.cBrad King2020-04-291-0/+6
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-2929-368/+812
* libuv: Restore compilation on Apple i386 architectureBrad King2020-04-071-1/+1
* libuv: Restore compilation with XLClang 16.1 on AIXBrad King2020-04-071-0/+6
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-0662-1483/+3850
* libuv: Add partial port to HP-UXEarle Lowe2019-09-206-4/+48
* libuv: fix compilation with macOS 10.10 SDKBrad King2019-06-191-1/+1
* libuv: Add uv__statx() stub to cmake-bootstrap.cKyle Edwards2019-06-181-0/+9
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-1843-348/+1763
* libuv: fix atomic ops compilation with xlclangBrad King2019-02-251-2/+2
* libuv: Update CMake-internal buildsystemBrad King2019-01-171-0/+1
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-1777-2995/+3224
* libuv: fix clang scan-build warningKyle Edwards2019-01-141-1/+1
* libuv: do not require PATH_MAX to be definedBrad King2018-10-011-8/+39
* libuv: Revert local linux/sparc64 fix now that we have upstream fixBrad King2018-05-071-1/+1
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-0756-681/+899
* Merge topic 'ctest-libuv-linux-sparc64'Brad King2018-05-031-1/+1
|\
| * libuv: linux/sparc64: use fcntl to set and clear O_NONBLOCKBrad King2018-05-021-1/+1
* | libuv: disable process affinity during CMake bootstrapBrad King2018-03-051-0/+10
* | libuv: unix,win: add uv_spawn option to set child CPU affinity maskBrad King2018-03-052-0/+101