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
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-30Make rules for release blog post and email messageisaacs
2012-03-21fixed booleans being treated as strings, resulting in missing node-waf and npmJohannes Wüller
2012-03-17Fix include logic was replacing https include with httpisaacs
2012-03-16install: update install.js to use `process.config`Nathan Rajlich
2012-03-16js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich
2012-03-16Added trailing backslash to npm pathMatt Ezell
2012-03-13shebang should make file executable as wellisaacs
2012-03-13issue #2697: have 'make install' set npm shebang to use its nodeTrent Mick
2012-03-08Merge branch 'v0.6'Bert Belder
2012-03-06addon: use absolute paths for the node include dirsNathan Rajlich
2012-03-06addon: add module_root_dir gyp variableNathan Rajlich
2012-03-05Mention marked, and add license to doc generatorisaacs
2012-03-04Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-03-04doc: Don't prune Stability indicatorsisaacs
2012-03-01Handle miscs betterisaacs
2012-03-01'Events' is a module, not an event named 's'isaacs
2012-03-01Use new doc generation toolisaacs
2012-03-01New documentation generation toolisaacs
2012-02-28build: build addons into the "build" dir instead of "out"Nathan Rajlich
2012-02-27Handle miscs betterisaacs
2012-02-27'Events' is a module, not an event named 's'isaacs
2012-02-27Use new doc generation toolisaacs
2012-02-27New documentation generation toolisaacs
2012-02-27addon: write gyp generated files to the 'out' dirNathan Rajlich
2012-02-23build: fix the case where config.gypi doesn't existShigeki Ohtsu
2012-02-23build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu
2012-02-20tests: kill process group on failureFedor Indutny
2012-02-20gyp: update to r1214Ben Noordhuis
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-09build: use -fPIC for native addons on UNIXNathan Rajlich
2012-02-08enable x64 windows buildIgor Zinkovsky
2012-02-07Merge remote-tracking branch 'ry/v0.6'isaacs
2012-02-06gyp_addon: link with node.lib on WindowsNathan Rajlich
2012-02-03msi: npm bash shim fixesisaacs
2012-02-03Add npm msysgit bash shim to msi installerisaacs
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-27waf: predict target arch for OSXFedor Indutny
2012-01-24doc: Pixel-nudgingisaacs
2012-01-24doctool: correct improperly nested ul/li handlingisaacs
2012-01-17installer: install node-wafFedor Indutny
2012-01-17Revert "gyp: install node-gyp"Ryan Dahl
2012-01-17gyp: install node-gypFedor Indutny
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-11Use .jpg instead of .bmp for .msiRyan Dahl
2012-01-05build: set product_prefix to empty for LinuxShigeki Ohtsu
2012-01-04build: fix npm-cli.js installBen Noordhuis
2011-12-24GYP: rename options.gypi to config.gypiRyan Dahl
2011-12-22Upgrade GYP to r1115Ryan Dahl
2011-12-21Support addons with gypRyan Dahl