summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-02-28build: fix coverage after gcovr updatekillagu
2018-02-27build: fix lint-md-build dependencyJoyee Cheung
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-08build: do not suppress output in make doc-onlyJoyee Cheung
2018-02-06build: add doc linting when runnning `make lint`Camilo Gonzalez
2018-02-02build: fix coverage buildYihong Wang
2018-01-26build: fix rm commands in tarball ruleBen Noordhuis
2018-01-24build: compile V8 using system compilerBen Noordhuis
2018-01-24build: remove --no-i18n from V8 test optionsMichaël Zasso
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-25Revert "build,tools: check freshness of doc addons"Rod Vagg
2018-01-24build: make lint-js independent of local nodeJoyee Cheung
2018-01-24build: make lint-md independent of local nodeJoyee Cheung
2018-01-21build,tools: check freshness of doc addonsBen Noordhuis
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2018-01-17build: remove bench-* targetsJoyee Cheung
2018-01-16src: fix code coverage cleanupMichael Dawson
2018-01-11tools: move eslint from tools to tools/node_modulesMichaël Zasso
2018-01-11build: fix Makefile wrt finding node executableYang Guo
2018-01-09build: document targets in the MakefileJoyee Cheung
2018-01-08src: update make for new code coverage locationsMichael Dawson
2018-01-05build: put .PHONY directly before its targetOky Antoro
2018-01-02build: remove duplicate async-hooks and known_issues test runsRich Trott
2017-12-11tools: don't lint-md as part of main lint targetRefael Ackermann
2017-12-09build: add a `make help` option for common targetsGibson Fahnestock
2017-11-29build: fix test-v8 targetMichaël Zasso
2017-11-28build: add make lint-js-fixJoyee Cheung
2017-11-24tools: fix gitignore for tools/doc/Richard Littauer
2017-11-22test: keep coverage reports after coverage-cleanAnatoli Papirovski
2017-11-20build: do not build doc in source tarballJoyee Cheung
2017-11-18build: enforce order of dependency when building addonsJoyee Cheung
2017-11-17tools: try installing js-yaml only onceJoyee Cheung
2017-11-16Revert "build: for --enable-static, run only cctest"Daniel Bevenius
2017-11-16build: prevent echoing of recipes for test targetDaniel Bevenius
2017-11-10tools,build: allow build without `remark-cli`Refael Ackermann
2017-11-08tools: don't lint files that have not changedJoyee Cheung
2017-11-02build: suppress lint-md outputGibson Fahnestock
2017-10-30build: make test-doc and lint addon docsJoyee Cheung
2017-10-30build: make doc target quietDaniel Bevenius
2017-10-29build: ignore empty folders in test-addons-napiAnna Henningsen
2017-10-29build: run linter before running testsJoyee Cheung
2017-10-26build: improve `make clean`Refael Ackermann
2017-10-25tools: add make lint-md-cleanDaijiro Wachi
2017-10-25build: add lint-md-buildDaijiro Wachi
2017-10-25tools: add lint-md command in MakefileDaijiro Wachi
2017-10-19build: use doc-only instead of docRich Trott
2017-10-19test: fix flaky test-make-docRich Trott
2017-10-19test: update test-npm to use test-npm-package.jsGibson Fahnestock
2017-10-18build: add c++ coverage support on macOSEvan Lucas
2017-10-18test: test make doc and verify tocJoyee Cheung