1 Star 0 Fork 0

yangwu / node-gyp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 16.15 KB
一键复制 编辑 原始数据 按行查看 历史
Rod Vagg 提交于 2017-06-02 08:14 . 3.6.2

v3.6.2 2017-06-01

  • [72afdd62cd] - build: rename copyNodeLib() to doBuild() (Liu Chao) #1206
  • [bad903ac70] - win: more robust parsing of SDK version (Refael Ackermann) #1198
  • [241752f381] - Log dist-url. (Ben Noordhuis) #1170
  • [386746c7d1] - configure: use full path in node_lib_file GYP var (Pavel Medvedev) #964
  • [0913b2dd99] - build, win: use target_arch to link with node.lib (Pavel Medvedev) #964
  • [c307b302f7] - doc: blorb about setting npm_config_OPTION_NAME (Refael Ackermann) #1185

v3.6.1 2017-04-30

  • [49801716c2] - test: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) #1172
  • [a83a3801fc] - test: fix test/test-configure-python on AIX (Richard Lau) #1131
  • [8a767145c9] - gyp: Revert quote_cmd workaround (Kunal Pathak) #1153
  • [c09cf7671e] - doc: add a note for using configure on Windows (Vse Mozhet Byt) #1152
  • [da9cb5f411] - Delete superfluous .patch files. (Ben Noordhuis) #1122

v3.6.0 2017-03-16

  • [ae141e1906] - win: find and setup for VS2017 (Refael Ackermann) #1130
  • [ec5fc36a80] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) #873
  • [a04ea3051a] - Add support to build node.js with chakracore. (Kunal Pathak) #873
  • [93d7fa83c8] - Upgrade semver dependency. (Ben Noordhuis) #1107
  • [ff9a6fadfd] - Update link of gyp as Google code is shutting down (Peter Dave Hello) #1061

v3.5.0 2017-01-10

  • [762d19a39e] - [doc] merge History.md and CHANGELOG.md (Rod Vagg)
  • [80fc5c3d31] - Fix deprecated dependency warning (Simone Primarosa) #1069
  • [05c44944fd] - Open the build file with universal-newlines mode (Guy Margalit) #1053
  • [37ae7be114] - Try python launcher when stock python is python 3. (Ben Noordhuis) #992
  • [e3778d9907] - Add lots of findPython() tests. (Ben Noordhuis) #992
  • [afc766adf6] - Unset executable bit for .bat files (Pavel Medvedev) #969
  • [ddac348991] - Use push on PYTHONPATH and add tests (Michael Hart) #990
  • [b182a19042] - Revert "add "path-array" dep" (Michael Hart) #990
  • [7c08b85c5a] - Revert "configure: use "path-array" for PYTHONPATH" (Michael Hart) #990
  • [9c8d275526] - Add --devdir flag. (Ben Noordhuis) #916
  • [f6eab1f9e4] - doc: add windows-build-tools to readme (Felix Rieseberg) #970

v3.4.0 2016-06-28

v3.3.1 2016-03-04

v3.3.0 2016-02-16

v3.2.1 2015-12-03

v3.2.0 2015-11-25

  • [268f1ca4c7] - Use result of which when searching for python. (Refael Ackermann) #668
  • [817ed9bd78] - Add test for python executable search logic. (Ben Noordhuis) #756
  • [0e2dfda1f3] - Fix test/test-options when run through npm test. (Ben Noordhuis) #755
  • [9bfa0876b4] - Add support for AIX (Michael Dawson) #753
  • [a8d441a0a2] - Update README for Windows 10 support. (Jason Williams) #766
  • [d1d6015276] - Update broken links and switch to HTTPS. (andrew morton)

v3.1.0 2015-11-14

v3.0.3 2015-09-14

  • [ad827cda30] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) #729

v3.0.2 2015-09-12

  • [6e8c3bf3c6] - add back support for passing additional cmdline args (Rod Vagg) #723
  • [ff82f2f3b9] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) #722

v3.0.1 2015-09-08

  • [846337e36b] - normalise versions for target == this comparison (Rod Vagg) #716

v3.0.0 2015-09-08

  • [9720d0373c] - remove node_modules from tree (Rod Vagg) #711
  • [6dcf220db7] - test version major directly, don't use semver.satisfies() (Rod Vagg) #711
  • [938dd18d1c] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) #711
  • [9e9df66a06] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) #711
  • [1ea7ed01f4] - deps: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) #714
  • [0fbc387b35] - Update repository URLs. (Ben Noordhuis) #715
  • [bbedb8868b] - (SEMVER-MAJOR) win: enable delay-load hook by default (Jeremiah Senkpiel) #708
  • [85ed107565] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich)
  • [0c720d234c] - allow semver@5 (Forrest L Norvell)

2.0.2 / 2015-07-14

  • Use HTTPS for dist url (#656, @SonicHedgehog)
  • Merge pull request #648 from nevosegal/master
  • Merge pull request #650 from magic890/patch-1
  • Updated Installation section on README
  • Updated link to gyp user documentation
  • Fix download error message spelling (#643, @tomxtobin)
  • Merge pull request #637 from lygstate/master
  • Set NODE_GYP_DIR for addon.gypi to setting absolute path for src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. Fixes #636 (#637, @lygstate).

2.0.1 / 2015-05-28

  • configure: try/catch the semver range.test() call
  • README: update for visual studio 2013 (#510, @samccone)

2.0.0 / 2015-05-24

  • configure: check for python2 executable by default, fallback to python
  • configure: don't clobber existing $PYTHONPATH
  • configure: use "path-array" for PYTHONPATH
  • gyp: fix for non-acsii userprofile name on Windows
  • gyp: always install into $PRODUCT_DIR
  • gyp: apply https://codereview.chromium.org/11361103/
  • gyp: don't use links at all, just copy the files instead
  • gyp: update gyp to e1c8fcf7
  • Updated README.md with updated Windows build info
  • Show URL when a download fails
  • package: add a "license" field
  • move HMODULE m declaration to top
  • Only add "-undefined dynamic_lookup" to loadable_module targets
  • win: optionally allow node.exe/iojs.exe to be renamed
  • Avoid downloading shasums if using tarPath
  • Add target name preprocessor define: NODE_GYP_MODULE_NAME
  • Show better error message in case of bad network settings
Python
1
https://gitee.com/kongfu_yang/node-gyp.git
git@gitee.com:kongfu_yang/node-gyp.git
kongfu_yang
node-gyp
node-gyp
master

搜索帮助