Releases: nodejs/gyp-next
Releases · nodejs/gyp-next
gyp-next v0.6.2
gyp-next v0.6.1
Fixed
- Correctly rename object files for absolute paths in MSVS generator.
gyp-next v0.6.0
Added
- The Makefile generator will now output shared libraries directly to the product
directory on all platforms (previously only macOS).
gyp-next v0.5.0
Added
- Extended compile_commands_json generator to consider more file extensions than
justc
andcc
.cpp
andcxx
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.
gyp-next v0.4.0
Added
- Added support for passing arbitrary architectures to Xcode builds, enables
arm64
builds.
Fixed
- Fixed a bug on Solaris where copying archives failed.
gyp-next v0.3.0
Added
- Added support for MSVC cross-compilation. This allows compilation on x64 for
a Windows ARM target.
Fixed
- Fixed XCode CLT version detection on macOS Catalina.