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

POC: src: add addon ABI declaration option #25539

Closed
wants to merge 3 commits into from

Commits on Jan 16, 2019

  1. src: add addon ABI declaration option

    Add macro `NODE_MODULE_DECLARE_ABI` to give addon authors the option of
    providing a list of versions for various parts of the ABI against which
    to check the addon at load time.
    
    Re: nodejs/TSC#651
    Gabriel Schulhof committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2dfaa45 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. use std::to_string

    Gabriel Schulhof committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2f62e74 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Move doc to own-dependencies section

    Gabriel Schulhof committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    06d96f7 View commit details
    Browse the repository at this point in the history