summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: use tabs for indentation in MakefileLuigi Pinca2020-04-061-2/+2
* tools: only fetch previous versions when necessaryRichard Lau2020-03-311-2/+9
* doc: tests local links in markdown documentsAntoine du HAMEL2020-03-301-0/+1
* src: add test/abort build tasksChristian Niederer2020-03-301-6/+47
* test: add extended embedder cctestAnna Henningsen2020-03-211-2/+2
* src,test: add full-featured embedder API testAnna Henningsen2020-03-211-2/+8
* build: macOS package notarizationRod Vagg2020-03-101-0/+1
* build: fix zlib tarball generationShelley Vohr2020-03-041-1/+1
* doc: improve doc/markdown file organization coherenceConorDavenport2020-03-041-2/+2
* build: only lint markdown files that have changed (POSIX-only)Rich Trott2020-03-011-19/+15
* build: fix missing x64 arch suffix in binary tar namelegendecas2019-12-131-1/+1
* build,win: add test-ci-native and test-ci-jsJoão Reis2019-12-021-0/+1
* tools: add unified plugin changing links for html docsMarek Łabuz2019-11-301-1/+1
* test: fix Python unittests in ./test and ./toolscclauss2019-11-111-1/+1
* Revert "test: test configure ninja"Anna Henningsen2019-11-061-1/+1
* test: test configure ninjaPatrick Housley2019-11-051-1/+1
* build: make linter failures fail `test-doc` targetRichard Lau2019-10-221-2/+1
* build: build benchmark addons like test addonsRichard Lau2019-10-171-22/+14
* build: make full-icu the default for releasesRichard Lau2019-10-101-1/+1
* build: include deps/v8/test/torque in source tarballRichard Lau2019-09-281-1/+2
* build: do not indent assignments in MakefileJoyee Cheung2019-09-221-2/+2
* http: remove legacy parserAnna Henningsen2019-09-201-1/+1
* 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