summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tools: build all.json by combining generated JSONSam Ruby2018-07-091-3/+5
* benchmark: add n-api function args benchmarkKenny Yuan2018-07-051-0/+9
* tools: build all.html by combining generated HTMLSam Ruby2018-07-021-2/+6
* build: remove requirement to re-run ./configureAnna Henningsen2018-06-291-1/+6
* build: speed up startup with V8 code cacheJoyee Cheung2018-06-271-0/+16
* build: fail on instrumentation errorsBenjamin Coe2018-06-251-1/+2
* test: remove outdated, non-functioning testAnatoli Papirovski2018-06-241-7/+0
* build: add crypto check to markdown lint targetDaniel Bevenius2018-06-241-0/+10
* benchmark: create napi benchmark directoryRich Trott2018-06-191-6/+6
* tools: lint doc/*.md filesRich Trott2018-06-161-1/+1
* build: build addon tests in parallelAnna Henningsen2018-06-111-30/+9
* build: stop distclean from deleting v8 filesUjjwal Sharma2018-06-081-1/+0
* n-api: improve runtime perf of n-api func callKenny Yuan2018-06-071-0/+1
* test: create new directory v8-updatesMatheus Marchini2018-06-061-1/+5
* tools: ensure doc-only doesn't update package-lockMyles Borins2018-06-061-1/+1
* 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