Commit graph

1356 commits

Author SHA1 Message Date
kkaefer
640895d36b doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
justinlatimer
b3547115f6 doc(wiki): Add a link to the node-midi binding.gyp file. 2021-06-23 13:01:07 +10:00
bolgovr
77f3632729 doc(wiki): add one more example 2021-06-23 13:01:07 +10:00
lloyd
ced8c96845 doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
shtylman
e11bdd84de doc(wiki): change bcrypt url to binding.gyp file 2021-06-23 13:01:07 +10:00
shtylman
e199cfa8fc doc(wiki): add bcrypt 2021-06-23 13:01:07 +10:00
mixu
27b883a350 doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
TooTallNate
d29fb134f1 doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
Psychless
954ee530b3 doc(wiki): fixed node-serialport link 2021-06-23 13:01:07 +10:00
milani
27658913e6 doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
TooTallNate
dc9776648d doc(wiki): Updated "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
TooTallNate
d4fd14355b doc(wiki): Created "binding.gyp" files out in the wild (markdown) 2021-06-23 13:01:07 +10:00
TooTallNate
1773c1540d Initial Commit 2021-06-23 13:01:07 +10:00
Christian Clauss
2d0ce5595e chore: fix typos discovered by codespell (#2442) 2021-06-22 12:09:11 +00:00
Livia Rett
5cde818aac
fix: add error arg back into catch block for older Node.js users 2021-06-22 12:21:55 +10:00
Jiawen Geng
cfd12ff3bb
fix: change default gyp update message (#2420) 2021-05-29 20:48:13 +08:00
DeeDeeG
5f1a06c50f
lib: deep-copy process.config during configure (#2368) 2021-05-29 10:22:21 +08:00
github-actions[bot]
be55870bb3
chore: release 8.1.0 (#2418)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-28 12:01:40 +10:00
Jiawen Geng
814b1b0eda feat(gyp): update gyp to v0.9.1 (#2402) 2021-05-28 01:30:57 +00:00
Jiawen Geng
14236709de
doc: remove redundant version info (#2403) 2021-05-19 16:36:27 +08:00
Gustavo de León
1b4697abf6
doc: Update README.md Visual Studio Community page polski to auto (#2371)
changed URL of Visual Studio Community from a default polski URL to the one without the lenguage code
2021-05-19 15:41:39 +08:00
DeeDeeG
245dee5b62
lib: log as yes/no whether build dir was created (#2370)
This bit of logging apparently expected to be given a boolean, but was
receiving either a path or undefined based on the result of fs.mkdir.

Now it prints either "Yes" or "No",
rather than printing either a path or "undefined", respectively.
2021-05-19 15:30:17 +08:00
DeeDeeG
fca4795512
lib: fail gracefully if we can't find the username (#2375) 2021-05-19 15:28:36 +08:00
DeeDeeG
07e9d7c7ee
meta: add release-please-action for automated releases (#2395)
Co-authored-by: gengjiawen <technicalcute@gmail.com>
2021-05-19 15:22:00 +08:00
Rod Vagg
4b83c3de73
doc: fix v8.0.0 release date
PR-URL: https://github.com/nodejs/node-gyp/pull/2346
2021-04-03 11:32:48 +11:00
Rod Vagg
989abc7ec2
v8.0.0: bump version and update changelog 2021-04-03 11:30:05 +11:00
DeeDeeG
0da2e0140d
gyp: update gyp to v0.8.1 (#2355)
PR-URL: https://github.com/nodejs/node-gyp/pull/2355
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
2021-03-31 15:43:58 +08:00
Christian Clauss
0093ec8646 gyp: Improve our flake8 linting tests
PR-URL: https://github.com/nodejs/node-gyp/pull/2356
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-03-31 07:38:26 +00:00
DeeDeeG
06ddde27f9
deps: sync mutual dependencies with npm
Sync with npm 7.7.0

PR-URL: https://github.com/nodejs/node-gyp/pull/2348
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-03-29 13:37:52 +11:00
Jiawen Geng
a5fd1f41e3
doc: add downloads badge (#2352)
PR-URL: https://github.com/nodejs/node-gyp/pull/2352
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2021-03-29 09:49:57 +08:00
Sora Morimoto
0d8a6f1b19
ci: update actions/setup-node to v2 (#2302)
PR-URL: https://github.com/nodejs/node-gyp/pull/2302
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-03-26 19:59:28 +08:00
DeeDeeG
1bd18f3e77
lib: drop Python 2 support in find-python.js (#2333)
Co-authored-by: Christian Clauss <cclauss@me.com>

PR-URL: https://github.com/nodejs/node-gyp/pull/2333
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-03-26 19:57:06 +08:00
Matias Lopez
e81602ef55
lib: migrate requests to fetch (#2220)
PR-URL: https://github.com/nodejs/node-gyp/pull/2220
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-03-18 09:30:04 +08:00
Christian Clauss
a78b584236
gyp: remove support for Python 2 (#2300)
PR-URL: https://github.com/nodejs/node-gyp/pull/2300
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-02-14 12:51:19 +08:00
Michaël Zasso
392b7760b4
lib: avoid changing process.config (#2322)
PR-URL: https://github.com/nodejs/node-gyp/pull/2322
Refs: https://github.com/nodejs/node/pull/36902
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
2021-02-14 12:47:47 +08:00
Christian Clauss
c3c510d89e
gyp: update gyp to v0.8.0 (#2318)
PR-URL: https://github.com/nodejs/node-gyp/pull/2318
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-01-28 15:11:53 +08:00
iMrLopez
cc1cbce056
doc: update macOS_Catalina.md (#2293)
PR-URL: https://github.com/nodejs/node-gyp/pull/2293
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2021-01-05 14:48:40 +08:00
Jiawen Geng
9e1397c52e
gyp: update gyp to v0.7.0 (#2284)
PR-URL: https://github.com/nodejs/node-gyp/pull/2284
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
2020-12-22 08:19:25 +08:00
மனோஜ்குமார் பழனிச்சாமி
6287118fc4
doc: updated README.md to copy easily (#2281)
PR-URL: https://github.com/nodejs/node-gyp/pull/2281
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2020-12-19 21:23:43 +08:00
Jiawen Geng
15a5c7d45b
ci: migrate deprecated grammar (#2285)
PR-URL: https://github.com/nodejs/node-gyp/pull/2285
Reviewed-By: Richard Lau <rlau@redhat.com>
2020-12-18 17:25:28 +08:00
Karl Horky
66c0f04467
doc: add missing sudo to Catalina doc
PR-URL: https://github.com/nodejs/node-gyp/pull/2244
Reviewed-By: Rod Vagg <rod@vagg.org>
2020-10-26 12:18:13 +11:00
Rod Vagg
19e0f3c6a0
v7.1.1: bump version and update changelog
PR-URL: https://github.com/nodejs/node-gyp/pull/2242
2020-10-17 10:41:16 +11:00
Myles Borins
096e3aded5
gyp: update gyp to 0.6.2
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.2
PR-URL: https://github.com/nodejs/node-gyp/pull/2241
Reviewed-By: Rod Vagg <rod@vagg.org>
2020-10-17 10:36:14 +11:00
Valera Rozuvan
54f97cd243
doc: add cmd to reset xcode-select to initial state
PR-URL: https://github.com/nodejs/node-gyp/pull/2235
Reviewed-By: Christian Clauss <cclauss@me.com>
2020-10-16 14:59:51 +11:00
Rod Vagg
b9e3ad25a6
v7.1.1: bump version and update changelog
PR-URL: https://github.com/nodejs/node-gyp/pull/2239
Reviewed-By: Christian Clauss <cclauss@me.com>
2020-10-15 17:51:52 +11:00
Rod Vagg
18bf2d1d38
deps: update deps to match npm@7
PR-URL: https://github.com/nodejs/node-gyp/pull/2240
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2020-10-15 17:50:33 +11:00
Rod Vagg
ee6a837cb7
gyp: update gyp to 0.6.1
Closes: https://github.com/nodejs/node-gyp/pull/2236
PR-URL: https://github.com/nodejs/node-gyp/pull/2238
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-10-15 11:12:52 +11: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
Christian Clauss
7fb314339f
test: GitHub Actions: Test on Python 3.9
From python: [3.6, 3.7, 3.8] --> python: [3.6, 3.8, 3.9] because if things work on Python 3.6 and 3.8 then they should work on 3.7.

https://www.python.org/downloads/release/python-390/
PR-URL: https://github.com/nodejs/node-gyp/pull/2230
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2020-10-15 10:24:59 +11:00
Rod Vagg
754996b9ec
doc: replace status badges with new Actions badge
PR-URL: https://github.com/nodejs/node-gyp/pull/2218
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Matias Lopez <imatlopez@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2020-10-15 10:24:59 +11:00