Changelog
0.14.0 (2022-10-08)
Features
Add command line argument for gyp --version
(#164 ) (5c9f4d0 )
ninja build for iOS (#174 ) (b6f2714 )
zos: support IBM Open XL C/C++ & PL/I compilers on z/OS (#178 ) (43a7211 )
Bug Fixes
lock windows env (#163 ) (44bd0dd )
move configuration information into pyproject.toml (#176 ) (d69d8ec )
node.js debugger adds stderr (but exit code is 0) -> shouldn’t throw (#179 ) (1a457d9 )
0.13.0 (2022-05-11)
Features
Bug Fixes
execvp: printf: Argument list too long (#147 ) (c4e14f3 )
0.12.1 (2022-04-06)
Bug Fixes
msvs: avoid fixing path for arguments with “=” (#143 ) (7e8f16e )
0.12.0 (2022-04-04)
Features
support building shared libraries on z/OS (#137 ) (293bcfa )
0.11.0 (2022-03-04)
Features
0.10.1 (2021-11-24)
Bug Fixes
make: only generate makefile for multiple toolsets if requested (#133 ) (f463a77 )
0.10.0 (2021-08-26)
Features
msvs: add support for Visual Studio 2022 (#124 ) (4bd9215 )
0.9.6 (2021-08-23)
Bug Fixes
0.9.5 (2021-08-18)
Bug Fixes
add python 3.6 to node-gyp integration test (3462d4c )
revert for windows compatibility (d078e7d )
support msvs_quote_cmd in ninja generator (#117 ) (46486ac )
0.9.4 (2021-08-09)
Bug Fixes
.S is an extension for asm file on Windows (#115 ) (d2fad44 )
0.9.3 (2021-07-07)
Bug Fixes
build failure with ninja and Python 3 on Windows (#113 ) (c172d10 )
0.9.2 (2021-05-21)
Bug Fixes
0.9.1 (2021-05-14)
Bug Fixes
0.9.0 (2021-05-13)
Features
Bug Fixes
0.8.1 (2021-02-18)
Bug Fixes
update shebang lines from python to python3 (#94 ) (a1b0d41 )
0.8.0 (2021-01-15)
⚠ BREAKING CHANGES
remove support for Python 2
Bug Fixes
gyp
0.7.0 (2020-12-17)
⚠ BREAKING CHANGES
msvs: On Windows, arguments passed to the “action” commands are no longer transformed to replace slashes with backslashes.
Features
xcode: –cross-compiling overrides arch-specific settings (973bae0 )
Bug Fixes
msvs: do not fix paths in action command arguments (fc22f83 )
cmake on python 3 (fd61f5f )
ValueError: invalid mode: ‘rU’ while trying to load binding.gyp (d0504e6 )
xcode cmake parsing (eefe8d1 )
0.6.2 (2020-10-16)
Bug Fixes
do not rewrite absolute paths to avoid long paths (#74 ) (c2ccc1a )
only include MARMASM when toolset is target (5a2794a )
0.6.1 (2020-10-14)
Bug Fixes
Correctly rename object files for absolute paths in MSVS generator.
0.6.0 (2020-10-13)
Features
The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS).
0.5.0 (2020-09-30)
Features
Extended compile_commands_json generator to consider more file extensions than just c
and cc
. cpp
and cxx
are now supported.
Source files with duplicate basenames are now supported.
Removed
The --no-duplicate-basename-check
option was removed.
The msvs_enable_marmasm
configuration option was removed in favor of auto-inclusion of the “marmasm” sections for Windows on ARM.
0.4.0 (2020-07-14)
Features
Added support for passing arbitrary architectures to Xcode builds, enables arm64
builds.
Bug Fixes
Fixed a bug on Solaris where copying archives failed.
0.3.0 (2020-06-06)
Features
Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target.
Bug Fixes
Fixed XCode CLT version detection on macOS Catalina.
0.2.1 (2020-05-05)
Bug Fixes
Relicensed to Node.js contributors.
Fixed Windows bug introduced in v0.2.0.
0.2.0 (2020-04-06)
This is the first release of this project, based on https://chromium.googlesource.com/external/gyp with changes made over the years in Node.js and node-gyp.