summaryrefslogtreecommitdiff
path: root/tools/install.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-02tools: add --prof-process flag to node binaryMatt Loring1-44/+0
2016-03-02installer: install the tick processorMatt Loring1-0/+45
2016-01-19build: Updates for AIX npm support - part 1Michael Dawson1-0/+4
2015-08-23installer: fix installers for node.js renameFrederic Hemberger1-11/+0
2015-08-23node: rename from io.js to nodecjihrig1-6/+6
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis1-1/+0
2015-07-07tools: install gdbinit from v8 to $PREFIX/shareAli Ijaz Sheikh1-0/+2
2015-06-25build: add tar-headers target for headers-only tarRod Vagg1-3/+11
2015-05-07install: fix NameErrorthefourtheye1-2/+2
2015-04-10tools: add to install deps/openssl/config/archsShigeki Ohtsu1-0/+1
2015-04-07build: Remove building against a shared V8Johan Bergström1-2/+1
2015-04-06tools: fix install source path for openssl headersOguz Bastemur1-1/+1
2015-01-08install: install iojs -> node compat symlinkBen Noordhuis1-1/+14
2015-01-08build: rename binary from node to iojsBen Noordhuis1-4/+4
2015-01-08doc: rename node.1 -> iojs.1Ben Noordhuis1-2/+2
2014-12-04configure: remove shared cares build optionJohan Bergström1-2/+1
2014-10-29build: remove python 2.7 dependencyBen Noordhuis1-2/+1
2014-10-10build: determine and use EXEEXT on windowsRay Donnelly1-1/+3
2014-05-02installer: copy smalloc.h on installationFedor Indutny1-0/+1
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny1-4/+2
2014-02-21installer: copy `node.d` only with node_use_dtraceFedor Indutny1-4/+2
2014-02-21gyp: specialize node.d for freebsdFedor Indutny1-1/+1
2013-12-30Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+1
2013-12-20build: install common.gypi along with headersT.C. Hollingsworth1-0/+1
2013-12-19Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+36
2013-12-18build: unix install node and dep library headersTimothy J Fontaine1-0/+36
2013-05-22systemtap: add tapset for node user probesTimothy J Fontaine1-0/+3
2013-04-23install: Support $(PREFIX) install target directory prefixOlof Johansson1-11/+18
2013-03-16install: don't install man page twiceBen Noordhuis1-1/+0
2013-01-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs1-1/+6
2013-01-15install: add simplejson fallbackChris Dent1-1/+6
2012-12-20Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-1/+1
2012-12-17install: fix openbsd man page locationBen Noordhuis1-1/+1
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs1-0/+5
2012-12-02install: fix freebsd man page locationBen Noordhuis1-1/+5
2012-09-10installer: don't install header filesBen Noordhuis1-21/+0
2012-09-04installer: reapply b21c8e0b, honor --without-npmBen Noordhuis1-1/+1
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-3/+13
2012-08-14addon: remove node-waf, superseded by node-gypBen Noordhuis1-54/+0
2012-08-08installer: remove c-ares header filesBen Noordhuis1-3/+1
2012-08-06install: prevent a KeyError from being thrown when PORTABLE is not setNathan Rajlich1-1/+1
2012-08-06install: add a "portable" mode to the shebang-rewriting logicNathan Rajlich1-1/+9
2012-08-06install: install the "wafadmin/Tools" files into the correct dirNathan Rajlich1-4/+5
2012-08-05install: use os.path.join() to create the npm shebangNathan Rajlich1-2/+3
2012-08-04install: install the "wafadmin" files into the correct directoryNathan Rajlich1-1/+1
2012-08-04installer: prevent ETXTBSY errorsBen Noordhuis1-0/+1
2012-08-04installer: honor --without-npm, default install pathBen Noordhuis1-3/+3
2012-08-02installer: fix cross-compile installsBen Noordhuis1-0/+214