-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nw-gyp to latest node-gyp 6.1.0 #136
base: master
Are you sure you want to change the base?
Commits on Nov 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 328d671 - Browse repository at this point
Copy the full SHA 328d671View commit details
Commits on Nov 25, 2015
-
Define WIN32_LEAN_AND_MEAN conditionally.
Fixes: nodejs#823 PR-URL: nodejs#824 Reviewed-By: Bert Belder <bertbelder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 90078ec - Browse repository at this point
Copy the full SHA 90078ecView commit details
Commits on Dec 3, 2015
-
* adds netbsd support: https://codereview.chromium.org/1421073004 * fixes cp(1) use on openbsd: https://codereview.chromium.org/1483473002 Fixes: nodejs#571 Fixes: nodejs#803 PR-URL: nodejs#831 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Configuration menu - View commit details
-
Copy full SHA for ab89b47 - Browse repository at this point
Copy the full SHA ab89b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89692c9 - Browse repository at this point
Copy the full SHA 89692c9View commit details
Commits on Dec 10, 2015
-
Make download() function testable.
Move the function around so it can be tested and add a regression test. As a policy vs. mechanism thing, change the control flow to handle exceptions at the call site, not inside the download function. PR-URL: nodejs#837 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for b3ad434 - Browse repository at this point
Copy the full SHA b3ad434View commit details -
Add --cafile command line option.
Add an option for overriding the default CA chain that is used when downloading the tarball. This matches the npm option of the same name and gets implicitly passed through the `npm_config_cafile` environment variable. Fixes: nodejs#695 PR-URL: nodejs#837 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 8c4b0ff - Browse repository at this point
Copy the full SHA 8c4b0ffView commit details
Commits on Jan 8, 2016
-
Fixes: sass/node-sass#1334 PR-URL: nodejs#856 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 07371e5 - Browse repository at this point
Copy the full SHA 07371e5View commit details
Commits on Feb 13, 2016
-
The breaking change introduced in npmlog 2.x was to anyone who was using the log as an event emitter and was listening for error events. Since node-gyp doesn't do these things, it isn't impacted by this change. PR-URL: nodejs#861 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 6e28ad1 - Browse repository at this point
Copy the full SHA 6e28ad1View commit details
Commits on Feb 15, 2016
-
Download headers tarball for ~0.12.10 || ~0.10.42
Properly created -headers.tar.gz files were not available until v0.12.10 and v0.10.42 (in addition to >= 3). PR-URL: nodejs#877 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Configuration menu - View commit details
-
Copy full SHA for d1e4cc4 - Browse repository at this point
Copy the full SHA d1e4cc4View commit details
Commits on Feb 16, 2016
-
Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR
Deprecate NVM_NODEJS_ORG_MIRROR and NVM_IOJS_ORG_MIRROR as they were only ever intended to be internal nvm environment variables. These will be removed in the next semver-major release. PR-URL: nodejs#878 Reviewed-By: ralphtheninja Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 818d854 - Browse repository at this point
Copy the full SHA 818d854View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dde56 - Browse repository at this point
Copy the full SHA a1dde56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b10467 - Browse repository at this point
Copy the full SHA 7b10467View commit details
Commits on Mar 4, 2016
-
When generating Android .mk files, ready to be used within Android build system, we don't need LOCAL_SDK_VERSION specified, since the Android build system already uses the latest one. By specifying LOCAL_SDK_VERSION in Android makefiles, the build using Android build system will fail, because the build system won't set the path to stlport from prebuilts. Signed-off-by: Robert Chiras <robert.chiras@intel.com> PR-URL: nodejs#889 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for a981ef8 - Browse repository at this point
Copy the full SHA a981ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcf356 - Browse repository at this point
Copy the full SHA 1dcf356View commit details
Commits on Mar 31, 2016
-
Add support for the Python launcher on Windows
When looking for a Python executable on Windows, before falling back to guessing the default location or failing completely, attempt to use the Python launcher to figure out the location of the Python executable. The Python launcher is being distributed by default with Python distributions on Windows, and is placed in the %WINDIR% folder (which is in the PATH). This allows us to locate a Python installation even if it was installed without putting the python.exe executable itself into the PATH. Because the Python launcher supports all versions of Python, we have to explicitly request a Python 2 version. This is done by supplying "-2" as the first command line argument. Since "py.exe -2" would be an invalid executable for "execFile", we have to use the launcher to figure out where the actual "python.exe" executable is located. PR-URL: nodejs#894 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 3bcb172 - Browse repository at this point
Copy the full SHA 3bcb172View commit details
Commits on Apr 28, 2016
-
gyp: inherit CC/CXX for CC/CXX.host
Gyp defaults to gcc/g++ if CC.host/CXX.host is unset. This is not suitable for environments that only uses the clang toolchain. Since we already assume that the user will provide clang/clang++ through CC/CXX, lean against it (then drop to gcc/g++). PR-URL: nodejs#908 Refs: nodejs/node#6173 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Configuration menu - View commit details
-
Copy full SHA for 625c151 - Browse repository at this point
Copy the full SHA 625c151View commit details
Commits on May 17, 2016
-
Update Windows install instructions
* Point to the latest release of the VC++ Build Tools. * Simplify and consolidate install instructions for all Windows versions. PR-URL: nodejs#867 Fixes: nodejs#629 Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org> Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0880827 - Browse repository at this point
Copy the full SHA 0880827View commit details
Commits on May 19, 2016
-
gyp: improvements for android generator
When generating Android.mk files for HOST binaries, we need to specify the LOCAL_CXX_STL to use when linking. Also, set the variable GYP_HOST_MULTILIB to 'first'. This is used as LOCAL_MULTILIB, and since we don't provide flags for both types of builds (32-bit and 64-bit), the build system will try to build both and fail. More details about LOCAL_MULTILIB can be found here: https://source.android.com/source/64-bit-builds.html Signed-off-by: Robert Chiras <robert.chiras@intel.com> PR-URL: nodejs#935 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 7f1c1b9 - Browse repository at this point
Copy the full SHA 7f1c1b9View commit details
Commits on May 30, 2016
-
Enable V8 deprecation warnings for native modules
It will be helpful for native module developers to be aware of any deprecated apis they are using so that they can update before their modules break completely. Module developers can override this option in their binding.gyp if they do not want to see these warnings. PR-URL: nodejs#920 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 15fd56b - Browse repository at this point
Copy the full SHA 15fd56bView commit details
Commits on May 31, 2016
-
Matches what npm v2.15.5 and npm v3.8.6 use. Fixes: nodejs#941 PR-URL: nodejs#943 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for ac29d23 - Browse repository at this point
Copy the full SHA ac29d23View commit details -
Add --silent option for zero output.
Passing --silent is equivalent to passing --loglevel=silent. PR-URL: nodejs#937 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for c8c7ca8 - Browse repository at this point
Copy the full SHA c8c7ca8View commit details -
doc: add command options to README.md
Documents options accepted by node-gyp. PR-URL: nodejs#937 Refs: nodejs#880 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 4ee3132 - Browse repository at this point
Copy the full SHA 4ee3132View commit details
Commits on Jun 2, 2016
-
More verbose error on locating msbuild.exe failure.
PR-URL: nodejs#930 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for a4fa07b - Browse repository at this point
Copy the full SHA a4fa07bView commit details
Commits on Jun 7, 2016
-
npmlog version 3 switches to gauge version 2. The interface change is in setGaugeTemplate, which node-gyp does not use. PR-URL: nodejs#950 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 3df8222 - Browse repository at this point
Copy the full SHA 3df8222View commit details
Commits on Jun 13, 2016
-
win: work around __pfnDliNotifyHook2 type change
Visual Studio 2015 Update 3 defines __pfnDliNotifyHook2 as const. The decltype specifier makes the declaration work across all supported versions of VS. It also requires that the source be compiled as C++. Fixes: nodejs#949 PR-URL: nodejs#952 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for f31482e - Browse repository at this point
Copy the full SHA f31482eView commit details
Commits on Jun 16, 2016
-
Move VC++ Build Tools to Build Tools landing page.
PR-URL: nodejs#953 Reviewed-By: Alexis Campailla <orangemocha@nodejs.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for af35b2a - Browse repository at this point
Copy the full SHA af35b2aView commit details -
Override BUILDING_UV_SHARED, BUILDING_V8_SHARED.
We were inheriting BUILDING_UV_SHARED and BUILDING_V8_SHARED from the common.gypi from the node.js source tree. Override them with USING_UV_SHARED and USING_V8_SHARED so symbols get tagged with `__declspec(dllimport)` instead of `__declspec(dllexport)`, which is the desired attribute when building add-ons. Fixes: nodejs#914 PR-URL: nodejs#915 Reviewed-By: Benjamin Byholm <bbyholm@abo.fi> Reviewed-By: Fedor Indutny <fedor@indutny.com>
Configuration menu - View commit details
-
Copy full SHA for cc778e9 - Browse repository at this point
Copy the full SHA cc778e9View commit details
Commits on Jun 17, 2016
-
doc: add --target option to README
PR-URL: nodejs#958 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for c4344b3 - Browse repository at this point
Copy the full SHA c4344b3View commit details -
PR-URL: nodejs#955 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 0dba4bd - Browse repository at this point
Copy the full SHA 0dba4bdView commit details -
Replace fs.accessSync call to fs.statSync
fs.accessSync does not exist in Node 0.10.x. PR-URL: nodejs#955 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 77383dd - Browse repository at this point
Copy the full SHA 77383ddView commit details
Commits on Jun 28, 2016
-
deps: update minimatch version
PR-URL: nodejs#961 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for ce5fd04 - Browse repository at this point
Copy the full SHA ce5fd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc312ca - Browse repository at this point
Copy the full SHA cc312caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d460084 - Browse repository at this point
Copy the full SHA d460084View commit details
Commits on Jul 25, 2016
-
doc: add windows-build-tools to readme
Added Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) to the readme. PR-URL: nodejs#970 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for f6eab1f - Browse repository at this point
Copy the full SHA f6eab1fView commit details
Commits on Oct 7, 2016
-
Overrides the location where node-gyp will look for (and download to) the node.js SDK. For harmonization with the --nodedir flag, `osenv.home()` is now used instead of `process.env.HOME || process.env.USERPROFILE`. `osenv.home()` defaults to the built-in `os.homedir()` when available and falls back to sane defaults based on the platform. `%USERPROFILE%` is now preferred on Windows and `%HOME%` is ignored; similarly, UNIX systems ignore `$USERPROFILE` from now on. Neither behavior made much sense, IMO. Fixes: nodejs#21 PR-URL: nodejs#916 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 9c8d275 - Browse repository at this point
Copy the full SHA 9c8d275View commit details -
Revert "configure: use "path-array" for PYTHONPATH"
This reverts commit ff88e5f. Of the 5.5MB footprint of node-gyp, path-array makes up 3.6MB. Removing this reduces the weight of npm (and thus node) appreciably. PR-URL: nodejs#990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 7c08b85 - Browse repository at this point
Copy the full SHA 7c08b85View commit details -
This reverts commit 81eadc5. PR-URL: nodejs#990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for b182a19 - Browse repository at this point
Copy the full SHA b182a19View commit details -
Use push on PYTHONPATH and add tests
Using push instead of the original unshift makes the logic a little cleaner to read here. PR-URL: nodejs#990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for ddac348 - Browse repository at this point
Copy the full SHA ddac348View commit details -
Unset executable bit for .bat files
On Windows this bit is not meaningful, on Posix systems such files should not be executable. PR-URL: nodejs#969 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ingvar Stepanyan <me@rreverser.com>
Configuration menu - View commit details
-
Copy full SHA for afc766a - Browse repository at this point
Copy the full SHA afc766aView commit details
Commits on Oct 8, 2016
-
Add lots of findPython() tests.
Break up findPython() into pieces that can be tested in isolation and add tests that do so. PR-URL: nodejs#992 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Configuration menu - View commit details
-
Copy full SHA for e3778d9 - Browse repository at this point
Copy the full SHA e3778d9View commit details -
Try python launcher when stock python is python 3.
Consult the python launcher when the python on the path is python 3. If a python 2 exists on the system, it will tell us. Fixes: nodejs#987 PR-URL: nodejs#992 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Configuration menu - View commit details
-
Copy full SHA for 37ae7be - Browse repository at this point
Copy the full SHA 37ae7beView commit details
Commits on Nov 16, 2016
-
Open the build file with universal-newlines mode
To make sure platform specific newlines ('\r\n' or '\r') are converted to '\n' which otherwise will fail eval(). This should handle multiple issues reported on syntax error reading binding.gyp (partial list): nodejs#979 nodejs#199 nospaceships/node-net-ping#24 nospaceships/node-net-ping#21 mathiask88/node-snap7#11 node-hid/node-hid#28 xdenser/node-firebird-libfbclient#24 PR-URL: nodejs#1053 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 05c4494 - Browse repository at this point
Copy the full SHA 05c4494View commit details
Commits on Dec 15, 2016
-
Fix deprecated dependency warning
Refs: https://github.com/iarna/gauge/pull/77 PR-URL: nodejs#1069 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80fc5c3 - Browse repository at this point
Copy the full SHA 80fc5c3View commit details
Commits on Jan 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 762d19a - Browse repository at this point
Copy the full SHA 762d19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4793e1d - Browse repository at this point
Copy the full SHA 4793e1dView commit details
Commits on Jan 17, 2017
-
Update link of gyp as Google code is shutting down
PR-URL: nodejs#1061 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff9a6fa - Browse repository at this point
Copy the full SHA ff9a6faView commit details
Commits on Feb 15, 2017
-
Should fix reports of "TypeError: Cannot read property 'length' of undefined" runtime exceptions where node-gyp uses a buggy version of semver due to our overly broad accepted version range. npm updated to semver@5.3.0 recently so we can too now and still share the module with npm, keeping the download small. Fixes: nodejs#1094 PR-URL: nodejs#1107 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93d7fa8 - Browse repository at this point
Copy the full SHA 93d7fa8View commit details -
Add support to build node.js with chakracore.
Microsoft's chakracore engine is dependent on Windows SDK, and build tools should know the version installed on user machine. This change adds those dependencies in node-gyp tools. Below is the summary: * Configure msvs_windows_target_platform_version to use the right Windows SDK. * Configure msvs_use_library_dependency_inputs to export symbols correctly (otherwise functions not used by node.exe but might be needed by native addon modules could be optimized away by linker). These changes were originally made in nodejs/node#4765, but as @shigeki mentioned, it was more sensible to send these changes as PR to node-gyp repo. PR-URL: nodejs#873 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for a04ea30 - Browse repository at this point
Copy the full SHA a04ea30View commit details -
Add support to build node.js with chakracore for ARM.
* Support building node.js with chakracore on Windows on ARM * Building chakracore for ARM has a dependency on Windows SDK installed on the machine. Update python script to populate `WindowsSDKDesktopARMSupport` and `WindowsTargetPlatformVersion` for ARM builds. This will be using in node repo to build`chakracore.gyp`. PR-URL: nodejs#873 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for ec5fc36 - Browse repository at this point
Copy the full SHA ec5fc36View commit details
Commits on Mar 15, 2017
-
win: find and setup for VS2017
PR-URL: nodejs#1130 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for ae141e1 - Browse repository at this point
Copy the full SHA ae141e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d04acf - Browse repository at this point
Copy the full SHA 8d04acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761c7cb - Browse repository at this point
Copy the full SHA 761c7cbView commit details
Commits on Mar 20, 2017
-
Delete superfluous .patch files.
The patch files are unnecessary, they also exist as commits in the history. Delete the files. PR-URL: nodejs#1122 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for da9cb5f - Browse repository at this point
Copy the full SHA da9cb5fView commit details
Commits on Apr 23, 2017
-
doc: add a note for using
configure
on WindowsPR-URL: nodejs#1152 Fixes: nodejs#1149 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c09cf76 - Browse repository at this point
Copy the full SHA c09cf76View commit details -
gyp: Revert quote_cmd workaround
PR-URL: nodejs#1153 Fixes: nodejs#1151 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a76714 - Browse repository at this point
Copy the full SHA 8a76714View commit details
Commits on Apr 25, 2017
-
test: fix test/test-configure-python on AIX
On AIX, lib/configure.js attempts to locate node.exp via calls to fs.openSync() and fs.closeSync(). Add these functions to the mocked `graceful-fs` object in test/test-configure-python.js. PR-URL: nodejs#1131 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a83a380 - Browse repository at this point
Copy the full SHA a83a380View commit details -
test: fix test-find-python on v0.10.x buildbot.
Work around a v0.10.x CI issue where path.resolve() on UNIX systems prefixes Windows paths with the current working directory. v0.12 and up are free of this issue because they use path.win32.resolve() which does the right thing. PR-URL: nodejs#1172 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 4980171 - Browse repository at this point
Copy the full SHA 4980171View commit details
Commits on Apr 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce815f9 - Browse repository at this point
Copy the full SHA ce815f9View commit details
Commits on May 14, 2017
-
doc: blorb about setting
npm_config_OPTION_NAME
PR-URL: nodejs#1185 Fixes: nodejs#1180 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Configuration menu - View commit details
-
Copy full SHA for c307b30 - Browse repository at this point
Copy the full SHA c307b30View commit details
Commits on May 15, 2017
-
build, win: use target_arch to link with node.lib
Using `target_arch` in addon.gypi to link against Node.js library. This variable was written into build/config.gypi on the `configure` stage. Do not copy node.lib into node_root_dir/Release or node_root_dir/Debug on Windows, link it from node_root_dir/target_arch directory. PR-URL: nodejs#964 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 0913b2d - Browse repository at this point
Copy the full SHA 0913b2dView commit details -
configure: use full path in node_lib_file GYP var
Set path to node lib in `$(Configuration)` dir when `--nodedir` option is supplied, otherwise use value of `target_arch` variable. PR-URL: nodejs#964 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 386746c - Browse repository at this point
Copy the full SHA 386746cView commit details
Commits on May 17, 2017
-
The default download URL can be overridden by `--dist-url` or one of the `*_MIRROR` environment variables. Log the URL to ease troubleshooting. Fixes: nodejs#1169 PR-URL: nodejs#1170 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 241752f - Browse repository at this point
Copy the full SHA 241752fView commit details -
win: more robust parsing of SDK version
PR-URL: nodejs#1198 Fixes: nodejs#1179 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for bad903a - Browse repository at this point
Copy the full SHA bad903aView commit details
Commits on May 27, 2017
-
build: rename copyNodeLib() to doBuild()
PR-URL: nodejs#1206 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72afdd6 - Browse repository at this point
Copy the full SHA 72afdd6View commit details
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5b52f7 - Browse repository at this point
Copy the full SHA b5b52f7View commit details
Commits on Oct 10, 2017
-
deps: pin
request
version rangeRequired for "node < 4" compatibility and is congruent with `npm` minimum for passing `npm test` >= 2.9.0 setting < 2.82.0 allows deduping PR-URL: nodejs#1300 Fixes: nodejs#1299 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Configuration menu - View commit details
-
Copy full SHA for 7900122 - Browse repository at this point
Copy the full SHA 7900122View commit details
Commits on Jun 8, 2018
-
gyp: fix regex to match multi-digit versions
This fixes the regular expression matching in `xcode_emulation` to also handle version numbers with multiple-digit major versions which would otherwise break under use of XCode 10 Fixes: nodejs#1454 PR-URL: nodejs#1455 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 40f24e4 - Browse repository at this point
Copy the full SHA 40f24e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c38707 - Browse repository at this point
Copy the full SHA 4c38707View commit details -
configure: don't set ensure if tarball is set
If you're providing a path to a header tarball to install, you probably want it to always be re-installed. PR-URL: nodejs#1220 Fixes: nodejs#1216 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a07e48 - Browse repository at this point
Copy the full SHA 0a07e48View commit details -
gyp: update xml string encoding conversion
* test: build simple addon in path with non-ascii characters * test: add test-charmap.py PR-URL: nodejs#1203 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f275991 - Browse repository at this point
Copy the full SHA f275991View commit details -
doc: headerify the Install instructions
Enable linking to the platform specific installation instructions PR-URL: nodejs#1225 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e803d5 - Browse repository at this point
Copy the full SHA 7e803d5View commit details -
doc: update proposed DCO and CoC
Lifted verbatim from https://github.com/nodejs/node/blob/master/CONTRIBUTING.md then `s/Node.js/node-gyp/`. PR-URL: nodejs#1229 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a46a770 - Browse repository at this point
Copy the full SHA a46a770View commit details -
doc: add github PR and Issue templates
Give users reporting bugs a clearer idea of the info that will be helpful when reporting issues. PR-URL: nodejs#1228 Refs: https://github.com/nodejs/node/tree/master/.github Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 2da5f86 - Browse repository at this point
Copy the full SHA 2da5f86View commit details -
PR-URL: nodejs#1292 Refs: nodejs#1195 (comment) Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 90d8651 - Browse repository at this point
Copy the full SHA 90d8651View commit details -
Initial work to add z/OS support to node-gyp. PR-URL: nodejs#1276 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for b2024de - Browse repository at this point
Copy the full SHA b2024deView commit details -
Fix IndexError when parsing GYP files.
GYP automatically turns variables ending in _dir, _file or _path into absolute paths but didn't check for empty strings. It interacted badly with variables inherited through the environment from npm, the `scripts-prepend-node-path=false` setting in particular because it is turned into `npm_config_script_prepend_node_path=`. Fixes: nodejs#1217 PR-URL: nodejs#1267 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47496bf - Browse repository at this point
Copy the full SHA 47496bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a613603 - Browse repository at this point
Copy the full SHA a613603View commit details -
Update
--nodedir
description in README.The description erroneously stated that it should point the node binary. It needs to point to the node source code. PR-URL: nodejs#1372 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 2580b91 - Browse repository at this point
Copy the full SHA 2580b91View commit details -
Retry the download+install dance only once after encountering an EACCES. That only happens when both the devdir (usually: `$HOME/.node-gyp`) and the current working directory aren't writable. Users won't often hit that except through `sudo npm install` because npm drops privileges before executing node-gyp. Fixes: nodejs#1383 PR-URL: nodejs#1384 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6f1286f - Browse repository at this point
Copy the full SHA 6f1286fView commit details -
gyp: don't print xcodebuild not found errors
As node-gyp rebuild doesn't seem to need xcodebuild, we don't need to be printing the error every time GYP is run. PR-URL: nodejs#1370 Fixes: nodejs#569 Refs: nodejs#1057 Refs: https://chromium-review.googlesource.com/c/492046/
Configuration menu - View commit details
-
Copy full SHA for 9425448 - Browse repository at this point
Copy the full SHA 9425448View commit details -
doc: update macOS information in README
PR-URL: nodejs#1323 Fixes: nodejs#1295 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79febac - Browse repository at this point
Copy the full SHA 79febacView commit details -
zos: add search locations for libnode.x
Node.js on z/OS uses shared dll (libnode.so). When linking native addons, node-gyp needs to find the corresponding libnode.x during the link step. PR-URL: nodejs#1451 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e5a6901 - Browse repository at this point
Copy the full SHA e5a6901View commit details -
zos: don't use universal-new-lines mode
PR-URL: nodejs#1451 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd8561e - Browse repository at this point
Copy the full SHA dd8561eView commit details -
gyp: add support for .mm files to msvs generator
PR-URL: nodejs#1167 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 53a5f8f - Browse repository at this point
Copy the full SHA 53a5f8fView commit details -
Prefix build targets with /t: on Windows
Currently, on non-Windows platforms, it is possible to have a multi-target native module and specify building just some of the targets using `node-gyp build my_target`. On Windows, however, specifying the targets to build requires the `/t:` or `/target:` flag. Without this change you will get an `MSB1008` error because MSBuild thinks you are trying to specify multiple solutions. PR-URL: nodejs#1164 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 53d8cb9 - Browse repository at this point
Copy the full SHA 53d8cb9View commit details -
Fix include path when pointing to Node.js source
Header files for deps are in a different location in the Node.js source tree compared to the release tarballs. PR-URL: nodejs#1055 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 1e203c5 - Browse repository at this point
Copy the full SHA 1e203c5View commit details -
PR-URL: nodejs#1158 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88fc6fa - Browse repository at this point
Copy the full SHA 88fc6faView commit details -
gyp: escape spaces in filenames in make generator
PR-URL: nodejs#1436 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 0540e4e - Browse repository at this point
Copy the full SHA 0540e4eView commit details -
Remove unused gyp test scripts.
Shrinks node-gyp's size by about 100 kB. PR-URL: nodejs#1458 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 84cea7b - Browse repository at this point
Copy the full SHA 84cea7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a0ca7 - Browse repository at this point
Copy the full SHA d8a0ca7View commit details
Commits on Aug 8, 2018
-
win: improve parsing of SDK version
This makes the parsing more robust and fixes the additional issue related to USB Device Connectivity component. Fixes: nodejs#1466 PR-URL: nodejs#1516 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 340403c - Browse repository at this point
Copy the full SHA 340403cView commit details
Commits on Aug 9, 2018
-
deps: bump request to 2.8.7, fixes heok/hawk issues
PR-URL: nodejs#1492 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 969447c - Browse repository at this point
Copy the full SHA 969447cView commit details -
test: added test/processExecSync.js for when execFileSync is not avai…
…lable. PR-URL: nodejs#1492 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 60e4213 - Browse repository at this point
Copy the full SHA 60e4213View commit details -
test: formatting and minor fixes for execFileSync replacement
PR-URL: nodejs#1521 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6cd84b8 - Browse repository at this point
Copy the full SHA 6cd84b8View commit details -
gyp: backport GYP fix to fix AIX shared suffix
Required to support the shared library builds on AIX - this sets the shared library suffix within GYP to .a instead of .so on AIX My patch: https://codereview.chromium.org/2492233002/ was landed as as part of this one which fixed some other (not required, but included for completeness of the backport) changes: PR-URL: https://github.com/nodejs/node/pull9675 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Ref: https://codereview.chromium.org/2511733005/
Configuration menu - View commit details
-
Copy full SHA for 8aedbfd - Browse repository at this point
Copy the full SHA 8aedbfdView commit details -
gyp: float gyp patch for long filenames
Pulling in https://codereview.chromium.org/2019133002/ in its current state, as gyp seems to be largely abandoned as a project. Original commit message: Hash intermediate file name to avoid ENAMETOOLONG Hash the intermediate Makefile target used for multi-output rules so that it still works when the involved file names are very long. Since the intermediate file's name is effectively arbitrary, this does not come with notable behavioural changes. The `import hashlib` boilerplate is taken directly from `xcodeproj_file.py`. Concretely, this makes the V8 inspector build currently fail when long pathnames are involved, notably when using ecryptfs which has a lower file name length limit. Fixes: nodejs/node#7959 Ref: nodejs/node#7510 PR-URL: nodejs/node#7963 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc3c4e2 - Browse repository at this point
Copy the full SHA fc3c4e2View commit details -
gyp: add compile_commands.json gyp generator
this is a re-base of the gyp part of 3c46bb9931ecea71167342322e09121ee48cde8e after bumping GYP version to https://chromium.googlesource.com/external/gyp/+/eb296f67da078ec01f5e3a9ea9cdc6d26d680161 Original-Review-By: James M Snell <jasnell@gmail.com> Ref: nodejs/node#7986 PR-URL: nodejs/node#12450 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 40692d0 - Browse repository at this point
Copy the full SHA 40692d0View commit details -
gyp: enable cctest to use objects (gyp part)
this is a re-base of the gyp part of 6a09a69ec9d36b705e9bde2ac1a193566a702d96 after bumping GYP version to https://chromium.googlesource.com/external/gyp/+/eb296f67da078ec01f5e3a9ea9cdc6d26d680161 Original-PR-URL: nodejs/node#11956 Original-Ref: nodejs/node#9163 Original-Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node#12450 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for b416c5f - Browse repository at this point
Copy the full SHA b416c5fView commit details -
gyp: implement LD/LDXX for ninja and FIPS
The ability to set the link rule is used for FIPS, and needs to set both the `ld =` and `ldxx =` variables in the ninja build file to link c++ (node) and c (openssl-cli, etc.) executables. URL: nodejs/node#14227 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 207e5aa - Browse repository at this point
Copy the full SHA 207e5aaView commit details -
tools: fix "the the" typos in comments
PR-URL: nodejs/node#20716 Fixes: nodejs/node#20682 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea9aff4 - Browse repository at this point
Copy the full SHA ea9aff4View commit details -
tools: patch gyp to avoid xcrun errors
Previously running ./configure with only the Xcode Command Line Tools installed would give: xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation xcrun: error: unable to lookup item 'PlatformPath' in SDK '/' Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> Fixes: nodejs/node#12531 PR-URL: nodejs/node#21520 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e8ea74e - Browse repository at this point
Copy the full SHA e8ea74eView commit details -
gyp: fix ninja build failure (GYP patch)
Currently the files specified in libraries in node.gyp `cctest` target are getting a '.lib' extension on windows when generated with ninja. This commit adds a check to see if a file has a '.obj' extension and in that case no '.lib' extension will be added. Also, the LIBS specified in the 'libraries' section are not being included in the --start-group --end-group section which means that these libraries will not be searched causing issue with linkers where the order matters. PR-URL: nodejs/node#12484 Fixes: nodejs/node#12448 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94c39c6 - Browse repository at this point
Copy the full SHA 94c39c6View commit details -
configure: use sys.version_info to get python version
This is cleaner than filtering additional strings from platform.python_version(). PR-URL: nodejs#1504 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 536759c - Browse repository at this point
Copy the full SHA 536759cView commit details -
Fixes: nodejs#1472 PR-URL: nodejs#1490 Reviewed-By: Jon Moss <me@jonathanmoss.me>
Configuration menu - View commit details
-
Copy full SHA for b4fe8c1 - Browse repository at this point
Copy the full SHA b4fe8c1View commit details -
doc: update link to commit guidelines
This updates the link to the commit guidelines in the `PULL_REQUEST_TEMPLATE.md`, as they have moved from the `CONTRIBUTING.md` to `doc/guides/contributing/pull-requests.md` PR-URL: nodejs#1456 Reviewed-By: Jon Moss <me@jonathanmoss.me>
Configuration menu - View commit details
-
Copy full SHA for 8b488da - Browse repository at this point
Copy the full SHA 8b488daView commit details -
doc: update Xcode preferences tab name.
PR-URL: nodejs#1330 Reviewed-By: Jon Moss <me@jonathanmoss.me>
Configuration menu - View commit details
-
Copy full SHA for c5929cb - Browse repository at this point
Copy the full SHA c5929cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9d98f - Browse repository at this point
Copy the full SHA 9b9d98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a404d6 - Browse repository at this point
Copy the full SHA 9a404d6View commit details
Commits on Apr 12, 2019
-
lib: use print() for python version detection
PR-URL: nodejs#1534 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0c6bf53 - Browse repository at this point
Copy the full SHA 0c6bf53View commit details -
test: fix addon test for Node.js 12 and V8 7.4
V8 7.4 removes some API functions. Replace those with their NAN counterparts. PR-URL: nodejs#1705 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for e6699d1 - Browse repository at this point
Copy the full SHA e6699d1View commit details
Commits on Apr 24, 2019
-
Tar version 3 performs better and is more well tested than its predecessor. npm will be using this in the near future, so there is no benefit in shipping a node-gyp that uses the slower and less reliable fstream-based tar. This drops support for node 0.x, and thus should be considered a breaking semver-major change. PR-URL: nodejs#1212 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 374519e - Browse repository at this point
Copy the full SHA 374519eView commit details -
deps: updated tar package version to 4.4.8
PR-URL: nodejs#1713 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ceed5cb - Browse repository at this point
Copy the full SHA ceed5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e765b - Browse repository at this point
Copy the full SHA 35e765bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f2b23 - Browse repository at this point
Copy the full SHA 41f2b23View commit details -
Fixes grammar, removes extra lines and spaces, etc. Also removes a few references to `node-waf`, which was removed ~6 years ago now. Happy to add back if people still need that information. PR-URL: nodejs#1498 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 3e64c78 - Browse repository at this point
Copy the full SHA 3e64c78View commit details -
bin,lib: remove extra comments/lines/spaces
- Removes "module dependencies" comments and things that, IMHO, don't add too much value. Happy to add back if helps some people when reading through `node-gyp`. - DRY up `lib/process-release.js`. - Removes a bunch of extra blank lines, as well as random spaces. PR-URL: nodejs#1508 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9e46872 - Browse repository at this point
Copy the full SHA 9e46872View commit details -
Add ESLint no-unused-vars rule
- Uses `.eslintrc.yaml` for configuration - `npm run lint` is part of `npm test` PR-URL: nodejs#1497 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for a5b7410 - Browse repository at this point
Copy the full SHA a5b7410View commit details -
deps: pin
request
version rangeRequired for "node < 4" compatibility and is congruent with `npm` minimum for passing `npm test` >= 2.9.0 setting < 2.82.0 allows deduping PR-URL: nodejs#1300 Fixes: nodejs#1299 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Configuration menu - View commit details
-
Copy full SHA for 323cee7 - Browse repository at this point
Copy the full SHA 323cee7View commit details -
deps: bump request to 2.8.7, fixes heok/hawk issues
PR-URL: nodejs#1492 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for f83b457 - Browse repository at this point
Copy the full SHA f83b457View commit details -
This fixes linting. nodejs#1561 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 788e767 - Browse repository at this point
Copy the full SHA 788e767View commit details -
nodejs#1335 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for abef93d - Browse repository at this point
Copy the full SHA abef93dView commit details -
gyp: use print as a function, as specified in PEP 3105.
nodejs#1150 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2040cd2 - Browse repository at this point
Copy the full SHA 2040cd2View commit details -
gyp: replace deprecated functions
* assertEquals() with assertEqual() * iteritems() with items() for Python 3. * xrange() with range() for Python 3. nodejs#1150 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7535e44 - Browse repository at this point
Copy the full SHA 7535e44View commit details -
gyp: replace basestring with str, but only on Python 3.
On Python 2, basestring is (unicode, str). On Python 3, basestring and unicode are gone, and there is only str.
Configuration menu - View commit details
-
Copy full SHA for 98226d1 - Browse repository at this point
Copy the full SHA 98226d1View commit details -
gyp: _winreg module was renamed to winreg in Python 3.
nodejs#1150 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 588d333 - Browse repository at this point
Copy the full SHA 588d333View commit details -
PR-URL: nodejs#1333 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for febdfa2 - Browse repository at this point
Copy the full SHA febdfa2View commit details -
gyp: fix target --> self.target
target is an undefined name in this context. nodejs#1334 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 92e8b52 - Browse repository at this point
Copy the full SHA 92e8b52View commit details -
deps: replace
osenv
dependency with nativeos
Breaking change: needs Node.js version 6 or higher nodejs#1570 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8098ebd - Browse repository at this point
Copy the full SHA 8098ebdView commit details -
bin: follow XDG OS conventions for storing data
PR-URL: nodejs#1570 Fixes: nodejs#175 Fixes: nodejs#1124 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a83972 - Browse repository at this point
Copy the full SHA 8a83972View commit details -
tools: fix usage of inherited -fPIC and -fPIE
PR-URL: nodejs#1340 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f5a408 - Browse repository at this point
Copy the full SHA 6f5a408View commit details -
win: fix delay-load hook for electron 4
PR-URL: nodejs#1566 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3b2122 - Browse repository at this point
Copy the full SHA d3b2122View commit details -
python: more informative error
PR-URL: nodejs#1269 Refs: nodejs#1582 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 49ab79d - Browse repository at this point
Copy the full SHA 49ab79dView commit details -
Try everything until Python is found. PR-URL: nodejs#1582 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 43031fa - Browse repository at this point
Copy the full SHA 43031faView commit details -
doc: python info needs own header
PR-URL: nodejs#1245 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cca2d66 - Browse repository at this point
Copy the full SHA cca2d66View commit details -
Suggest using --verbose npm switch when providing logs. Hopefully, better direct users to use backticks correctly. PR-URL: nodejs#1618 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for c515912 - Browse repository at this point
Copy the full SHA c515912View commit details -
gyp: move compile_commands_json
It isn't possible to access `tools/gyp/pylib/gyp/generator/compile_commands_json.py` using the `--format` option. This commit moves the file in a place where it can be accessed. Fixes: nodejs#1526 PR-URL: nodejs#1661 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
Configuration menu - View commit details
-
Copy full SHA for a6e0a6c - Browse repository at this point
Copy the full SHA a6e0a6cView commit details -
Add ARM64 to MSBuild /Platform logic
PR-URL: nodejs#1655 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 721dc7d - Browse repository at this point
Copy the full SHA 721dc7dView commit details -
readme: add ARM64 info to MSVC setup instructions
Since ARM64 build dependencies are not included in the "Desktop development with C++" workload of Visual Studio 2017, this change adds a note explaining what additional components are required to build native modules for the new Windows platform. PR-URL: nodejs#1655 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 997bc3c - Browse repository at this point
Copy the full SHA 997bc3cView commit details -
Remove an outdated workaround for Python 2.4
PR-URL: nodejs#1650 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45e3221 - Browse repository at this point
Copy the full SHA 45e3221View commit details -
win: use msbuild from the configure stage
If node-gyp configure has set up MSBuild location use it instead the one that happens to be first on the PATH. PR-URL: nodejs#1654 Fixes: nodejs#1653 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 7a71d68 - Browse repository at this point
Copy the full SHA 7a71d68View commit details
Commits on May 6, 2019
-
Remove deprecated compatibility code.
* Remove support for the IOJS_ORG_MIRROR, NVM_IOJS_ORG_MIRROR and NVM_NODEJS_ORG_MIRROR enviroment variables. * Remove obsolete support for io.js. It's been out of support for over three years now. PR-URL: nodejs#1670 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 4748f6a - Browse repository at this point
Copy the full SHA 4748f6aView commit details -
Update list of Node.js versions to test against.
PR-URL: nodejs#1670 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 81f3a92 - Browse repository at this point
Copy the full SHA 81f3a92View commit details
Commits on May 7, 2019
-
gyp: add support for Windows on Arm
Cherry-pick of refack/GYP3#33, supersedes nodejs#1678 until GYP3 is merged. `npm test` passes Change-Id: I2b1e1e03e378b4812d34afa527087793864d1576 PR-URL: nodejs#1739 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 91744bf - Browse repository at this point
Copy the full SHA 91744bfView commit details -
gyp: teach MSVS generator about MARMASM Items
This change allows MSVS projects generated for ARM64 to include ASM files. PR-URL: nodejs#1679 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 721eb69 - Browse repository at this point
Copy the full SHA 721eb69View commit details
Commits on Jun 4, 2019
-
win: generic Visual Studio 2017 detection
PR-URL: nodejs#1762 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7fe4095 - Browse repository at this point
Copy the full SHA 7fe4095View commit details -
win: detect all VS versions in node-gyp
PR-URL: nodejs#1762 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f43f68 - Browse repository at this point
Copy the full SHA 8f43f68View commit details -
win: add support for Visual Studio 2019
PR-URL: nodejs#1762 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 360ddbd - Browse repository at this point
Copy the full SHA 360ddbdView commit details -
win: support running in VS Command Prompt
PR-URL: nodejs#1762 Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0efb8fb - Browse repository at this point
Copy the full SHA 0efb8fbView commit details -
gyp: enable MARMASM items only on new VS versions
PR-URL: nodejs#1762 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a20faed - Browse repository at this point
Copy the full SHA a20faedView commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 182e846 - Browse repository at this point
Copy the full SHA 182e846View commit details
Commits on Jun 20, 2019
-
PR-URL: nodejs#1770 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for e386172 - Browse repository at this point
Copy the full SHA e386172View commit details -
lib: reintroduce support for iojs file naming for releases >= 1 && < 4
For Electron 3 PR-URL: nodejs#1777 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 1cfdb28 - Browse repository at this point
Copy the full SHA 1cfdb28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a757239 - Browse repository at this point
Copy the full SHA a757239View commit details
Commits on Jun 21, 2019
-
build,test: add duplicate symbol test
On OSX symbols are exported by default, and they overlap if two different copies of the same symbol appear in a process. This change ensures that, on OSX, symbols are hidden by default. Re: nodejs/node-addon-api#456 Fixes: nodejs/node#26765 PR-URL: nodejs#1689 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2761afb - Browse repository at this point
Copy the full SHA 2761afbView commit details -
test: use Travis CI to run tests on every pull request
This is a second attempt at nodejs#1336 which got into a bad git-state... Use flake8 to find Python syntax errors and undefined names. There are Python 3 syntax errors and many undefined names which may raise NameError at runtime. This PR runs flake8 runs in two passes: The first looks at critical issues in stop-the-build mode and the second looks at style violations in everything-is-a-warning mode. PR-URL: nodejs#1752 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 1597c84 - Browse repository at this point
Copy the full SHA 1597c84View commit details -
PR-URL: nodejs#1768 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for dd9bf92 - Browse repository at this point
Copy the full SHA dd9bf92View commit details -
gyp: use different default compiler for z/OS
PR-URL: nodejs#1768 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 4f4a677 - Browse repository at this point
Copy the full SHA 4f4a677View commit details -
gyp: move from __future__ import to the top of the file
Fixes nodejs#1774 PR-URL: nodejs#1789 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for f952b08 - Browse repository at this point
Copy the full SHA f952b08View commit details -
test: use Nan in duplicate_symbols
Use `Nan::Set()` and `Nan::GetFunction()` instead of their V8 equivalents to avoid OSX test failures with Node.js v12.x. Thanks @rvagg! Re: nodejs/node-addon-api#456 Fixes: nodejs/node#26765 PR-URL: nodejs#1689 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for ec2eb44 - Browse repository at this point
Copy the full SHA ec2eb44View commit details -
lib: add .json suffix for explicit require
Multiple reports of this failing, seems to be due to node wrapping tools that mess with the require extensions. So let's be explicit about it. PR-URL: nodejs#1787 Reviewed-By: Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 611bc3c - Browse repository at this point
Copy the full SHA 611bc3cView commit details -
PR-URL: nodejs#1573 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for d3478d7 - Browse repository at this point
Copy the full SHA d3478d7View commit details
Commits on Jun 22, 2019
-
Modified the result of processRelease() to return uniform names `libUrl`, `libPath` for Windows in objects named as target platforms (`ia32` and `x64`) This allows to loop over the target platforms in downloadNodeLib() and to use the universal names instead of two almost identical code parts with `libUrl32`, `libPath32` and `libUrl64`, `libPath64` names. PR-URL: nodejs#965 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 03683f0 - Browse repository at this point
Copy the full SHA 03683f0View commit details
Commits on Jun 25, 2019
-
test: migrate from tape to tap
PR-URL: nodejs#1795 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a52c6eb - Browse repository at this point
Copy the full SHA a52c6ebView commit details -
test: replace self-signed cert with 'localhost'
PR-URL: nodejs#1795 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 395f843 - Browse repository at this point
Copy the full SHA 395f843View commit details
Commits on Jun 26, 2019
-
gyp: fix the remaining Python 3 issues
PR-URL: nodejs#1793 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for a991f63 - Browse repository at this point
Copy the full SHA a991f63View commit details -
test: fix Python syntax error in test-adding.js
PR-URL: nodejs#1793 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Configuration menu - View commit details
-
Copy full SHA for 7dd7f2b - Browse repository at this point
Copy the full SHA 7dd7f2bView commit details -
gyp: remove from __future__ import with_statement
This \_\_future\_\_ import is no longer required in Python >= 2.6. https://docs.python.org/2/library/__future__.html PR-URL: nodejs#1799 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for afaaa29 - Browse repository at this point
Copy the full SHA afaaa29View commit details -
gyp: replace optparse to argparse
* add_option with add_argument for argparse * change methods methods of RegeneratableOptionParser to match argparse function name PR-URL: nodejs#1591 Reviewed-By: cclauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 82f129d - Browse repository at this point
Copy the full SHA 82f129dView commit details -
test: add parallel test runs on macOS and Windows
Note that the Windows run is in __allow_failures__ mode but that should be fixed in a separate PR. PR-URL: nodejs#1800 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 7a9a038 - Browse repository at this point
Copy the full SHA 7a9a038View commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49c7f99 - Browse repository at this point
Copy the full SHA 49c7f99View commit details
Commits on Jul 6, 2019
-
test: downgrade to tap@^12 for continued Node 6 support
PR-URL: nodejs#1808 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: cclauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 2410914 - Browse repository at this point
Copy the full SHA 2410914View commit details -
test: cover supported node versions with travis
PR-URL: nodejs#1809 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: cclauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 7e81270 - Browse repository at this point
Copy the full SHA 7e81270View commit details -
src: implement standard.js linting
In addition: * moved module.exports to the bottom * no single-line if statements * no if statements without a { * const for requires * array declarations get spaces inside [ ] * 'use strict' in all .js files PR-URL: nodejs#1794 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for e40c99e - Browse repository at this point
Copy the full SHA e40c99eView commit details
Commits on Jul 8, 2019
-
win: make VS path match case-insensitive
Fixes: nodejs#1805 PR-URL: nodejs#1806 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 656117c - Browse repository at this point
Copy the full SHA 656117cView commit details
Commits on Jul 9, 2019
-
test-addon.js includes compiling code, making the default 30 second timeout not suitable. This increases the timeout for all platforms, which is a potential problem everywhere, fixing the timeout that happens on Windows. Fixes: nodejs#1801 PR-URL: nodejs#1812 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7fd9240 - Browse repository at this point
Copy the full SHA 7fd9240View commit details -
test: add Node.js 6 on Windows to Travis CI
Test the oldest supported Node version on Windows. PR-URL: nodejs#1812 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for bb92c76 - Browse repository at this point
Copy the full SHA bb92c76View commit details
Commits on Jul 11, 2019
-
python: move Python detection to its own file
PR-URL: nodejs#1815 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7e7fce3 - Browse repository at this point
Copy the full SHA 7e7fce3View commit details -
python: accept Python 3 conditionally
This allows us to start testing Python 3 without breaking node-gyp for users. This also adds support for NODE_GYP_FORCE_PYTHON, which will be the only Python binary acceptable when defined. PR-URL: nodejs#1815 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 66ad305 - Browse repository at this point
Copy the full SHA 66ad305View commit details
Commits on Jul 17, 2019
-
Revert "build,test: add duplicate symbol test"
This reverts commit 2761afb. Building with `-fvisibility=hidden` breaks some of Node's add-on tests and therefore likely also affects third-party add-ons. This change was landed in a patch release so I'm opting to revert it until the next major release. PR-URL: nodejs#1828 Refs: nodejs/node#28647 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 0878db3 - Browse repository at this point
Copy the full SHA 0878db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bb407 - Browse repository at this point
Copy the full SHA 64bb407View commit details -
lib: raise the minimum Python version from 2.6 to 2.7
As discussed in nodejs#1811 PR-URL: nodejs#1818 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for c6e3b65 - Browse repository at this point
Copy the full SHA c6e3b65View commit details
Commits on Jul 18, 2019
-
win,src: update win_delay_load_hook.cc to work with /clr
Added "#pragma unmanaged" in win_delay_load_hook.cc to support clr PR-URL: nodejs#1819 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 5736079 - Browse repository at this point
Copy the full SHA 5736079View commit details
Commits on Jul 22, 2019
-
build: more Python 3 compat, replace compile with ast
Make Python 3 compatiblity changes so the code works in both Python 2 and Python 3. Especially, make changes required because the compiler module was removed in Python 3 in favor of the ast module that exists in both Python 2 and Python 3. PR-URL: nodejs#1820 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 4ef83ed - Browse repository at this point
Copy the full SHA 4ef83edView commit details
Commits on Jul 23, 2019
-
build: import StringIO on Python 2 and Python 3
This change supports access to StringIO on both Python 2 and Python 3 PR-URL: nodejs#1836 Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 5459eca - Browse repository at this point
Copy the full SHA 5459ecaView commit details
Commits on Jul 26, 2019
-
build: add test run Python 3.7 on macOS
Refs: nodejs#1846 PR-URL: nodejs#1843 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for a2bca07 - Browse repository at this point
Copy the full SHA a2bca07View commit details -
test: accept Python 3 in test-find-python.js
Fixes: nodejs#1826 PR-URL: nodejs#1843 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Matt Cowley <me@mattcowley.co.uk> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a2a862f - Browse repository at this point
Copy the full SHA a2a862fView commit details -
PR-URL: nodejs#1843 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Matt Cowley <me@mattcowley.co.uk> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 2592036 - Browse repository at this point
Copy the full SHA 2592036View commit details
Commits on Aug 1, 2019
-
gyp: improve Windows+Cygwin compatibility
Fixes: nodejs#1782 PR-URL: nodejs#1817 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg>
Configuration menu - View commit details
-
Copy full SHA for c7f1bca - Browse repository at this point
Copy the full SHA c7f1bcaView commit details
Commits on Aug 19, 2019
-
src,win: improve unmanaged handling
Used scoped disabling of managed code handling to ensure no other files get affected. PR-URL: nodejs#1852 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for af876e1 - Browse repository at this point
Copy the full SHA af876e1View commit details
Commits on Aug 20, 2019
-
gyp: use "is" when comparing to None
PR-URL: nodejs#1860 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg>
Configuration menu - View commit details
-
Copy full SHA for a301abc - Browse repository at this point
Copy the full SHA a301abcView commit details -
PR-URL: nodejs#1853 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cdb47bd - Browse repository at this point
Copy the full SHA cdb47bdView commit details -
gyp: rm semicolons (Python != JavaScript)
PR-URL: nodejs#1858 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg>
Configuration menu - View commit details
-
Copy full SHA for 0a4d8c8 - Browse repository at this point
Copy the full SHA 0a4d8c8View commit details
Commits on Sep 26, 2019
-
doc: fix missing argument for setting python path
(accepted with minor modifications by rvagg) PR-URL: nodejs#1802 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for ca990a1 - Browse repository at this point
Copy the full SHA ca990a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4002de - Browse repository at this point
Copy the full SHA c4002deView commit details -
lib: adding keep-alive header to download requests
PR-URL: nodejs#1863 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0384683 - Browse repository at this point
Copy the full SHA 0384683View commit details -
bin: fix the usage instructions
PR-URL: nodejs#1888 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for cdc49ee - Browse repository at this point
Copy the full SHA cdc49eeView commit details -
Fixes: nodejs#1887 PR-URL: nodejs#1889 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 5d76938 - Browse repository at this point
Copy the full SHA 5d76938View commit details -
doc: update xcode install instructions to match Node's BUILDING
PR-URL: nodejs#1884 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 8d4ea7f - Browse repository at this point
Copy the full SHA 8d4ea7fView commit details -
gyp: decode stdout on Python 3
PR-URL: nodejs#1890 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d90d9c5 - Browse repository at this point
Copy the full SHA d90d9c5View commit details
Commits on Sep 27, 2019
-
gyp: more decode stdout on Python 3
PR-URL: nodejs#1894 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67dec14 - Browse repository at this point
Copy the full SHA 67dec14View commit details -
gyp: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "…
…1000" Ref: nodejs/node-addon-api#445 (comment) PR-URL: nodejs#1895 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 8e9ec3b - Browse repository at this point
Copy the full SHA 8e9ec3bView commit details
Commits on Sep 30, 2019
-
lib: accept Python 3 by default
PR-URL: nodejs#1844 Reviewed-By: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 3d1c60a - Browse repository at this point
Copy the full SHA 3d1c60aView commit details -
doc: Declare that node-gyp is Python 3 compatible
NOTE: node-gyp is compatible with both Python 2.7 and 3.7 but Node.js itself is not yet compatible with Python 3. PR-URL: nodejs#1811 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for c763ca1 - Browse repository at this point
Copy the full SHA c763ca1View commit details -
src,win: add support for fetching arm64 node.lib
Windows on Arm support is available in some versions of Node.js v12 and Electron v6. This update allows node-gyp to fetch the appropriate node.lib to build native modules. If an arm64 binary is not available for the target node version, it's logged but ignored. arm64 is not expected to work in very old node.lib distribution formats, the test URLs in these cases are added to be consistent with x64. PR-URL: nodejs#1875 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 2441932 - Browse repository at this point
Copy the full SHA 2441932View commit details
Commits on Oct 2, 2019
-
gyp: fix undefined name: cflags --> ldflags
The current code would raise NameError at runtime. PR-URL: nodejs#1901 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for a84b885 - Browse repository at this point
Copy the full SHA a84b885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f39fd4 - Browse repository at this point
Copy the full SHA 6f39fd4View commit details -
PR-URL: nodejs#1899 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ab2a4cc - Browse repository at this point
Copy the full SHA ab2a4ccView commit details
Commits on Oct 3, 2019
-
win: support VS 2017 Desktop Express
Fixes: nodejs#1881 PR-URL: nodejs#1902 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 968c906 - Browse repository at this point
Copy the full SHA 968c906View commit details -
travis: add Python 3.5 and 3.6 tests on Linux
Support the same Python versions as the Python Core Team: https://devguide.python.org/#branchstatus PR-URL: nodejs#1903 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f60ed47 - Browse repository at this point
Copy the full SHA f60ed47View commit details -
gyp: add __lt__ to MSVSSolutionEntry
PR-URL: nodejs#1904 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for f36bd22 - Browse repository at this point
Copy the full SHA f36bd22View commit details
Commits on Oct 4, 2019
-
lib: try to find
python
afterpython3
Unadorned `python` can be either Python 2 or Python 3, but it is likely to be Python 2 for quite a while. To find Python3, it is recommended to use the explicit name `python3`. See: - https://www.python.org/dev/peps/pep-0394/#for-python-runtime-distributors - nodejs#1892 (comment) PR-URL: nodejs#1907 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for dd0e97e - Browse repository at this point
Copy the full SHA dd0e97eView commit details -
doc: clarify Python configuration, etc
Clarify that: - node-gyp is not used to build Node.js - PYTHON can be used to add a Python search path - NODE_GYP_FORCE_PYTHON can be used to override all Python search paths - That a compatible Python is searched for PR-URL: nodejs#1908 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b1bf32e - Browse repository at this point
Copy the full SHA b1bf32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77803c3 - Browse repository at this point
Copy the full SHA 77803c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4ff63 - Browse repository at this point
Copy the full SHA 1a4ff63View commit details
Commits on Oct 16, 2019
-
travis: add Windows + Python 3.8 to the mix
PR-URL: nodejs#1921 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 5a83630 - Browse repository at this point
Copy the full SHA 5a83630View commit details
Commits on Oct 21, 2019
-
lib,install: always download SHA sums on Windows
PR-URL: nodejs#1926 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 032db2a - Browse repository at this point
Copy the full SHA 032db2aView commit details
Commits on Oct 22, 2019
-
build: avoid bare exceptions in xcode_emulation.py
https://realpython.com/the-most-diabolical-python-antipattern/ PR-URL: nodejs#1932 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 60e4488 - Browse repository at this point
Copy the full SHA 60e4488View commit details -
travis: ignore failed
brew upgrade npm
, update xcodePR-URL: nodejs#1932 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 4fff845 - Browse repository at this point
Copy the full SHA 4fff845View commit details
Commits on Oct 24, 2019
-
doc: adjustments to the README.md for new users
PR-URL: nodejs#1919 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 3538a31 - Browse repository at this point
Copy the full SHA 3538a31View commit details -
test: upgrade Linux Travis CI to Python 3.8
Ensure that we remain compatible with the newest version of Python. PR-URL: nodejs#1923 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b91718e - Browse repository at this point
Copy the full SHA b91718eView commit details -
deps: update deps to roughly match current npm@6
PR-URL: nodejs#1920 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c60c22d - Browse repository at this point
Copy the full SHA c60c22dView commit details
Commits on Oct 27, 2019
-
src,win: allow 403 errors for arm64 node.lib
The servers hosting the header packages for Electron return 403 instead of 404 for the constructed URL for arm64 node.lib for older releases that do not support arm64. PR-URL: nodejs#1934 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for f069341 - Browse repository at this point
Copy the full SHA f069341View commit details -
gyp: finish decode stdout on Python 3
PR-URL: nodejs#1937 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bb2eb72 - Browse repository at this point
Copy the full SHA bb2eb72View commit details -
gyp: fix TypeError in XcodeVersion()
PR-URL: nodejs#1939 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9c0f340 - Browse repository at this point
Copy the full SHA 9c0f340View commit details
Commits on Oct 30, 2019
-
gyp: make cmake python3 compatible
PR-URL: nodejs#1944 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d8e09a1 - Browse repository at this point
Copy the full SHA d8e09a1View commit details -
gyp: iteritems() -> items() in compile_commands_json.py
PR-URL: nodejs#1947 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c0282da - Browse repository at this point
Copy the full SHA c0282daView commit details
Commits on Oct 31, 2019
-
gyp: python3 fixes: utf8 decode, use of 'None' in eval
PR-URL: nodejs#1925 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1b11be6 - Browse repository at this point
Copy the full SHA 1b11be6View commit details
Commits on Nov 1, 2019
-
doc: add macOS_Catalina.md document
PR-URL: nodejs#1940 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ec2e68 - Browse repository at this point
Copy the full SHA 8ec2e68View commit details -
v6.0.1: bump version and update changelog
PR-URL: nodejs#1935 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 68319a2 - Browse repository at this point
Copy the full SHA 68319a2View commit details
Commits on Nov 18, 2019
-
test: configure proper devDir for invoking configure()
test/test-configure-python.js downloads a fresh set of headers to the package directory each time. By setting to the default global cache dir we get to re-use cached headers and skip the download step. PR-URL: nodejs#1796 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c506a6a - Browse repository at this point
Copy the full SHA c506a6aView commit details -
test: add header download test
PR-URL: nodejs#1796 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0670e51 - Browse repository at this point
Copy the full SHA 0670e51View commit details -
doc: macOS Catalina add two commands
These steps have proven effective for some users. PR-URL: nodejs#1962 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 20aa0b4 - Browse repository at this point
Copy the full SHA 20aa0b4View commit details -
PR-URL: nodejs#1961 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 04da736 - Browse repository at this point
Copy the full SHA 04da736View commit details
Commits on Nov 21, 2019
-
PR-URL: nodejs#1971 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6b8f265 - Browse repository at this point
Copy the full SHA 6b8f265View commit details
Commits on Dec 15, 2019
-
doc: fix typo in README.md (nodejs#1985)
PR-URL: nodejs#1985 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f7b6b6b - Browse repository at this point
Copy the full SHA f7b6b6bView commit details -
test: initial Github Actions with Ubuntu & macOS
Running Python standalone tests on multiple OSes would free up Travis CI for tests of various combinations of Node.js and Python as well as tests on other [CPU architectures](https://docs.travis-ci.com/user/multi-cpu-architectures). __arch: amd64, arm64, ppc64le, s390x__ PR-URL: nodejs#1985 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5a64e9b - Browse repository at this point
Copy the full SHA 5a64e9bView commit details -
test: fix macOS Travis on Python 2.7 & 3.7
Uses `pyenv` to manage MacOS python versions since its not included in the environment. rvagg: landing this from nodejs#1979 even though it wasn't from the original author. Treating approval there as approval of this commit too. PR-URL: nodejs#1979 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for d6a7e0e - Browse repository at this point
Copy the full SHA d6a7e0eView commit details -
test: direct python invocation & simpler pyenv
Reorder Travis builds by OS. Replace `pyenv global` calls with properly set `PATH` and `PYENV_VERSION` env vars. Does not assume python modules are in the `PATH` so all python modules are prefixed with `python -m`. PR-URL: nodejs#1979 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 345c70e - Browse repository at this point
Copy the full SHA 345c70eView commit details -
lib: noproxy support, match proxy detection to
request
PR-URL: nodejs#1978 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 3bcba2a - Browse repository at this point
Copy the full SHA 3bcba2aView commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 038b4a3 - Browse repository at this point
Copy the full SHA 038b4a3View commit details
Commits on Dec 23, 2019
-
test: fix typo in header download test (nodejs#2001)
PR-URL: nodejs#2001 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 5a729e8 - Browse repository at this point
Copy the full SHA 5a729e8View commit details
Commits on Dec 29, 2019
-
test: add Windows to GitHub Actions testing (nodejs#1996)
PR-URL: nodejs#1996 Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31ecc84 - Browse repository at this point
Copy the full SHA 31ecc84View commit details -
doc: update macOS_Catalina.md (nodejs#1992)
PR-URL: nodejs#1992 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 312c12e - Browse repository at this point
Copy the full SHA 312c12eView commit details -
test: remove old docker test harness (nodejs#1993)
PR-URL: nodejs#1993 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 470cc21 - Browse repository at this point
Copy the full SHA 470cc21View commit details -
doc: add GitHub Actions badge (nodejs#1994)
PR-URL: nodejs#1994 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 26cd6ea - Browse repository at this point
Copy the full SHA 26cd6eaView commit details
Commits on Jan 6, 2020
-
gyp: list(dict) so we can del dict(key) while iterating
Fixes nodejs#1998 Reviewed-By: Rod Vagg <rod@vagg.org> PR-URL: nodejs#2009
Configuration menu - View commit details
-
Copy full SHA for 14f2a07 - Browse repository at this point
Copy the full SHA 14f2a07View commit details -
doc: remove backticks from Python version list
Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com> PR-URL: nodejs#2011
Configuration menu - View commit details
-
Copy full SHA for 9a7dd16 - Browse repository at this point
Copy the full SHA 9a7dd16View commit details -
lib: compatibility with semver ≥ 7 (
new
for semver.Range)Fixes: nodejs#2005 Reviewed-By: Rod Vagg <rod@vagg.org> PR-URL: nodejs#2006
Configuration menu - View commit details
-
Copy full SHA for f242ce4 - Browse repository at this point
Copy the full SHA f242ce4View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a79d866 - Browse repository at this point
Copy the full SHA a79d866View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 21d635c - Browse repository at this point
Copy the full SHA 21d635cView commit details