.. |
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: updates for 6.x End-of-Life
|
2019-05-14 15:10:19 -07:00 |
eslint-rules
|
tools: decrease code duplication for isString() in lint rules
|
2019-05-17 20:56:26 -07:00 |
gyp
|
build,win: teach GYP MSVS generator about MARMASM
|
2019-04-11 17:44:10 +01:00 |
icu
|
deps: backport ICU-20575 to fix err/crasher
|
2019-04-27 11:54:13 +02:00 |
inspector_protocol
|
tools: python: update flake8 rules
|
2019-04-13 20:32:55 -04: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,src: add PCH to node.gypi
|
2019-02-14 15:14:44 -05:00 |
node_modules
|
tools: remove unneeded dependency files
|
2019-05-18 19:03:17 -07: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
|
src: use std::vector<size_t> instead of IndexArray
|
2019-04-23 11:26:09 +08:00 |
v8_gypfiles
|
build,win: silence MSVC warning C4129 for V8
|
2019-03-31 09:41:01 -04: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
|
tools: rewrite check-install.sh in python
|
2016-04-25 19:22:50 +05:30 |
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
|
build: add script to create Android .mk files
|
2016-03-22 19:17:28 +01:00 |
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: refactor js2c.py for maximal Python3 compatibility
|
2019-05-18 12:39:58 -04: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: replace var to let/const
|
2019-03-07 00:35:01 +01: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
|
build: add --enable-asan with builtin leakcheck
|
2015-09-06 21:38:00 +10:00 |
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
|
build: update build targets for io.js
|
2015-06-25 15:22:27 +10:00 |
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
|
win,build: try multiple timeservers when signing
|
2016-10-19 00:11:02 +11:00 |
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: update dmn to 2.2.2
|
2019-05-16 02:30:59 -07:00 |
update-eslint.sh
|
tools: update dmn to 2.2.2
|
2019-05-16 02:30:59 -07:00 |
utils.py
|
build: enable compilation for linuxOne
|
2016-03-29 18:52:48 -04:00 |
valgrind.supp
|
tools: improve valgrind support
|
2019-01-21 20:16:14 +01:00 |