Skip to content

Releases: nodejs/gyp-next

gyp-next v0.9.4

09 Aug 12:48
6a71001
Compare
Choose a tag to compare

Bug Fixes

  • .S is an extension for asm file on Windows (#115) (d2fad44)

gyp-next v0.9.3

07 Jul 01:41
27c1fb7
Compare
Choose a tag to compare

Bug Fixes

  • build failure with ninja and Python 3 on Windows (#113) (c172d10)

gyp-next v0.9.2

01 Jun 10:31
d47ed53
Compare
Choose a tag to compare

Bug Fixes

gyp-next v0.9.1

14 May 04:23
dc08c15
Compare
Choose a tag to compare

Bug Fixes

gyp-next v0.9.0

13 May 01:44
a8541e8
Compare
Choose a tag to compare

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 v0.8.1

18 Feb 10:46
ff0a28a
Compare
Choose a tag to compare

Bug Fixes

  • update shebang lines from python to python3 (#94) (a1b0d41)

gyp-next v0.8.0

16 Jan 06:13
f36d48f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove support for Python 2

Bug Fixes

gyp

gyp-next v0.7.0

18 Dec 00:23
bab8294
Compare
Choose a tag to compare

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

16 Oct 18:12
1ad39a1
Compare
Choose a tag to compare

Bug Fixes

  • do not rewrite absolute paths to avoid long paths (#74) (c2ccc1a)
  • only include MARMASM when toolset is target (5a2794a)

gyp-next v0.6.1

15 Oct 05:32
Compare
Choose a tag to compare

Fixed

  • Correctly rename object files for absolute paths in MSVS generator.