summaryrefslogtreecommitdiff
path: root/Utilities/cmlibuv
Commit message (Expand)AuthorAgeFilesLines
* libuv: Update CMake-internal buildsystem for 1.44.2Brad King2022-09-273-0/+10
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-2752-1409/+2516
* Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-271-1/+1
* 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-1321-914/+169
* 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 CMake-internal buildsystemBrad King2021-11-171-0/+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-1758-1256/+2005
* libuv: Build unix tcp support during CMake bootstrapBrad King2021-11-171-17/+0
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-152-2/+2
* 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
|/
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
* libuv: Add support for building for QNX within CMakeElad Lahav2020-09-251-0/+18
* 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-2348-536/+1594
* bootstrap: Fix libuv target platform conditions on macOSBrad King2020-07-221-0/+3
* 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-2931-377/+836
* 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-0667-1497/+3984
* libuv: Add support for building on IBM i (OS400)Jesse Gorzinski2020-03-061-0/+19
* libuv: Add partial port to HP-UXEarle Lowe2019-09-208-4/+67
* 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-1847-356/+1847
* libuv: fix atomic ops compilation with xlclangBrad King2019-02-251-2/+2
* Utilities: Suppress warnings in third-party code when using XLClangBrad King2019-02-251-1/+1
* Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-1/+1
* libuv: Update CMake-internal buildsystemBrad King2019-01-172-18/+24
* libuv: Include uv/ headers from each other without any pathBrad King2019-01-172-14/+14
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-1794-3123/+3371
* libuv: fix clang scan-build warningKyle Edwards2019-01-141-1/+1
* Merge topic 'libuv-gnu-hurd'Brad King2018-10-031-8/+39
|\
| * libuv: do not require PATH_MAX to be definedBrad King2018-10-011-8/+39
* | libuv: Add kFreeBSD platform-specific filesGregor Jasny2018-09-181-0/+16
|/
* 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-0761-751/+990
* 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-053-0/+114