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

N api dataview #14382

Closed
wants to merge 10 commits into from
Closed

N api dataview #14382

wants to merge 10 commits into from

Commits on Jul 19, 2017

  1. n-api: Add support for DataView

    Basic support for Dataview is added by this commit. This is achieved
    by using three functions, napi_create_dataview(), napi_is_dataview()
    and napi_get_dataview_info();
    
    Fixes: nodejs#13926
    shivanth committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    43ec67d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Fix typos in documentation

    shivanth committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    b56c76b View commit details
    Browse the repository at this point in the history
  2. Fix more documentation issue

    shivanth committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    3839165 View commit details
    Browse the repository at this point in the history
  3. Fix typos and alignment

    shivanth committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    5fc5ffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    260ad4e View commit details
    Browse the repository at this point in the history
  5. Changes as per review

    shivanth committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    11362b5 View commit details
    Browse the repository at this point in the history
  6. Add links below

    shivanth committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    b5fcb56 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Relocate the links in doc

    shivanth committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    3fdc71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcac0ac View commit details
    Browse the repository at this point in the history
  3. Changes as per review

    shivanth committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    afca265 View commit details
    Browse the repository at this point in the history