summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tools: simplify HTML generationVse Mozhet Byt2018-08-171-1/+1
* n-api: improve runtime perf of n-api func callKenny Yuan2018-08-161-0/+1
* build: fix rm commands in tarball ruleBen Noordhuis2018-08-161-10/+30
* tools: ensure doc-only doesn't update package-lockMyles Borins2018-08-161-1/+1
* build: make lint-ci work properly on Linux makeRod Vagg2018-08-161-2/+3
* src: fix code coverage cleanupMichael Dawson2018-08-161-2/+2
* src: update make for new code coverage locationsMichael Dawson2018-08-161-2/+2
* tools: don't lint-md as part of main lint targetRefael Ackermann2018-08-161-1/+0
* build: add doc linting when runnning `make lint`Camilo Gonzalez2018-04-131-0/+1
* build: do not suppress output in make doc-onlyJoyee Cheung2018-04-131-1/+1
* build: make lint-js independent of local nodeJoyee Cheung2018-04-101-20/+12
* build: make lint-md independent of local nodeJoyee Cheung2018-04-101-11/+16
* build: fix Makefile wrt finding node executableYang Guo2018-02-271-1/+2
* tools: fix gitignore for tools/doc/Richard Littauer2018-01-031-1/+1
* build: add a `make help` option for common targetsGibson Fahnestock2017-12-201-14/+21
* build: fix test-v8 targetMichaƫl Zasso2017-12-201-0/+1
* build: add make lint-js-fixJoyee Cheung2017-12-201-0/+8
* test: keep coverage reports after coverage-cleanAnatoli Papirovski2017-12-201-1/+1
* build: do not build doc in source tarballJoyee Cheung2017-12-201-26/+44
* build: enforce order of dependency when building addonsJoyee Cheung2017-12-201-2/+2
* tools: try installing js-yaml only onceJoyee Cheung2017-12-201-4/+7
* build: prevent echoing of recipes for test targetDaniel Bevenius2017-12-201-5/+5
* tools,build: allow build without `remark-cli`Refael Ackermann2017-11-171-1/+7
* tools: don't lint files that have not changedJoyee Cheung2017-11-171-6/+30
* build: suppress lint-md outputGibson Fahnestock2017-11-141-2/+4
* build: make test-doc and lint addon docsJoyee Cheung2017-10-311-14/+42
* build: make doc target quietDaniel Bevenius2017-10-311-5/+5
* build: ignore empty folders in test-addons-napiAnna Henningsen2017-10-311-1/+6
* build: run linter before running testsJoyee Cheung2017-10-311-1/+13
* build: improve `make clean`Refael Ackermann2017-10-311-1/+5
* tools: add make lint-md-cleanDaijiro Wachi2017-10-311-0/+6
* build: add lint-md-buildDaijiro Wachi2017-10-311-1/+7
* tools: add lint-md command in MakefileDaijiro Wachi2017-10-311-2/+9
* test: fix flaky test-make-docRich Trott2017-10-231-2/+2
* build: use doc-only instead of docRich Trott2017-10-231-2/+2
* test: update test-npm to use test-npm-package.jsGibson Fahnestock2017-10-231-1/+1
* build: add c++ coverage support on macOSEvan Lucas2017-10-231-5/+13
* test: test make doc and verify tocJoyee Cheung2017-10-181-2/+3
* test: move inspector tests to parallel/sequentialJon Moss2017-10-171-3/+0
* build: lint benchmark addonBen Noordhuis2017-10-171-0/+1
* build: use local node-gyp for benchmark addonBen Noordhuis2017-10-171-2/+9
* build: restore mistakenly dropped suitesRefael Ackermann2017-10-171-3/+3
* build: ignore empty folders in test-addonsGregor2017-10-171-0/+3
* test: make it easier to run tests for subsystemsBenjamin Coe2017-10-171-5/+15
* tools, build: refactor macOS installerJP Wesselink2017-10-031-14/+43
* build: run es-module tests in CIBenjamin Coe2017-10-031-1/+1
* build: add test-with-async-hooksTrevor Norris2017-10-031-3/+13
* build: use generic names for linting tasksNikolai Vavilov2017-09-251-20/+29
* build: don't fail `make test` on source tarballsGibson Fahnestock2017-09-251-2/+1
* test: remove obsolete debugger testsRich Trott2017-09-201-3/+0