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: add optional string length parameter #15343

Closed
wants to merge 10 commits into from

Commits on Sep 15, 2017

  1. n-api: add optional string length parameters

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    07e9df4 View commit details
    Browse the repository at this point in the history
  2. napi: update doc for additional string length parameter

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    53c4e81 View commit details
    Browse the repository at this point in the history
  3. n-api: fix build errors

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    7a7dc8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef1af4a View commit details
    Browse the repository at this point in the history
  5. Handle non-zero terminated string in napi_fatal_error

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    8762a3c View commit details
    Browse the repository at this point in the history
  6. Add tests for non-zero termianted string input

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    c0b202c View commit details
    Browse the repository at this point in the history
  7. Fix errors after rebasing

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    cf0f4fa View commit details
    Browse the repository at this point in the history
  8. Fix CI run fail

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    90ef051 View commit details
    Browse the repository at this point in the history
  9. Fix remaining rebasing difference

    Sampson Gao committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    b0175ae View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Fix linter error

    Sampson Gao committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    8e7bf47 View commit details
    Browse the repository at this point in the history