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-10-25build: add --unsafe-optimizations configure switchBen Noordhuis
2012-10-16configure: turn on VFPv3 on ARMv7Ben Noordhuis
2012-09-09configure: add a "--dest-os" option to force a gyp "flavor"Nathan Rajlich
2012-08-15build: Don't set gcc_version for Windowsisaacs
2012-08-13build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis
2012-07-27build: improve armv7 / hard-float detectionAdam Malcontenti-Wilson
2012-07-19build: fix mksnapshot crash on sunosBen Noordhuis
2012-07-12build: partially fix configure on ARMBen Noordhuis
2012-07-12build: disable unsafe optimizationsBen Noordhuis
2012-07-11build: fix spurious mksnapshot crashes for goodBen Noordhuis
2012-07-08Fix the Windows buildBert Belder
2012-07-03build: rename strict_aliasing to node_no_strict_aliasingBen Noordhuis
2012-07-03build: disable -fstrict-aliasing for any gcc < 4.6.0Ben Noordhuis
2012-07-03build: detect cc version with -dumpversionBen Noordhuis
2012-06-30build: handle output of localized gcc or clangBen Noordhuis
2012-06-30build: rename openssl configure switchesBen Noordhuis
2012-06-28build: use proper python interpreterBen Noordhuis
2012-06-27build: handle CC env var with spacesGabriel
2012-06-27build: fix --shared-v8 optionBen Noordhuis
2012-06-26configure: don't fail if compiler_version() doesn't workBert Belder
2012-06-26build: expand ~ in `./configure --prefix=~/a/b/c`Ben Noordhuis
2012-06-26build: disable strict aliasing in v8 with gcc 4.5.xBen Noordhuis
2012-06-21Rename GYP variable node_use_system_openssl to be consistentRyan Dahl
2012-06-19Fix #3465 Add ./configure --no-ifaddrs flagisaacs
2012-06-14Windows: Enable ETW events.Igor Zinkovsky
2012-05-17build: Set strict_aliasing on SunOS alwaysisaacs
2012-05-16build: improve c compiler detectionSadique Ali
2012-05-05build: print error message if no compiler foundJavier Hernández
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