Commit graph

12 commits

Author SHA1 Message Date
Michaël Zasso
131d1a463b
feat: remove support for VS2015 in Node.js >=19 (#2746) 2022-10-08 23:17:06 +08:00
hubbergit
ea8520e385
feat: Update function getSDK() to support Windows 11 SDK (#2565) 2022-07-13 16:00:11 +08:00
Jiawen Geng
5a00387e5f
feat: support vs2022 (#2533) 2021-10-29 10:53:59 +08:00
Christian Clauss
2d0ce5595e chore: fix typos discovered by codespell (#2442) 2021-06-22 12:09:11 +00:00
Martin Midtgaard
3e7f8ccafc
lib: better log message when ps fails
PR-URL: https://github.com/nodejs/node-gyp/pull/2229
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
2020-10-15 10:24:59 +11:00
João Reis
968c9067d7
win: support VS 2017 Desktop Express
Fixes: https://github.com/nodejs/node-gyp/issues/1881
PR-URL: https://github.com/nodejs/node-gyp/pull/1902
Reviewed-By: Rod Vagg <rod@vagg.org>
2019-10-03 11:08:29 +10:00
João Reis
656117cc4a win: make VS path match case-insensitive
Fixes: https://github.com/nodejs/node-gyp/issues/1805
PR-URL: https://github.com/nodejs/node-gyp/pull/1806
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
2019-07-08 16:06:24 +01:00
Rod Vagg
e40c99e283
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: https://github.com/nodejs/node-gyp/pull/1794
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: João Reis <reis@janeasystems.com>
2019-07-06 14:36:37 +10:00
João Reis
0efb8fb34b win: support running in VS Command Prompt
PR-URL: https://github.com/nodejs/node-gyp/pull/1762
Reviewed-By: Refael Ackermann <refack@gmail.com>
2019-06-04 16:40:01 +01:00
João Reis
360ddbdf3a win: add support for Visual Studio 2019
PR-URL: https://github.com/nodejs/node-gyp/pull/1762
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2019-06-04 16:39:54 +01:00
João Reis
8f43f68275 win: detect all VS versions in node-gyp
PR-URL: https://github.com/nodejs/node-gyp/pull/1762
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2019-06-04 16:39:49 +01:00
João Reis
7fe4095974 win: generic Visual Studio 2017 detection
PR-URL: https://github.com/nodejs/node-gyp/pull/1762
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2019-06-04 16:38:05 +01:00