Skip to content

Releases: nodejs/gyp-next

gyp-next v0.6.0

13 Oct 18:28
Compare
Choose a tag to compare

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

30 Sep 05:58
Compare
Choose a tag to compare

Added

  • 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.

gyp-next v0.4.0

14 Jul 06:44
Compare
Choose a tag to compare

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

11 Jun 08:04
Compare
Choose a tag to compare

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.