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
AgeCommit message (Expand)Author
2012-04-11configure: output a newline at the end of config.gypiNathan Rajlich
2012-04-11configure: don't use "with" for Python 2.5 and olderNathan Rajlich
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-17build: make --openssl-use-sys a boolean optionNathan Rajlich
2012-03-17build: fix configure with spaces in CCAlex Xu
2012-03-16vcbuild: run the 'configure' script in vcbuild.batNathan Rajlich
2012-03-05build: disable -fvisibility=hidden if gcc < 4.0.0Ben Noordhuis
2012-03-05build: make CC command in -fstrict-aliasing check configurableBen Noordhuis
2012-03-05build: make CC command in host check configurableSadique Ali
2012-03-03build: fix gcc version checkShigeki Ohtsu
2012-03-03build: remove unused import from configure scriptShigeki Ohtsu
2012-03-02build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis
2012-03-02build: remove --shared-cares configure switchBen Noordhuis
2012-02-28Fix #2830 for the old gcc bug on SmartOSShigeki Ohtsu
2012-02-27build: support shared zlibT.C. Hollingsworth
2012-02-24Revert "Revert "build: support shared V8 properly""isaacs
2012-02-24Merge branch 'v0.7.5-release'isaacs
2012-02-24Revert "build: support shared V8 properly"isaacs
2012-02-23build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu
2012-02-22build: support shared V8 properlyT.C. Hollingsworth
2012-02-21build: better host_arch() definition in configureNathan Rajlich
2012-02-20build: map i686 to ia32Nathan Rajlich
2012-02-20build: test `uname -m` first, then `uname -p`Nathan Rajlich
2012-02-13build: detect host_arch betterKarl Skomski
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-18build: remove node_debug from config.gypiBen Noordhuis
2012-01-18build: respect --debug configure switchBen Noordhuis
2012-01-17installer: install node-wafFedor Indutny
2012-01-15build: support --dest-cpu configure switch againBen Noordhuis
2011-12-29build: add --without-isolates configure switchBen Noordhuis
2011-12-24GYP: rename options.gypi to config.gypiRyan Dahl
2011-12-20gyp: switch json for pprint when generating configjbergstroem
2011-12-17--without-npm optionFedor Indutny
2011-12-17gyp: use built-in openssl by defaultRyan Dahl
2011-11-29build: DRY configure scriptBen Noordhuis
2011-11-18Force makefile generation in gypRyan Dahl
2011-11-15build: auto-run tools/gyp_node after ./configureBen Noordhuis
2011-11-15Remove SCONS deprecate WAFRyan Dahl
2011-08-27Fix typo in configure scriptBen Noordhuis
2011-08-09Revert "Unify configure scripts"Ryan Dahl
2011-08-09Unify configure scriptsRyan Dahl
2011-08-09Bring back old Makefile and configure scriptRyan Dahl
2011-08-08sketch out configure supportRyan Dahl
2010-11-02Back to WAFRyan Dahl
2010-10-30Changes to compile on solarisRyan Dahl
2010-10-26exec instead of sh a the configure.real scriptRyan Dahl
2010-10-26more configure hackeryRyan Dahl
2010-10-26add configureRyan Dahl
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-05-11Quote variables in configure scriptRyan Dahl