summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* test: fix tests that fail under coverageBenjamin Coe2018-05-221-2/+2
* build: use nyc's merge commandBenjamin Coe2018-05-181-5/+3
* build: always use BUILDTYPE binary to run JS testsJoyee Cheung2018-05-141-14/+14
* build: check for different deprecation signaturesRuben Bridgewater2018-05-051-2/+2
* tools: simplify HTML generationVse Mozhet Byt2018-04-281-1/+1
* build: use -9 with `kill` in MakefileRich Trott2018-04-241-3/+3
* build: normalise test.py calls to use PARALLEL_ARGSChris Miller2018-04-231-21/+23
* tools: fix make test-v8Michaël Zasso2018-04-111-25/+10
* build: update node.gyp to reference gypfiles/v8.gypJoyee Cheung2018-04-111-1/+1
* build: introduce make jstestJoyee Cheung2018-04-041-12/+16
* build: make lint-ci work properly on Linux makeRod Vagg2018-04-031-2/+3
* build: lint .eslintrc.js fileRich Trott2018-03-061-1/+1
* build: fix gocvr version used for coverageMichael Dawson2018-03-051-5/+5
* build: fix coverage after gcovr updatekillagu2018-02-281-3/+3
* build: fix lint-md-build dependencyJoyee Cheung2018-02-271-8/+11
* lint: move eslint to new plugin systemGus Caplan2018-02-201-1/+1
* build: do not suppress output in make doc-onlyJoyee Cheung2018-02-081-1/+1
* 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