summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-06-24build: add crypto check to markdown lint targetDaniel Bevenius
2018-06-19benchmark: create napi benchmark directoryRich Trott
2018-06-16tools: lint doc/*.md filesRich Trott
2018-06-11build: build addon tests in parallelAnna Henningsen
2018-06-08build: stop distclean from deleting v8 filesUjjwal Sharma
2018-06-07n-api: improve runtime perf of n-api func callKenny Yuan
2018-06-06test: create new directory v8-updatesMatheus Marchini
2018-06-06tools: ensure doc-only doesn't update package-lockMyles Borins
2018-05-22test: fix tests that fail under coverageBenjamin Coe
2018-05-18build: use nyc's merge commandBenjamin Coe
2018-05-14build: always use BUILDTYPE binary to run JS testsJoyee Cheung
2018-05-05build: check for different deprecation signaturesRuben Bridgewater
2018-04-28tools: simplify HTML generationVse Mozhet Byt
2018-04-24build: use -9 with `kill` in MakefileRich Trott
2018-04-23build: normalise test.py calls to use PARALLEL_ARGSChris Miller
2018-04-11tools: fix make test-v8Michaël Zasso
2018-04-11build: update node.gyp to reference gypfiles/v8.gypJoyee Cheung
2018-04-04build: introduce make jstestJoyee Cheung
2018-04-03build: make lint-ci work properly on Linux makeRod Vagg
2018-03-06build: lint .eslintrc.js fileRich Trott
2018-03-05build: fix gocvr version used for coverageMichael Dawson
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