Skip to content
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: nodejs/nan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nodejs/nan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 14, 2015

  1. Make compatible with io.js

    io.js ships a newer V8 version where String::ExternalAsciiStringResource
    has been replaced with String::ExternalOneByteStringResource.
    
    This change makes nan compile again with V8 3.29 and up.
    
    Fixes #222.
    
    This is a back-port of commit b003843 from the 1.5 and master branch
    and should make modules that depend on nan ~1.4.x work with io.js
    without requiring action from their maintainers.
    bnoordhuis committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    0dbc5e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Merge pull request #228 from bnoordhuis/v1.4

    Make compatible with io.js
    rvagg committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    dbe58e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405f977 View commit details
    Browse the repository at this point in the history
  3. 1.4.2

    rvagg committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    769993a View commit details
    Browse the repository at this point in the history
  4. 1.4.3

    rvagg committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    75121a4 View commit details
    Browse the repository at this point in the history
Loading