Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-13build: add doc linting when runnning `make lint`Camilo Gonzalez
2018-04-13build: do not suppress output in make doc-onlyJoyee Cheung
2018-04-10build: make lint-js independent of local nodeJoyee Cheung
2018-04-10build: make lint-md independent of local nodeJoyee Cheung
2018-02-27build: fix Makefile wrt finding node executableYang Guo
2018-01-03tools: fix gitignore for tools/doc/Richard Littauer
2017-12-21build: add a `make help` option for common targetsGibson Fahnestock
2017-12-20build: fix test-v8 targetMichaƫl Zasso
2017-12-20build: add make lint-js-fixJoyee Cheung
2017-12-20test: keep coverage reports after coverage-cleanAnatoli Papirovski
2017-12-20build: do not build doc in source tarballJoyee Cheung
2017-12-20build: enforce order of dependency when building addonsJoyee Cheung
2017-12-20tools: try installing js-yaml only onceJoyee Cheung
2017-12-20build: prevent echoing of recipes for test targetDaniel Bevenius
2017-11-17tools,build: allow build without `remark-cli`Refael Ackermann
2017-11-17tools: don't lint files that have not changedJoyee Cheung
2017-11-14build: suppress lint-md outputGibson Fahnestock
2017-10-31build: make test-doc and lint addon docsJoyee Cheung
2017-10-31build: make doc target quietDaniel Bevenius
2017-10-31build: ignore empty folders in test-addons-napiAnna Henningsen
2017-10-31build: run linter before running testsJoyee Cheung
2017-10-31build: improve `make clean`Refael Ackermann
2017-10-31tools: add make lint-md-cleanDaijiro Wachi
2017-10-31build: add lint-md-buildDaijiro Wachi
2017-10-31tools: add lint-md command in MakefileDaijiro Wachi
2017-10-24test: fix flaky test-make-docRich Trott
2017-10-24build: use doc-only instead of docRich Trott
2017-10-24test: update test-npm to use test-npm-package.jsGibson Fahnestock
2017-10-24build: add c++ coverage support on macOSEvan Lucas
2017-10-18test: test make doc and verify tocJoyee Cheung
2017-10-18test: move inspector tests to parallel/sequentialJon Moss
2017-10-18build: lint benchmark addonBen Noordhuis
2017-10-18build: use local node-gyp for benchmark addonBen Noordhuis
2017-10-18build: restore mistakenly dropped suitesRefael Ackermann
2017-10-18build: ignore empty folders in test-addonsGregor
2017-10-18test: make it easier to run tests for subsystemsBenjamin Coe
2017-10-04tools, build: refactor macOS installerJP Wesselink
2017-10-04build: run es-module tests in CIBenjamin Coe
2017-10-04build: add test-with-async-hooksTrevor Norris
2017-09-25build: use generic names for linting tasksNikolai Vavilov
2017-09-25build: don't fail `make test` on source tarballsGibson Fahnestock
2017-09-20test: remove obsolete debugger testsRich Trott
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12test: exclude write-coverage from coverage reportBenjamin Coe
2017-09-12test: use no-save and no-package-lock flagsSimon Brewster
2017-09-12test: run abort testsRich Trott
2017-09-12build: for --enable-static, run only cctestDaniel Bevenius
2017-09-12build: allow proper generation of html docsJon Moss
2017-09-12src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-09-12build: remove duplicated codeRuslan Bekenev