summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: add doc linting when runnning `make lint`Camilo Gonzalez2018-02-061-0/+1
* build: fix coverage buildYihong Wang2018-02-021-1/+4
* build: fix rm commands in tarball ruleBen Noordhuis2018-01-261-10/+29
* build: compile V8 using system compilerBen Noordhuis2018-01-241-0/+1
* build: remove --no-i18n from V8 test optionsMichaël Zasso2018-01-241-1/+0
* Revert "build,test: make building addon tests less fragile"Rod Vagg2018-01-251-85/+177
* Revert "build,tools: check freshness of doc addons"Rod Vagg2018-01-251-5/+1
* build: make lint-js independent of local nodeJoyee Cheung2018-01-241-20/+10
* build: make lint-md independent of local nodeJoyee Cheung2018-01-241-11/+16
* build,tools: check freshness of doc addonsBen Noordhuis2018-01-211-1/+5
* build,test: make building addon tests less fragileBen Noordhuis2018-01-211-177/+85
* build: remove bench-* targetsJoyee Cheung2018-01-171-48/+4
* src: fix code coverage cleanupMichael Dawson2018-01-161-2/+2
* tools: move eslint from tools to tools/node_modulesMichaël Zasso2018-01-111-3/+3
* build: fix Makefile wrt finding node executableYang Guo2018-01-111-1/+2
* build: document targets in the MakefileJoyee Cheung2018-01-091-18/+53
* src: update make for new code coverage locationsMichael Dawson2018-01-081-2/+2
* build: put .PHONY directly before its targetOky Antoro2018-01-051-79/+66
* build: remove duplicate async-hooks and known_issues test runsRich Trott2018-01-021-10/+4
* tools: don't lint-md as part of main lint targetRefael Ackermann2017-12-111-1/+0
* build: add a `make help` option for common targetsGibson Fahnestock2017-12-091-14/+21
* build: fix test-v8 targetMichaël Zasso2017-11-291-0/+1
* build: add make lint-js-fixJoyee Cheung2017-11-281-0/+8
* tools: fix gitignore for tools/doc/Richard Littauer2017-11-241-1/+1
* test: keep coverage reports after coverage-cleanAnatoli Papirovski2017-11-221-1/+1
* build: do not build doc in source tarballJoyee Cheung2017-11-201-26/+44
* build: enforce order of dependency when building addonsJoyee Cheung2017-11-181-2/+2
* tools: try installing js-yaml only onceJoyee Cheung2017-11-171-4/+7
* Revert "build: for --enable-static, run only cctest"Daniel Bevenius2017-11-161-5/+0
* build: prevent echoing of recipes for test targetDaniel Bevenius2017-11-161-5/+5
* tools,build: allow build without `remark-cli`Refael Ackermann2017-11-101-1/+7
* tools: don't lint files that have not changedJoyee Cheung2017-11-081-6/+30
* build: suppress lint-md outputGibson Fahnestock2017-11-021-2/+4
* build: make test-doc and lint addon docsJoyee Cheung2017-10-301-14/+42
* build: make doc target quietDaniel Bevenius2017-10-301-5/+5
* build: ignore empty folders in test-addons-napiAnna Henningsen2017-10-291-1/+6
* build: run linter before running testsJoyee Cheung2017-10-291-1/+13
* build: improve `make clean`Refael Ackermann2017-10-261-1/+5
* tools: add make lint-md-cleanDaijiro Wachi2017-10-251-0/+6
* build: add lint-md-buildDaijiro Wachi2017-10-251-1/+7
* tools: add lint-md command in MakefileDaijiro Wachi2017-10-251-2/+9
* build: use doc-only instead of docRich Trott2017-10-191-2/+2
* test: fix flaky test-make-docRich Trott2017-10-191-2/+2
* test: update test-npm to use test-npm-package.jsGibson Fahnestock2017-10-191-1/+1
* build: add c++ coverage support on macOSEvan Lucas2017-10-181-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-151-0/+1
* build: use local node-gyp for benchmark addonBen Noordhuis2017-10-151-2/+9
* build: restore mistakenly dropped suitesRefael Ackermann2017-10-121-3/+3