summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-05-05win: make buildable on VS2017Refael Ackermann
2017-05-04tools: remove unused code from test.pyRich Trott
2017-04-30build: add target for checking for perm deoptsBrian White
2017-04-25doc, tools: add doc linting to CIVse Mozhet Byt
2017-04-25tools: enable no-useless-return eslint rulecjihrig
2017-04-25doc: add eslint-plugin-markdownVse Mozhet Byt
2017-04-21build: fix case in lib namesRefael Ackermann
2017-04-19tools: add table parsing capability to the doctoolRoman Reiss
2017-04-18tools: update certdata.txtBen Noordhuis
2017-04-18build: enable cctest to use objects (gyp part)Daniel Bevenius
2017-04-18tools: add compile_commands.json gyp generatorBen Noordhuis
2017-04-18gyp: inherit parent for `*.host`Johan Bergström
2017-04-18tools: fix gyp to work on MacOSX without XCodeShigeki Ohtsu
2017-04-18tools: update gyp to eb296f6Refael Ackermann
2017-04-12tools: replace custom assert.fail lint ruleRich Trott
2017-04-08tools: replace custom new-with-error ruleRich Trott
2017-04-06build: fix path voodoo in icu-generic.gypRefael Ackermann
2017-04-06deps: backport ec1ffe3 from upstream V8Daniel Bevenius
2017-04-04test: more robust check for location of `node.exe`Refael Ackermann
2017-04-04tools: replace custom ESLint timers ruleRich Trott
2017-04-04tools: update ESLint to 3.19.0Rich Trott
2017-04-04test: performance, remove Popen(shell=True) on WinRefael Ackermann
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-03-30tools: add missing #include "unicode/putil.h"Steven R. Loomis
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-26tools: add rule prefering common.mustNotCall()James M Snell
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-03-22build: remove cares headers from tarballGibson Fahnestock
2017-03-17build: add cpp linting to windows buildliusi
2017-03-13build: add node_use_openssl check to install.pyDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09tools: add links to the stability index referenceMichael Cox
2017-03-08doc/tools: fix more type inconsistenciesRoman Reiss
2017-03-04test: make tests pass when configured without-sslDaniel Bevenius
2017-03-02tools: remove NODE_PATH from environment for testsRich Trott
2017-03-02tools: fix lint issue in doctoolRoman Reiss
2017-03-02doc: linkify type[] syntax, support lowercase for primitivesRoman Reiss
2017-02-24doc: change broken fg(1) links to fg(1p)Karan Thakkar
2017-02-24tools,doc: enable changelogs for itemsAnna Henningsen
2017-02-22deps: switch to v8_inspector in V8Ali Ijaz Sheikh
2017-02-15tools/doc: add more intrinsic and custom typesTimothy Gu
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2017-02-13build: add node-inspect integration testJan Krems
2017-02-11test: remove dependency on node-weakBen Noordhuis
2017-02-09tools: add compile_commands.json gyp generatorBen Noordhuis
2017-02-04test: fix test.py command line options processingJulien Gilli
2017-02-03test: add --abort-on-timeout option to test.pyJulien Gilli
2017-02-02doc: add documentation for url.format(URL[, options]);James M Snell
2017-02-01doc: replace newlines in deprecation with spaceSakthipriyan Vairamani (thefourtheye)
2017-01-31tools: add MDN link for IterableTimothy Gu