Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-08-06Bring gyp into the tools directory; handwritten makefileRyan Dahl
2011-08-06gyp: fix test runnerRyan Dahl
2011-08-03http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis
2011-08-02test: add targets `test-http2` and `test-all-http2`Ben Noordhuis
2011-07-28Remove pkg-conf fileRyan Dahl
2011-07-15Addons should not -DEV_MULTIPLICITY=0Brian White
2011-07-04Fix doctool uses RegExp object as a Functionkoichik
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-04-15Add covhtml.js toolRyan Dahl
2011-03-09Add string class that uses ExternalAsciiStringResource.Tom Hughes
2011-02-17Fix test runner bug on windowsBert Belder
2011-01-17Bump version to v0.3.5v0.3.5Ryan Dahl
2010-12-21`make test` somewhat worksBert Belder
2010-12-21Better way of getting rid of symlinksBert Belder
2010-12-21Wafadmin: don't even think about using msvcBert Belder
2010-12-02Import cpplint.pyRyan Dahl
2010-12-02Import Google's closure_linterRyan Dahl
2010-11-30win: Symlink to jsmin.py doesn't work on windowsBert Belder
2010-11-23Add cmake build support.Tom Hughes
2010-11-18Generate Table of Contents at compile time.Micheil Smith
2010-11-16Build API page into build/doc; simplify doctool.Micheil Smith
2010-11-15Remove RonnJS not used anymoreRyan Dahl
2010-11-14fix 'make doc'Ryan Dahl
2010-11-02Back to WAFRyan Dahl
2010-10-29Install node-wafRyan Dahl
2010-10-29More simplification of the templating & rendering.Micheil Smith
2010-10-29Added a single page version, moved index to be standard page.Micheil Smith
2010-10-29Adding build tools & templates/assetsMicheil Smith
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-10-19Fix test harness for LinuxRyan Dahl
2010-10-13Preliminary pkg-config support.Ben Noordhuis
2010-10-12Dynamically load native scriptsRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-09-13Add lfs flags to node addon scriptRyan Dahl
2010-09-10Better temporary directory handling for tests.isaacs
2010-07-14Update ronnjs (fix rendering of html self-closing tags)Jérémy Lal
2010-07-13lib/node, not lib/nodejs !Jérémy Lal
2010-07-12Use ronnjs 0.2 to generate docs. Small cosmetic change.Jérémy Lal
2010-07-12Environment variables NODE_PREFIX, NODE_PATH in node-wafJérémy Lal
2010-07-04Remove a bunch of useless waf filesRyan Dahl
2010-07-02Add my awk script to update AUTHORS fileRyan Dahl
2010-06-20Execute message tests by defaultRyan Dahl
2010-06-12Make addon building work for Cygwin.Brian McKenna
2010-05-29addons should have debugging symbolsRyan Dahl
2010-04-19Upgrade Waf to 1.5.16Ryan Dahl
2010-04-05Upgrade to WAF 1.5.15Ryan Dahl
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-03-09Upgrade waf to 1.5.14aRyan Dahl
2010-03-08Upgrade WAF to 1.5.14Ryan Dahl
2010-02-25Split tests.arlolra