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/node-gyp
base: 5f9d86d731af5f2efe1cdadc5461932e182dd9af
Choose a base ref
...
head repository: nodejs/node-gyp
compare: 39ac2c135db8a9e62bf22f0c7a4469ae6c381325
Choose a head ref
  • 15 commits
  • 27 files changed
  • 11 contributors

Commits on Jul 15, 2022

  1. lib: enable support for zoslib on z/OS (#2600)

    Check if zos-base.h is in the directory identified by environment
    variable ZOSLIB_INCLUDES if set; otherwise search for it from a set of
    candidates under nodeRootDir. Then pass it as
    -Dzoslib_include_dir=<path-found> to gyp_main.py for use in common.gypi
    to set 'includes_dir' when compiling addons.
    
    Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
    
    Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
    alexcfyung and gabylb committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    83c0a12 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. chore: update dependency - nopt@6.0.0 (#2707)

    No functional changes, just dropping old node versions from engines,
    linting, and fixing CI.
    wraithgar committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8958ecf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. fix: node.js debugger adds stderr (but exit code is 0) -> shouldn't t…

    …hrow (#2719)
    
    * fix: node.js debugger adds stderr (but exit code is 0) -> shouldn't throw
    
    * input.py: subprocess.Popen() -> subprocess.run()
    FuPeiJiang committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c379a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. feat(gyp): update gyp to v0.13.0

    kadler authored and richardlau committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3e2a532 View commit details
    Browse the repository at this point in the history
  2. feat: Add proper support for IBM i

    Python 3.9 on IBM i now properly returns "os400" for sys.platform
    instead of claiming to be AIX as it did previously. While the IBM i PASE
    environment is compatible with AIX, it is a subset and has numerous
    differences which makes it beneficial to distinguish, however this means
    that it now needs explicit support here.
    kadler authored and richardlau committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    a26494f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Adding tarfile member sanitization to extractall() (#2741)

    Co-authored-by: TrellixVulnTeam <kasimir.schulz@trellix.com>
    Trott and PatchTester committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    33deab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. chore: release 9.2.0 (#2735)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4bc4747 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    7d0c83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131d1a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    713b8dc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. chore: release 9.3.0

    github-actions[bot] authored and rvagg committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2cc72be View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    ee46f9d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. ci: update python test matrix (#2774)

    * ci: drop python 3.6 from test matrix
    
    * Update .github/workflows/tests.yml
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    lukekarrys and cclauss committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    38f01fa View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    888efb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. chore: release 9.3.1

    github-actions[bot] authored and rvagg committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    39ac2c1 View commit details
    Browse the repository at this point in the history