Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 1d5c61a8b312
Choose a base ref
...
head repository: joyent/libuv
compare: db1a8b85d28d
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 10, 2013

  1. build: squelch -Wdollar-in-identifier-extension warnings

    The dtrace probes contain dollar signs. We know, llvm-gcc, and we don't
    care. Suppress the warnings.
    bnoordhuis committed Apr 10, 2013
    Copy the full SHA
    8ea49c1 View commit details
    Browse the repository at this point in the history
  2. windows, unix: remove dead code

    mscdex authored and piscisaureus committed Apr 10, 2013
    Copy the full SHA
    4d4f149 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9021dbc View commit details
    Browse the repository at this point in the history
  4. win: refactor uv_cpu_info

    Fixes a couple of error handling issues:
    
    * Don't free an uninitialized pointer when allocating memory for
      `cpu_infos` fails.
    * Don't return a bogus error value when NtQuerySystemInformation fails.
      That function returns an NTSTATUS code instead of setting the last
      error.
    * Don't clobber out parameters when an error happens.
    piscisaureus committed Apr 10, 2013
    Copy the full SHA
    a9bce29 View commit details
    Browse the repository at this point in the history
  5. build: add support for Visual Studio 2012

    Closes #722
    seishun authored and piscisaureus committed Apr 10, 2013
    Copy the full SHA
    bc5fa79 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v0.10'

    piscisaureus committed Apr 10, 2013
    Copy the full SHA
    db1a8b8 View commit details
    Browse the repository at this point in the history