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: 546fa7d508ba
Choose a base ref
...
head repository: joyent/libuv
compare: fe8322d27c3d
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 27, 2014

  1. windows: use '-l<library>' form in gyp file

    This fixes the build with MinGW32.
    Caleb James DeLisle authored and saghul committed Jun 27, 2014
    Copy the full SHA
    d3c30aa View commit details
    Browse the repository at this point in the history
  2. windows: fix mingw32/debug build

    Debug build failed on mingw32 because CRT assertion disable code was stubbed out.
    Replace __declspec(thread) with UV_THREAD_LOCAL which is defined as __thread on GCC.
    cjdelisle authored and saghul committed Jun 27, 2014
    Copy the full SHA
    fe8322d View commit details
    Browse the repository at this point in the history