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: 3d2c820a4efe
Choose a base ref
...
head repository: joyent/libuv
compare: 991409e461e3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 5, 2013

  1. build: fix windows smp build with gyp

    Gyp will try a parallel build if it detect the system has >1 processor.
    This functionality depends on the Python "multiprocessing" package. The
    multiprocessing package on Windows requires that the top-level module is
    importable as a module, see:
    
      http://docs.python.org/2/library/multiprocessing.html#windows
    
    This fixes issue #984.
    
    This is a back-port of commit 2445467 from the master branch.
    geertj authored and bnoordhuis committed Nov 5, 2013
    Copy the full SHA
    991409e View commit details
    Browse the repository at this point in the history