| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: move addons message in Makefile | Rich Trott | 2018-09-27 | 1 | -1/+1 |
* | build: make config verbose on CIconfig-verbose-in-CI | Refael Ackermann | 2018-09-21 | 1 | -1/+1 |
* | build: stop printing execution of lint-md command | Ruben Bridgewater | 2018-09-19 | 1 | -4/+4 |
* | build: do not lint fixtures in make lint-md | Joyee Cheung | 2018-09-17 | 1 | -1/+2 |
* | tools: use lint-md.js | Refael Ackermann | 2018-09-11 | 1 | -46/+18 |
* | tools: `make lint-md-rollup` & checkin `lint-md.js` | Refael Ackermann | 2018-09-11 | 1 | -0/+8 |
* | tools: relocate `remark-preset-lint-node` | Refael Ackermann | 2018-09-11 | 1 | -6/+6 |
* | build: rename configure to configure.py | Refael Ackermann | 2018-09-07 | 1 | -1/+1 |
* | tools: add [src] links to async_hooks.html | Sam Ruby | 2018-09-05 | 1 | -2/+4 |
* | build: use arm64 as DESTCPU for aarch64 | Daniel Bevenius | 2018-09-03 | 1 | -2/+2 |
* | tools: Include links to source code in documentation | Sam Ruby | 2018-08-29 | 1 | -1/+6 |
* | build: use `npm ci` | Refael Ackermann | 2018-08-22 | 1 | -7/+2 |
* | Revert "build: extract common code from NODE_EXE/_G_EXE" | Daniel Bevenius | 2018-08-22 | 1 | -6/+4 |
* | build: extract common code from NODE_EXE/_G_EXE | Daniel Bevenius | 2018-08-22 | 1 | -4/+6 |
* | build: move available-node variable to top | Daniel Bevenius | 2018-08-20 | 1 | -11/+12 |
* | build: touch tools/doc/node_modules after run | Daniel Bevenius | 2018-08-20 | 1 | -0/+1 |
* | build: add test-doc to test target | Daniel Bevenius | 2018-08-20 | 1 | -0/+1 |
* | build: use echo command instead of shell comments | Daniel Bevenius | 2018-08-20 | 1 | -9/+9 |
* | tools: simplify ESLint invocation in Makefile | Rich Trott | 2018-08-18 | 1 | -1/+1 |
* | tools,build: apply markdown linting to test dir | Rich Trott | 2018-08-12 | 1 | -1/+1 |
* | build: add CONFIG_FLAGS to with-code-cache target | Daniel Bevenius | 2018-08-11 | 1 | -2/+6 |
* | build: make tools/doc/node_modules non-phony | Daniel Bevenius | 2018-08-10 | 1 | -2/+1 |
* | build: add crypto check to build targets | Daniel Bevenius | 2018-08-10 | 1 | -3/+11 |
* | build: extract common parts from addon .buildstamp | Daniel Bevenius | 2018-08-10 | 1 | -17/+17 |
* | tools: add `make format-cpp` to run clang-format on C++ diffs | Joyee Cheung | 2018-08-03 | 1 | -0/+27 |
* | test: remove test/gc, integrate into parallel | Anna Henningsen | 2018-08-01 | 1 | -19/+1 |
* | tools: produce JSON documentation using unified/remark/rehype | Sam Ruby | 2018-07-25 | 1 | -8/+8 |
* | build: remove redundant Makefile target | Rich Trott | 2018-07-23 | 1 | -8/+0 |
* | tools: create HTML docs with unified/remark/rehype | Sam Ruby | 2018-07-20 | 1 | -2/+7 |
* | build: add new benchmark targets | Kenny Yuan | 2018-07-19 | 1 | -2/+13 |
* | build: move to `npm ci` where possible | Rich Trott | 2018-07-19 | 1 | -2/+3 |
* | build: account for pure C sources in `build-addons-napi` | Anna Henningsen | 2018-07-16 | 1 | -0/+1 |
* | tools: build all.json by combining generated JSON | Sam Ruby | 2018-07-09 | 1 | -3/+5 |
* | benchmark: add n-api function args benchmark | Kenny Yuan | 2018-07-05 | 1 | -0/+9 |
* | tools: build all.html by combining generated HTML | Sam Ruby | 2018-07-02 | 1 | -2/+6 |
* | build: remove requirement to re-run ./configure | Anna Henningsen | 2018-06-29 | 1 | -1/+6 |
* | build: speed up startup with V8 code cache | Joyee Cheung | 2018-06-27 | 1 | -0/+16 |
* | build: fail on instrumentation errors | Benjamin Coe | 2018-06-25 | 1 | -1/+2 |
* | test: remove outdated, non-functioning test | Anatoli Papirovski | 2018-06-24 | 1 | -7/+0 |
* | build: add crypto check to markdown lint target | Daniel Bevenius | 2018-06-24 | 1 | -0/+10 |
* | benchmark: create napi benchmark directory | Rich Trott | 2018-06-19 | 1 | -6/+6 |
* | tools: lint doc/*.md files | Rich Trott | 2018-06-16 | 1 | -1/+1 |
* | build: build addon tests in parallel | Anna Henningsen | 2018-06-11 | 1 | -30/+9 |
* | build: stop distclean from deleting v8 files | Ujjwal Sharma | 2018-06-08 | 1 | -1/+0 |
* | n-api: improve runtime perf of n-api func call | Kenny Yuan | 2018-06-07 | 1 | -0/+1 |
* | test: create new directory v8-updates | Matheus Marchini | 2018-06-06 | 1 | -1/+5 |
* | tools: ensure doc-only doesn't update package-lock | Myles Borins | 2018-06-06 | 1 | -1/+1 |
* | test: fix tests that fail under coverage | Benjamin Coe | 2018-05-22 | 1 | -2/+2 |
* | build: use nyc's merge command | Benjamin Coe | 2018-05-18 | 1 | -5/+3 |
* | build: always use BUILDTYPE binary to run JS tests | Joyee Cheung | 2018-05-14 | 1 | -14/+14 |