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 visible (Hide)

gyp-next - gyp-next v0.9.2

Published by github-actions[bot] over 3 years ago

Bug Fixes

gyp-next - gyp-next v0.9.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

gyp-next - gyp-next v0.9.0

Published by github-actions[bot] over 3 years ago

Features

  • use LDFLAGS_host for host toolset (#98) (bea5c7b)

Bug Fixes

  • msvs.py: remove overindentation (#102) (3f83e99)
  • update gyp.el to change case to cl-case (#93) (13d5b66)
gyp-next - gyp-next v0.8.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • update shebang lines from python to python3 (#94) (a1b0d41)
gyp-next - gyp-next v0.8.0

Published by github-actions[bot] almost 4 years ago

⚠ BREAKING CHANGES

  • remove support for Python 2

Bug Fixes

gyp

gyp-next - gyp-next v0.7.0

Published by github-actions[bot] almost 4 years ago

⚠ 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)
gyp-next - gyp-next v0.6.2

Published by github-actions[bot] about 4 years ago

Bug Fixes

  • do not rewrite absolute paths to avoid long paths (#74) (c2ccc1a)
  • only include MARMASM when toolset is target (5a2794a)
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.