summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: re-run configure on node_version.h changeAnna Henningsen2019-09-121-1/+3
* build: improve `make coverage`Anna Henningsen2019-09-101-7/+5
* build: hard code doctool in test-doc targetDaniel Bevenius2019-08-301-1/+1
* build: move tooltest to before jstest targetDaniel Bevenius2019-08-231-1/+1
* build: remove unused optionRich Trott2019-08-181-1/+1
* build: add a testclean targetDaniel Bevenius2019-08-161-3/+7
* tools: allow single JS file for --link-moduleDaniel Bevenius2019-08-121-0/+6
* build: do not mix spaces and tabs in MakefileLuigi Pinca2019-07-301-33/+33
* build: `uname -m` is amd64 on freebsd, not x86_64Ben Noordhuis2019-07-241-0/+4
* tools: remove unused pkgsrc directoryMichaƫl Zasso2019-07-221-1/+0
* build: skip test-ci doc targets if no cryptoRod Vagg2019-07-201-2/+10
* build: guard test-doc recipe with node_use_opensslDaniel Bevenius2019-06-171-2/+6
* build: lint all docs under docRichard Lau2019-06-121-1/+1
* build: delegate building from Makefile to ninjaRefael Ackermann2019-05-021-0/+25
* tools: implement node_mksnapshotJoyee Cheung2019-04-231-0/+2
* deps,test: bump googletest to 39f72ea6f5Refael Ackermann2019-04-221-1/+1
* build: run `mkcodecache` as an actionRefael Ackermann2019-04-161-11/+3
* tools: implement mkcodecache as an executableJoyee Cheung2019-04-161-1/+3
* build,deps: move gypfiles out 2/2 - movingRefael Ackermann2019-03-281-7/+5
* build,meta: quiet/pretty make output by defaultRefael Ackermann2019-03-211-4/+3
* Revert "build: silence cpp lint by default"Refael Ackermann2019-03-071-2/+5
* build: silence cpp lint by defaultRuben Bridgewater2019-02-281-5/+2
* build,test: guard eslint with crypto checkDaniel Bevenius2019-02-211-2/+6
* tools: improve prerequisites for test-all-suitesRich Trott2019-02-021-1/+1
* tools: exclude benchmark code from coverage reportRich Trott2019-02-011-1/+1
* tools: add test-all-suites to MakefileRich Trott2019-02-011-1/+5
* test: allow coverage threshold to be enforcedBenjamin Coe2019-02-011-5/+10
* test: enable marking of failing coverage testsMichael Dawson2019-01-291-2/+3
* build: do not lint python scripts under test/fixturesJoyee Cheung2019-01-221-1/+1
* test: switch to native v8 coverageBenjamin Coe2019-01-201-23/+27
* test: revert fail `coverage` target if tests fail"Michael Dawson2019-01-171-1/+1
* build,test: fail `coverage` target if tests failRefael Ackermann2019-01-151-1/+1
* tools: report unused disable-directives for ESLintRich Trott2018-12-211-1/+1
* build: correct fi indentation in MakefileDaniel Bevenius2018-12-211-2/+2
* tools: make apilinks building more robustJoyee Cheung2018-12-181-5/+5
* build: make lint-addon-docs run only if neededDaniel Bevenius2018-12-151-1/+5
* tools: do not lint tools/inspector_protocol or tools/markupsafecclauss2018-12-091-1/+1
* build: add '.git' to 'make lint-py' exclude listcclauss2018-12-051-1/+1
* build: fix check-xz for platforms defaulting to shRod Vagg2018-12-041-2/+2
* build: make tar.xz creation opt-out, fail if no xzRod Vagg2018-12-041-8/+24
* test: partition N-API testsGabriel Schulhof2018-12-041-35/+78
* build: only check REPLACEME & DEP...X for releasesRod Vagg2018-11-281-3/+2
* build: replace `-not` with `!` in `find`Rich Trott2018-11-251-1/+1
* src: factor out Node.js-agnostic N-APIsGabriel Schulhof2018-11-171-1/+2
* tools: fix `make lint-md-rollup` and run itDaijiro Wachi2018-11-161-3/+1
* build: remove unnecessary prerequisite in MakefileRich Trott2018-11-151-1/+1
* build: fix benchmark tests on CIRich Trott2018-11-121-1/+1
* build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius2018-11-111-4/+4
* test: move benchmark tests out of main test suiteRich Trott2018-11-101-4/+7
* test: initialize test/wpt to run URL and console .js testsJoyee Cheung2018-11-091-0/+3