summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-07-19build: move to `npm ci` where possibleRich Trott
2018-07-16build: account for pure C sources in `build-addons-napi`Anna Henningsen
2018-07-09tools: build all.json by combining generated JSONSam Ruby
2018-07-05benchmark: add n-api function args benchmarkKenny Yuan
2018-07-02tools: build all.html by combining generated HTMLSam Ruby
2018-06-29build: remove requirement to re-run ./configureAnna Henningsen
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-25build: fail on instrumentation errorsBenjamin Coe
2018-06-24test: remove outdated, non-functioning testAnatoli Papirovski
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