summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Windows: Enable ETW events.Igor Zinkovsky2012-06-132-4/+9
* Move resource files to src/res.Bert Belder2012-06-132-67/+0
* build: Don't clobber symlinked npmisaacs2012-06-041-6/+17
* windows/msi: minor installer tweaksBert Belder2012-06-042-39/+33
* windows/msi: add node.js prompt to startmenuJeroen Janssen2012-06-042-0/+28
* windows/msi: fix adding node to PATHJeroen Janssen2012-06-041-1/+1
* windows/msi: add start menu links when installingJeroen Janssen2012-06-032-5/+43
* windows/msi: cleanup WiX project filesJeroen Janssen2012-06-022-21/+5
* windows: don't install x64 version into the 'program files (x86)' folderMatt Gollob2012-06-023-4/+20
* windows: add icon to node.exeBert Belder2012-06-022-0/+5
* Revert "tests: kill process group on failure"isaacs2012-05-281-7/+1
* Tests for memory leaksisaacs2012-05-041-1/+1
* build: support make install "DESTDIR=/path"Malte-Thorben Bruns2012-04-231-5/+7
* gyp: Apply 'argument too long' fix in another placeisaacs2012-04-111-3/+3
* gyp: fix 'argument list too long' build errorBen Noordhuis2012-04-121-2/+2
* Fix #3089 Build changelog.html for websiteisaacs2012-04-101-0/+16
* Windows: installer shows license agreement dialogBert Belder2012-04-041-2/+6
* Windows: add build step that generates license.rtf from LICENSEBert Belder2012-04-041-0/+327
* Mac installer shows licenseRyan Dahl2012-04-022-3/+3
* build: add support for DTrace and postmortemDave Pacheco2012-04-011-0/+82
* Make rules for release blog post and email messageisaacs2012-03-292-0/+28
* fixed booleans being treated as strings, resulting in missing node-waf and npmJohannes Wüller2012-03-201-2/+2
* Fix include logic was replacing https include with httpisaacs2012-03-171-1/+1
* install: update install.js to use `process.config`Nathan Rajlich2012-03-151-9/+3
* js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich2012-03-151-1/+1
* Added trailing backslash to npm pathMatt Ezell2012-03-151-1/+1
* shebang should make file executable as wellisaacs2012-03-131-0/+2
* issue #2697: have 'make install' set npm shebang to use its nodeTrent Mick2012-03-131-6/+31
* Merge branch 'v0.6'Bert Belder2012-03-084-0/+80
|\
| * Mention marked, and add license to doc generatorisaacs2012-03-054-0/+80
* | addon: use absolute paths for the node include dirsNathan Rajlich2012-03-051-3/+3
* | addon: add module_root_dir gyp variableNathan Rajlich2012-03-051-1/+3
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-03-031-1/+0
|\ \ | |/
| * doc: Don't prune Stability indicatorsisaacs2012-03-031-1/+0
| * Handle miscs betterisaacs2012-02-291-0/+6
| * 'Events' is a module, not an event named 's'isaacs2012-02-291-1/+1
| * Use new doc generation toolisaacs2012-02-292-1598/+0
| * New documentation generation toolisaacs2012-02-2915-0/+1892
* | build: build addons into the "build" dir instead of "out"Nathan Rajlich2012-02-271-2/+2
* | Handle miscs betterisaacs2012-02-271-0/+6
* | 'Events' is a module, not an event named 's'isaacs2012-02-271-1/+1
* | Use new doc generation toolisaacs2012-02-272-1598/+0
* | New documentation generation toolisaacs2012-02-2715-0/+1892
* | addon: write gyp generated files to the 'out' dirNathan Rajlich2012-02-271-1/+11
* | build: fix the case where config.gypi doesn't existShigeki Ohtsu2012-02-231-1/+2
* | build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu2012-02-231-0/+2
* | tests: kill process group on failureFedor Indutny2012-02-201-1/+7
* | gyp: update to r1214Ben Noordhuis2012-02-20130-1529/+3936
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-121-1/+0
|\ \ | |/
| * enable x64 windows buildIgor Zinkovsky2012-02-071-1/+0