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: 93f61b7c3f64
Choose a base ref
...
head repository: joyent/libuv
compare: 40a9e119fffb
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 29, 2013

  1. build: add OS= make switch

    Overrides the platform detection heuristic. Useful for cross-compiling.
    bnoordhuis committed Jan 29, 2013
    Copy the full SHA
    01fe4e7 View commit details
    Browse the repository at this point in the history
  2. build: support out of tree builds

    Invoking make with builddir_name=/path/to/dir builds libuv in the
    designated directory.
    bnoordhuis committed Jan 29, 2013
    Copy the full SHA
    75dea93 View commit details
    Browse the repository at this point in the history
  3. linux: move files out of src/unix/linux

    Flattens the source tree and simplifies the Makefile.
    bnoordhuis committed Jan 29, 2013
    Copy the full SHA
    b607a7f View commit details
    Browse the repository at this point in the history
  4. build: fix up dependency rules

    * Auto-create build subdirectories.
    
    * Add coarse dependencies on header files so make rebuilds the sources
      whenever the headers change.
    bnoordhuis committed Jan 29, 2013
    Copy the full SHA
    40a9e11 View commit details
    Browse the repository at this point in the history