Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2016-09-29 | 1 | -4/+13 |
| | | | | | * upstream-libuv: libuv 2016-09-27 (8221f9b3) | ||||
* | libuv: Simplify variable initializations to satisfy Clang scan-build | Brad King | 2016-09-01 | 2 | -10/+4 |
| | | | | | The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead. | ||||
* | libuv: Avoid including macOS CoreServices header globally | Brad King | 2016-08-31 | 1 | -4/+1 |
| | | | | | We only need the availability macros in `unix/internal.h`. We already include CoreServices where needed in implementation files. | ||||
* | libuv: Always include our own header first | Brad King | 2016-08-31 | 1 | -3/+3 |
| | |||||
* | Merge branch 'upstream-libuv' into import-libuv | Brad King | 2016-08-31 | 39 | -0/+17514 |
* upstream-libuv: libuv 2016-08-30 (897738b1) |