summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-152-12/+11
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-226-2/+14
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* libuv: Conditionally declare Windows APIs for VS 2008 and belowBrad King2016-08-311-0/+11
|
* libuv: Fix Windows API function typedef syntaxBrad King2016-08-311-5/+5
|
* libuv: Build the library within CMakeBrad King2016-08-311-0/+4
| | | | | | | | | | | Take logic from upstream `Makefile.am` and `configure.ac` to build libuv sources. Update `uv.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_uv.h` header to include the CMake-provided copy of the `uv.h` header from CMake sources.
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-3116-0/+4381
* upstream-libuv: libuv 2016-08-30 (897738b1)