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: 6591d000d137
Choose a base ref
...
head repository: joyent/libuv
compare: cb5140023b10
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 10, 2014

  1. build: add x32 support to gyp build

    This commit adds x32 support to the gyp build.  Configure with:
    
        $ ./gyp_uv.py -Dtarget_arch=x32
    bnoordhuis authored and saghul committed Nov 10, 2014
    Copy the full SHA
    f914721 View commit details
    Browse the repository at this point in the history
  2. build: remove dtrace probes

    The existing probes, all two of them, cause a great deal of pain for
    people trying to build libuv on Linux because of SystemTap's dtrace(1)
    utilitity not understanding the -xnolibs flag.
    
    We could hack around that but it's easier to just remove the probes:
    they are largely useless and unused while still needing a lot of
    supporting infrastructure.  This commit removes 200 lines of code
    and configuration.
    
    Refs #1478.
    bnoordhuis authored and saghul committed Nov 10, 2014
    Copy the full SHA
    cb51400 View commit details
    Browse the repository at this point in the history