summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-12-04build: make tar.xz creation opt-out, fail if no xzRod Vagg
2018-12-04test: partition N-API testsGabriel Schulhof
2018-11-28build: only check REPLACEME & DEP...X for releasesRod Vagg
2018-11-25build: replace `-not` with `!` in `find`Rich Trott
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-11-16tools: fix `make lint-md-rollup` and run itDaijiro Wachi
2018-11-15build: remove unnecessary prerequisite in MakefileRich Trott
2018-11-12build: fix benchmark tests on CIRich Trott
2018-11-11build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius
2018-11-10test: move benchmark tests out of main test suiteRich Trott
2018-11-09test: initialize test/wpt to run URL and console .js testsJoyee Cheung
2018-11-07build: only try to find node when it's needed by the targetJoyee Cheung
2018-11-07build: change repo to https protocol in Makefilemritunjaygoutam12
2018-11-01build: make benchmark/napi all prereq order-onlyDaniel Bevenius
2018-10-24build: add lint-py which uses flake8cclauss
2018-10-24test: add test-benchmark-napiEmily Marigold Klassen
2018-10-22build: fix coverage generationMichael Dawson
2018-10-20build: spawn `make test-ci` with `-j1`Refael Ackermann
2018-10-05build: toggle lint-cpp using verbose (V) variableDaniel Bevenius
2018-10-05build: make lint-addon-docs quietDaniel Bevenius
2018-10-04doc: remove GA trackingBen Noordhuis
2018-10-02build: reduce chance of unneeded rebuildRefael Ackermann
2018-10-01build: add --quiet to lint-cppDaniel Bevenius
2018-09-30build: remove unnecessary Makefile outputRich Trott
2018-09-27build: move addons message in MakefileRich Trott
2018-09-21build: make config verbose on CIRefael Ackermann
2018-09-19build: stop printing execution of lint-md commandRuben Bridgewater
2018-09-17build: do not lint fixtures in make lint-mdJoyee Cheung
2018-09-11tools: use lint-md.jsRefael Ackermann
2018-09-11tools: `make lint-md-rollup` & checkin `lint-md.js`Refael Ackermann
2018-09-11tools: relocate `remark-preset-lint-node`Refael Ackermann
2018-09-07build: rename configure to configure.pyRefael Ackermann
2018-09-05tools: add [src] links to async_hooks.htmlSam Ruby
2018-09-03build: use arm64 as DESTCPU for aarch64Daniel Bevenius
2018-08-29tools: Include links to source code in documentationSam Ruby
2018-08-22build: use `npm ci`Refael Ackermann
2018-08-22Revert "build: extract common code from NODE_EXE/_G_EXE"Daniel Bevenius
2018-08-22build: extract common code from NODE_EXE/_G_EXEDaniel Bevenius
2018-08-20build: move available-node variable to topDaniel Bevenius
2018-08-20build: touch tools/doc/node_modules after runDaniel Bevenius
2018-08-20build: add test-doc to test targetDaniel Bevenius
2018-08-20build: use echo command instead of shell commentsDaniel Bevenius
2018-08-18tools: simplify ESLint invocation in MakefileRich Trott
2018-08-12tools,build: apply markdown linting to test dirRich Trott
2018-08-11build: add CONFIG_FLAGS to with-code-cache targetDaniel Bevenius
2018-08-10build: make tools/doc/node_modules non-phonyDaniel Bevenius
2018-08-10build: add crypto check to build targetsDaniel Bevenius
2018-08-10build: extract common parts from addon .buildstampDaniel Bevenius
2018-08-03tools: add `make format-cpp` to run clang-format on C++ diffsJoyee Cheung
2018-08-01test: remove test/gc, integrate into parallelAnna Henningsen