0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Joyee Cheung b6e41f0602
tools: assert that the snapshot can be rehashed in node_mksnapshot
PR-URL: https://github.com/nodejs/node/pull/28181
Refs: https://github.com/nodejs/node/pull/27365
Refs: https://github.com/nodejs/node/issues/17058
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-06-17 10:02:03 +08:00
..
bootstrap tools: windows_boxstarter "choco install python -y" for Python 3 2019-03-26 17:59:16 -04:00
clang-format tools: add missing package-lock to clang-format 2018-08-25 17:09:59 +02:00
code_cache tools: fix use-after-free mkcodecache warning 2019-04-24 10:22:50 +02:00
configure.d build: allow icu download to use other hashes besides md5 2019-04-26 08:24:04 -07:00
doc doc,tools: get altDocs versions from CHANGELOG.md 2019-06-01 10:17:30 +02:00
eslint-rules tools: decrease code duplication for isString() in lint rules 2019-05-17 20:56:26 -07:00
gyp tools,gyp: introduce MSVS 2019 2019-06-01 09:55:43 -04:00
icu deps: bump minimum icu version to 64 2019-06-01 10:00:42 -04:00
inspector_protocol tools: update inspector_protocol to 0aafd2 2019-06-01 09:28:34 +02:00
js2c_macros tools: python: update flake8 rules 2019-04-13 20:32:55 -04:00
macos-installer tools, build: refactor macOS installer 2017-09-28 02:05:59 -03:00
msvs build,v8: sync V8 gypfiles with 7.5 2019-06-01 09:55:36 -04:00
node_modules tools: update babel-eslint 2019-06-11 15:59:19 +02:00
node-lint-md-cli-rollup tools: update markdown linter for Windows line endings 2019-05-19 23:08:53 -07:00
pip build: add lint-py which uses flake8 2018-10-24 17:19:28 -04:00
pkgsrc src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
rpm src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
snapshot tools: assert that the snapshot can be rehashed in node_mksnapshot 2019-06-17 10:02:03 +08:00
v8_gypfiles build: unbreak --with-intl=system-icu build 2019-06-14 15:40:55 -07:00
.eslintrc.yaml tools: enable camelcase linting in tools 2019-05-09 21:41:05 -07:00
build-addons.js build: build addon tests in parallel 2018-06-11 20:09:28 +02:00
certdata.txt tools: update certdata.txt 2019-04-25 16:16:23 -07:00
check-imports.py
compress_json.py build: make compress_json python3 compatible 2019-01-28 10:46:56 +01:00
cpplint.py tools: move cpplint configuration to .cpplint 2019-04-08 08:30:29 -04:00
create_android_makefiles
create_expfile.sh build: tidy up comments in create_expfile.sh 2019-02-22 12:42:32 -05:00
genv8constants.py tools: prepare tools/genv8constants.py for Python 3 2018-12-06 10:36:54 -08:00
getmoduleversion.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
getnodeversion.py tools: make getnodeversion.py python3-compatible 2018-07-19 19:19:30 +02:00
gyp_node.py tools: use print() function on both Python 2 and 3 2018-11-25 18:58:58 -05:00
install.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
js2c.py tools: fix js2c regression 2019-06-02 12:03:40 +02:00
license2rtf.js tools: refactor tools JS code 2019-03-04 11:06:23 -08:00
license-builder.sh deps: add acorn stage-3 plugins 2019-04-30 16:22:56 +02:00
lint-js.js tools: increase the maximum number of files to lint per worker 2019-06-11 15:59:20 +02:00
lint-md.js tools: update markdown linter for Windows line endings 2019-05-19 23:08:53 -07:00
lint-pr-commit-message.sh tools: don't use GH API for commit message checks 2018-11-30 23:09:41 -08:00
lsan_suppressions.txt
macos-firewall.sh tools: add openssl-cli to macos-firewall.sh 2019-01-11 05:29:22 +01:00
make-v8.sh build,tools: update make-v8.sh for ppc64le 2018-11-16 14:26:46 -05:00
mk-ca-bundle.pl tls: expose built-in root certificates 2019-05-20 11:09:02 +02:00
mkssldef.py tools: make mkssldef.py Python 3 compatible 2019-01-28 12:24:38 +01:00
osx-codesign.sh build,tools: do not force codesign prefix 2017-07-19 16:38:27 -05:00
osx-pkg-postinstall.sh build: add npx to installers 2017-07-17 08:49:10 -07:00
osx-productsign.sh
release.sh tools: only sign release if promotion successful 2018-11-30 21:23:01 -08:00
run-valgrind.py tools: improve valgrind support 2019-01-21 20:16:14 +01:00
run-worker.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
sign.bat
specialize_node_d.py tools: prepare tools/specialize_node_d.py for Python 3 2018-12-06 22:45:08 -08:00
test-npm-package.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test-v8.bat build,test: run v8 tests on windows 2017-07-26 18:08:30 -07:00
test.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
update-authors.js tools: add mailmap support for Co-authored-by tags 2019-03-06 00:04:55 +01:00
update-babel-eslint.sh tools: fix update-babel-eslint.sh script 2019-06-11 15:59:21 +02:00
update-eslint.sh tools: update eslint 2019-06-11 15:59:17 +02:00
utils.py
valgrind.supp tools: improve valgrind support 2019-01-21 20:16:14 +01:00