summaryrefslogtreecommitdiff
path: root/Utilities/cmlibuv
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libuv: misc: add function to get CPU affinity mask sizeBrad King2018-03-053-0/+17
|/
* libuv: Update build within CMakeBrad King2018-01-191-1/+2
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-1961-1018/+2800
* libuv: unix: restart syscalls interrupted by our signal handlerBrad King2018-01-081-1/+6
* bootstrap: Make libuv available during bootstrapBrad King2017-09-178-10/+200
* Build with libuv on Cygwin to enable server-modeBrad King2017-05-281-0/+21
* libuv: Update build within CMakeBrad King2017-05-261-0/+4
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-2620-96/+720
* libuv: Update build within CMakeBrad King2017-05-161-0/+7
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-1547-710/+957
* libuv: Compile as C 99 on Solaris 5.11Brad King2017-05-051-0/+7
* libuv: Compile as C 90 on Solaris 5.10 with SunPro 5.14Brad King2017-05-051-3/+5
* libuv: Compile as C 90 on Solaris 10Brad King2017-02-281-0/+3
* libuv: Link to 'rt' library on Solaris 10 to get semaphoresBrad King2017-02-261-0/+1
* libuv: Implement mkdtemp on Solaris 10Brad King2017-02-261-1/+11
* libuv: automatically skip ifaddrs on Solaris 10Brad King2017-02-261-0/+4
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-2134-256/+1530
* libuv requires _XOPEN_SOURCE 600 on Solaris 11Eric Berge2016-12-211-1/+9
* Merge branch 'upstream-libuv' into update-libuvBrad King2016-09-294-41/+84