| Commit message (Expand) | Author | Age | Files | Lines |
| * | tools: apply more stringent blank-line linting for markdown files | Rich Trott | 2019-09-07 | 3 | -5/+18 |
| * | doc: prepare markdown files for more stringent blank-line linting | Rich Trott | 2019-09-07 | 1 | -1/+0 |
| * | build,win: fix Python detection on localized OS | João Reis | 2019-09-05 | 1 | -8/+10 |
| * | tools: delete v8_external_snapshot.gypi | Ujjwal Sharma | 2019-09-06 | 4 | -244/+11 |
| * | tools: fix GYP ninja generator for Python 3 | Michaël Zasso | 2019-09-05 | 1 | -3/+4 |
| * | gyp: make StringIO work in ninja.py | Christian Clauss | 2019-09-03 | 1 | -1/+4 |
| * | tools: update ESLint to 6.3.0 | cjihrig | 2019-09-03 | 20 | -31/+144 |
| * | build,win: accept Python 3 if 2 is not available | João Reis | 2019-09-02 | 1 | -21/+64 |
| * | build,win: find Python in paths with spaces | João Reis | 2019-09-02 | 1 | -21/+27 |
| * | tools: use 'from io import StringIO' in ninja.py | cclauss | 2019-09-02 | 1 | -1/+1 |
| * | tools: fix mksnapshot blob wrong freeing operator | David Carlier | 2019-09-01 | 1 | -1/+1 |
| * | doc,crypto: add extends for derived classes | Kamat, Trivikram | 2019-08-29 | 1 | -0/+1 |
| * | build: integrate DragonFlyBSD into gyp build | David Carlier | 2019-08-29 | 1 | -0/+2 |
| * | tools: update ESLint to 6.2.2 | cjihrig | 2019-08-28 | 85 | -743/+1692 |
| * | tools: update babel-eslint to 10.0.3 | cjihrig | 2019-08-28 | 74 | -3977/+1591 |
| * | tools: fix Python 3 issues in inspector_protocol | cclauss | 2019-08-26 | 2 | -12/+12 |
| * | doc,errors: add extends to derived classes | Kamat, Trivikram | 2019-08-26 | 1 | -0/+2 |
| * | fs: add recursive option to rmdir() | cjihrig | 2019-08-23 | 1 | -0/+3 |
| * | gyp: remove semicolons (Python != JavaScript) | MattIPv4 | 2019-08-22 | 7 | -17/+17 |
| * | tools: fix mixup with bytes.decode() and str.encode() | Christian Clauss | 2019-08-21 | 1 | -2/+2 |
| * | tools: fix Python 3 issues in tools/icu/icutrim.py | cclauss | 2019-08-21 | 1 | -33/+23 |
| * | tools: fix Python 3 issues in gyp/generator/make.py | cclauss | 2019-08-21 | 1 | -5/+5 |
| * | gyp: futurize imput.py to prepare for Python 3 | cclauss | 2019-08-20 | 1 | -78/+73 |
| * | tools: make code cache and snapshot deterministic | Ben Noordhuis | 2019-08-19 | 2 | -0/+7 |
| * | tools: sync gypfiles with V8 7.7 | Michaël Zasso | 2019-08-19 | 4 | -75/+57 |
| * | build: remove unnecessary Python semicolon | MattIPv4 | 2019-08-18 | 1 | -1/+1 |
| * | fs: add fs.writev() which exposes syscall writev() | Anas Aboureada | 2019-08-16 | 1 | -4/+4 |
| * | tools: make nodedownload.py Python 3 compatible | cclauss | 2019-08-14 | 1 | -5/+7 |
| * | doc, lib, src, test, tools: fix assorted typos | XhmikosR | 2019-08-12 | 1 | -1/+1 |
| * | tools: allow single JS file for --link-module | Daniel Bevenius | 2019-08-12 | 1 | -1/+2 |
| * | test: use unique tmpdirs for each test | João Reis | 2019-08-10 | 1 | -0/+5 |
| * | tools: sync gypfiles with V8 7.6 | Michaël Zasso | 2019-08-01 | 7 | -1723/+208 |
| * | build: remove support for s390 (but not s390x) | Ben Noordhuis | 2019-07-30 | 3 | -11/+11 |
| * | build,tools: support building with Visual Studio 2019 | Michaël Zasso | 2019-07-27 | 2 | -2/+3 |
| * | tools: update certdata.txt | Sam Roberts | 2019-07-24 | 1 | -166/+0 |
| * | tools: update ESLint to 6.1.0 | cjihrig | 2019-07-22 | 137 | -6749/+9555 |
| * | tools: remove unused pkgsrc directory | Michaël Zasso | 2019-07-22 | 2 | -8/+0 |
| * | build: fix building with d8 | Michaël Zasso | 2019-07-19 | 1 | -12/+14 |
| * | gyp: cherrypick more Python3 changes from node-gyp | cclauss | 2019-07-16 | 16 | -180/+198 |
| * | build: remove broken intel vtune support | Ben Noordhuis | 2019-07-15 | 3 | -49/+0 |
| * | test: fix pty test hangs on aix | Ben Noordhuis | 2019-07-15 | 1 | -65/+13 |
| * | build,v8: support IBM i | Xu Meng | 2019-07-15 | 1 | -6/+14 |
| * | deps: update acorn to 6.2.0 | Michaël Zasso | 2019-07-15 | 1 | -1/+1 |
| * | src, tools: replace raw ptr with smart ptr | GauthamBanasandra | 2019-07-12 | 1 | -1/+1 |
| * | tools: add markdown lint rule for 'Unix' | Rich Trott | 2019-07-11 | 3 | -5/+5 |
| * | gyp: pull Python 3 changes from node/node-gyp | cclauss | 2019-07-11 | 16 | -180/+218 |
| * | doc: fix link from bootstrap README to BUILDING | Rod Vagg | 2019-07-02 | 1 | -2/+2 |
| * | build: expose napi_build_version variable | NickNaso | 2019-07-01 | 1 | -0/+26 |
| * | tools: update unified-args to 7.0.0 for md-lint CLI | Rich Trott | 2019-07-01 | 3 | -1526/+232 |
| * | tools: move python code out of jenkins shell | Sam Roberts | 2019-07-02 | 4 | -0/+18 |