0.18.3 (2024-10-08)
0.18.2 (2024-09-23)
- do not assume that /usr/bin/env exists on macOS (#216) (706d04a)
- fix E721 lint errors (#206) (d1299a4)
0.18.1 (2024-05-26)
0.18.0 (2024-05-08)
0.17.0 (2024-04-29)
- failed to detect flavor if compiler path include white spaces (#240) (f3b9753)
- support cross compiling for wasm with make generator (#222) (de0e1c9)
- support empty dictionary keys in input (#245) (178459f)
- update Ruff to 0.3.1 (876ccaf)
0.16.2 (2024-03-07)
0.16.1 (2023-10-25)
0.16.0 (2023-10-23)
0.15.1 (2023-09-08)
0.15.0 (2023-03-30)
0.14.1 (2023-02-19)
0.14.0 (2022-10-08)
- 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)
- 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)
0.12.1 (2022-04-06)
0.12.0 (2022-04-04)
0.11.0 (2022-03-04)
0.10.1 (2021-11-24)
0.10.0 (2021-08-26)
0.9.6 (2021-08-23)
- align flake8 test (#122) (f1faa8d)
- msvs: fix paths again in action command arguments (#121) (7159dfb)
0.9.5 (2021-08-18)
- 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)
0.9.3 (2021-07-07)
0.9.2 (2021-05-21)
0.9.1 (2021-05-14)
- py lint (3b6a8ee)
0.9.0 (2021-05-13)
- msvs.py: remove overindentation (#102) (3f83e99)
- update gyp.el to change case to cl-case (#93) (13d5b66)
0.8.1 (2021-02-18)
0.8.0 (2021-01-15)
- remove support for Python 2
0.7.0 (2020-12-17)
- msvs: On Windows, arguments passed to the "action" commands are no longer transformed to replace slashes with backslashes.
- xcode: --cross-compiling overrides arch-specific settings (973bae0)
- 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)
- 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)
- Correctly rename object files for absolute paths in MSVS generator.
0.6.0 (2020-10-13)
- 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)
- Extended compile_commands_json generator to consider more file extensions than just
c
andcc
.cpp
andcxx
are now supported. - Source files with duplicate basenames are now supported.
- 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)
- Added support for passing arbitrary architectures to Xcode builds, enables
arm64
builds.
- Fixed a bug on Solaris where copying archives failed.
0.3.0 (2020-06-06)
- Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target.
- Fixed XCode CLT version detection on macOS Catalina.
0.2.1 (2020-05-05)
- 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.