summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src
Commit message (Collapse)AuthorAgeFilesLines
...
* libuv: Always include our own header firstBrad King2016-08-312-6/+6
|
* libuv: Conditionally declare Windows APIs for VS 2008 and belowBrad King2016-08-312-2/+12
|
* libuv: Fix anonymous union syntaxBrad King2016-08-311-2/+2
|
* libuv: Disable warnings to avoid changing 3rd party codeBrad King2016-08-311-0/+4
| | | | | Add '-w' or equivalent flag on compilers supporting it. Tell MSVC to use its lowest warning level inside libuv sources.
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-3181-0/+43249
* upstream-libuv: libuv 2016-08-30 (897738b1)