summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | build: use -fPIC for native addons on UNIXNathan Rajlich2012-02-091-0/+3
* | Merge remote-tracking branch 'ry/v0.6'isaacs2012-02-061-0/+4
|\ \ | |/
| * msi: npm bash shim fixesisaacs2012-02-021-1/+2
| * Add npm msysgit bash shim to msi installerisaacs2012-02-021-0/+3
* | gyp_addon: link with node.lib on WindowsNathan Rajlich2012-02-062-0/+4
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-01-311-4/+17
|\ \ | |/
| * doc: Pixel-nudgingisaacs2012-01-231-0/+3
| * doctool: correct improperly nested ul/li handlingisaacs2012-01-231-4/+14
* | waf: predict target arch for OSXFedor Indutny2012-01-271-3/+10
* | installer: install node-wafFedor Indutny2012-01-161-2/+9
* | Revert "gyp: install node-gyp"Ryan Dahl2012-01-163-25/+11
* | gyp: install node-gypFedor Indutny2012-01-173-11/+25
* | Merge branch 'v0.6'Fedor Indutny2012-01-121-2/+2
|\ \ | |/
| * Use .jpg instead of .bmp for .msiRyan Dahl2012-01-101-2/+2
* | build: set product_prefix to empty for LinuxShigeki Ohtsu2012-01-051-0/+1
* | build: fix npm-cli.js installBen Noordhuis2012-01-041-1/+1
* | GYP: rename options.gypi to config.gypiRyan Dahl2011-12-231-2/+2
* | Upgrade GYP to r1115Ryan Dahl2011-12-2115-95/+399
* | Support addons with gypRyan Dahl2011-12-202-0/+43
* | Fix 'make install'Ryan Dahl2011-12-191-0/+4
* | --without-npm optionFedor Indutny2011-12-171-1/+1