summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: replace custom assert.fail lint ruleRich Trott2017-04-121-30/+0
* tools: replace custom new-with-error ruleRich Trott2017-04-081-31/+0
* build: fix path voodoo in icu-generic.gypRefael Ackermann2017-04-061-2/+5
* deps: backport ec1ffe3 from upstream V8Daniel Bevenius2017-04-061-0/+2
* test: more robust check for location of `node.exe`Refael Ackermann2017-04-041-8/+6
* tools: replace custom ESLint timers ruleRich Trott2017-04-041-25/+0
* tools: update ESLint to 3.19.0Rich Trott2017-04-04374-10811/+23527
* test: performance, remove Popen(shell=True) on WinRefael Ackermann2017-04-041-1/+0
* n-api: add support for abi stable module APIJason Ginchereau2017-04-032-0/+3
* tools: add missing #include "unicode/putil.h"Steven R. Loomis2017-03-301-0/+1
* tools: add unescaped regexp dot rule to linterBrian White2017-03-291-0/+157
* tools: add rule prefering common.mustNotCall()James M Snell2017-03-261-0/+39
* build: enable cctest to use generated objectsDaniel Bevenius2017-03-241-1/+1
* build: remove cares headers from tarballGibson Fahnestock2017-03-221-3/+0
* build: add cpp linting to windows buildliusi2017-03-171-1/+2
* build: add node_use_openssl check to install.pyDaniel Bevenius2017-03-131-1/+2
* meta: restore original copyright headerJames M Snell2017-03-103-0/+63
* tools: add links to the stability index referenceMichael Cox2017-03-091-1/+4
* doc/tools: fix more type inconsistenciesRoman Reiss2017-03-081-4/+5
* test: make tests pass when configured without-sslDaniel Bevenius2017-03-041-2/+19
* tools: remove NODE_PATH from environment for testsRich Trott2017-03-021-1/+6
* tools: fix lint issue in doctoolRoman Reiss2017-03-021-1/+2
* doc: linkify type[] syntax, support lowercase for primitivesRoman Reiss2017-03-021-9/+18
* doc: change broken fg(1) links to fg(1p)Karan Thakkar2017-02-241-11/+13
* tools,doc: enable changelogs for itemsAnna Henningsen2017-02-242-2/+46
* deps: switch to v8_inspector in V8Ali Ijaz Sheikh2017-02-221-9/+0
* tools/doc: add more intrinsic and custom typesTimothy Gu2017-02-151-13/+27
* src: support UTF-8 in compiled-in JS source filesBen Noordhuis2017-02-131-40/+77
* build: add node-inspect integration testJan Krems2017-02-131-0/+139
* test: remove dependency on node-weakBen Noordhuis2017-02-111-2/+0
* tools: add compile_commands.json gyp generatorBen Noordhuis2017-02-091-0/+115
* test: fix test.py command line options processingJulien Gilli2017-02-041-1/+1
* test: add --abort-on-timeout option to test.pyJulien Gilli2017-02-031-6/+22
* doc: add documentation for url.format(URL[, options]);James M Snell2017-02-021-1/+2
* doc: replace newlines in deprecation with spaceSakthipriyan Vairamani (thefourtheye)2017-02-011-1/+1
* tools: add MDN link for IterableTimothy Gu2017-01-311-0/+2
* tools,doc: add Google Analytics tracking.Phillip Johnsen2017-01-252-4/+33
* tools: add mdn link for IteratorJames M Snell2017-01-231-4/+5
* doc: remove duplicate properties bullet in readmeJavis Sullivan2017-01-131-3/+2
* test: fix temp-dir option in tools/test.pyGibson Fahnestock2017-01-121-1/+1
* eslint: remove dangling eslint symlinkSam Roberts2017-01-121-1/+0
* tools,test: enforce assert.ifError with lint ruleTeddy Katz2017-01-091-0/+42
* tools: add lint rule to enforce timer argumentsRich Trott2017-01-061-0/+25
* tools: remove no-useless-regex-char-class-escapeRich Trott2017-01-061-190/+0
* tools: remove custom align-function-arguments ruleRich Trott2017-01-061-76/+0
* tools: update ESLint to current versionRich Trott2017-01-06721-10996/+20936
* Revert "test: test.py add option to use node in path"Sakthipriyan Vairamani (thefourtheye)2017-01-041-11/+0
* test: test.py add option to use node in pathGeorge Adams2017-01-041-0/+11
* tools: refactor json.jsRich Trott2016-12-281-14/+8
* tools: enforce linebreak after ternary operatorsMichaƫl Zasso2016-12-221-3/+3