Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Nan 2.0 #509

Merged
merged 21 commits into from
Sep 29, 2015
Merged

Upgrade to Nan 2.0 #509

merged 21 commits into from
Sep 29, 2015

Commits on Aug 12, 2015

  1. wip: upgrade to nan 2.x

    Dane Springmeyer committed Aug 12, 2015
    1 Configuration menu
    Copy the full SHA
    947e12e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. fix compile against latest master

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    0eb37ca View commit details
    Browse the repository at this point in the history
  2. use Nan::CopyBuffer where expected

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    f295e9a View commit details
    Browse the repository at this point in the history
  3. fix code lost in bad merge

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    0f4b9f7 View commit details
    Browse the repository at this point in the history
  4. fix map.get_layer()

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    41e024d View commit details
    Browse the repository at this point in the history
  5. fix grid_view.isSolidSync

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    8548205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb139b View commit details
    Browse the repository at this point in the history
  7. fix compile against io.js 3.x

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    228af79 View commit details
    Browse the repository at this point in the history
  8. test building against io.js 3.0.0

    Dane Springmeyer committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    1d284bd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. use correct Local type

    Dane Springmeyer committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    413a7b4 View commit details
    Browse the repository at this point in the history
  2. simplify HasInstance check

    Dane Springmeyer committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    5ae8ecb View commit details
    Browse the repository at this point in the history
  3. remove HandleScopes no longer needed (implicit in NAN_METHOD/GETTER/S…

    …ETTER)
    Dane Springmeyer committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    097b4a3 View commit details
    Browse the repository at this point in the history
  4. local everywhere

    Dane Springmeyer committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    e2b2200 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. merge with master

    Dane Springmeyer committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    ed158d0 View commit details
    Browse the repository at this point in the history
  2. get mapnik-vt version right

    Dane Springmeyer committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    51a3cbc View commit details
    Browse the repository at this point in the history
  3. latest nan and node-pre-gyp

    Dane Springmeyer committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    d42ed9d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. always write actual test file for comparison

    Dane Springmeyer committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    0b15917 View commit details
    Browse the repository at this point in the history
  2. fix compile against io.js 1.8.4

    Dane Springmeyer committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    d96e655 View commit details
    Browse the repository at this point in the history
  3. avoid v8::Map namespace clash by using v8:: everywhere

    Dane Springmeyer committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    40fb7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. improve test coverage for ImageView.save - refs #509 #527 #528

    Dane Springmeyer committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    477c259 View commit details
    Browse the repository at this point in the history
  2. Add missing coverage of invalid palette type - refs #509

    Dane Springmeyer committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    3b68a8d View commit details
    Browse the repository at this point in the history