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: c8c775bd9739
Choose a base ref
...
head repository: joyent/libuv
compare: 5841852703c0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 26, 2013

  1. build: darwin: disable -fstrict-aliasing warnings

    gcc 4.2.1 as shipped with Xcode complains incessantly about aliasing
    warnings, which, while technically true, disregards the fact that the
    aliased types have the same layout in memory. Squelch the warnings.
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    a0bc4cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    488b43e View commit details
    Browse the repository at this point in the history
  3. test: add 'start timer from check handle' test

    Check that a timer that is started from a check handle gets picked up
    correctly, i.e. that it influences the timeout used in the next tick
    of the event loop.
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    5841852 View commit details
    Browse the repository at this point in the history