node/tools
Martin Costello 85b0e0616a
win,tools: add description to signature
When signing files for Windows, add "Node.js" as the description.

PR-URL: https://github.com/nodejs/node/pull/59877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
2025-10-03 22:33:35 +00:00
..
actions tools: add script to make reviewing backport PRs easier 2025-08-26 22:49:24 +00:00
bootstrap doc,build,win: update docs with clang 2025-04-30 11:35:41 +00:00
clang-format tools: bump brace-expansion in /tools/clang-format 2025-06-14 20:14:51 +00:00
configure.d tools: make nodedownload module compatible with Python 3.14 2025-06-22 05:49:14 +00:00
dep_updaters deps: add ngtcp2 test binaries 2025-09-27 12:17:49 -07:00
doc worker: add heap profile API 2025-09-23 12:41:47 +00:00
eslint tools: bump @eslint/plugin-kit from 0.3.3 to 0.3.4 in /tools/eslint 2025-08-11 23:40:13 +00:00
eslint-rules meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
gyp tools: update gyp-next to 0.20.4 2025-09-02 01:08:00 +00:00
icu meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
inspector_protocol tools: add more details about rolling inspector_protocol 2025-03-04 12:13:28 +00:00
lint-md tools: consolidate 'introduced_in' check for docs 2025-02-20 12:28:45 +00:00
macos-installer
msvs doc: update install_tools.bat free disk space 2025-08-29 12:34:55 +00:00
pip
snapshot tools: improve error handling in node_mksnapshot 2025-09-07 12:34:36 +00:00
v8 build: fix compatibility with V8's depot_tools 2025-03-07 15:35:36 +00:00
v8_gypfiles tools: add v8windbg target 2025-09-07 21:39:13 +00:00
zos
build_addons.py node-api: add property keys benchmark 2024-07-29 11:19:52 +00:00
certdata.txt crypto: update root certificates to NSS 3.114 2025-08-23 23:12:43 +00:00
checkimports.py tools: refactor checkimports.py 2023-10-15 15:14:57 +00:00
compress_json.py
copyfile.py
cpplint.py tools: check for std::vector<v8::Local> in lint 2025-08-01 15:55:30 +00:00
create_android_makefiles
create_expfile.sh
enable_fips_include.py
executable_wrapper.h tools: port js2c.py to C++ 2023-05-24 13:32:58 +02:00
find-inactive-collaborators.mjs tools: take co-authors into account in find-inactive-collaborators 2024-04-26 19:54:54 +00:00
find-inactive-tsc.mjs tools,meta: update README and tools to reflect changes in TSC charter 2023-03-20 05:08:02 +00:00
gen_node_def.cc tools: fix typos 2024-10-15 13:59:49 +00:00
generate_config_gypi.py build: implement node_use_amaro flag in GN build 2024-11-11 04:33:06 +00:00
getmoduleversion.py
getnapibuildversion.py node-api: rename internal NAPI_VERSION definition 2023-06-28 17:08:58 -04:00
getnodeversion.py
gyp_node.py tools: remove deps/zlib/GN-scraper.py 2025-03-02 12:36:30 +00:00
gypi_to_gn.py tools: fix typos 2024-10-15 13:59:49 +00:00
install.py build: search for libnode.so in multiple places 2025-05-22 12:16:25 +00:00
js2c.cc tools: refactor js2c.cc to use c++20 2024-09-19 19:21:21 +00:00
license-builder.sh fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
license2rtf.mjs lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
lint-pr-url.mjs tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
lint-readme-lists.mjs tools: clarify README linter error message 2025-07-25 15:15:22 +00:00
lint-sh.mjs lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
lsan_suppressions.txt
macos-firewall.sh
make-v8.sh tools: fix tools/make-v8.sh for clang 2025-09-17 14:45:42 +00:00
merge-wpt-reports.mjs test: refactor WPTRunner and enable parallel WPT execution 2023-04-25 11:45:54 +00:00
mk-ca-bundle.pl tls: remove trustcor root ca certificates 2022-12-10 15:57:01 +00:00
mkssldef.py tools: fix invalid escape sequence in mkssldef 2024-04-23 13:04:51 +00:00
osx-codesign.sh
osx-entitlements.plist tools: fix heading spaces for osx-entitlements.plist 2024-04-17 10:40:44 +00:00
osx-notarize.sh tools: add macOS notarization verification step 2023-11-23 13:51:51 -05:00
osx-productsign.sh
pseudo-tty.py tools: fix typos 2024-10-15 13:59:49 +00:00
release.sh tools: filter release keys to reduce interactivity 2024-11-27 20:16:10 +00:00
run-valgrind.py
run-worker.js src,lib: stabilize permission model 2024-12-12 12:11:58 +00:00
search_files.py test: search cctest files 2025-01-29 21:55:05 +00:00
sign.bat win,tools: add description to signature 2025-10-03 22:33:35 +00:00
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py tools: print appropriate output when test aborted 2025-09-09 06:30:41 +00:00
update-timezone.mjs
utils.py test: fix timeout of test-cpu-prof-dir-worker.js in LoongArch devices 2023-11-02 07:29:56 +00:00
v8-json-to-junit.py build: update ruff and add lint-py-fix 2024-09-24 15:20:20 +00:00
valgrind.supp