gyp-next

A fork of the GYP build system for use in the Node.js projects

BSD-3-CLAUSE License

Downloads
3.7K
Stars
130
Committers
36

Bot releases are hidden (Show)

gyp-next - gyp-next v0.6.1

Published by targos about 4 years ago

Fixed

  • Correctly rename object files for absolute paths in MSVS generator.
gyp-next - gyp-next v0.6.0

Published by targos about 4 years ago

Added

  • The Makefile generator will now output shared libraries directly to the product
    directory on all platforms (previously only macOS).
gyp-next - gyp-next v0.5.0

Published by targos about 4 years ago

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 - gyp-next v0.4.0

Published by targos over 4 years ago

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 - gyp-next v0.3.0

Published by targos over 4 years ago

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.