summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: add a "--dest-os" option to force a gyp "flavor"Nathan Rajlich2012-09-091-0/+8
* build: Don't set gcc_version for Windowsisaacs2012-08-151-1/+1
* build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis2012-08-131-1/+6
* build: improve armv7 / hard-float detectionAdam Malcontenti-Wilson2012-07-261-6/+62
* build: fix mksnapshot crash on sunosBen Noordhuis2012-07-181-0/+2
* build: partially fix configure on ARMBen Noordhuis2012-07-121-17/+11
* build: disable unsafe optimizationsBen Noordhuis2012-07-121-1/+0
* build: fix spurious mksnapshot crashes for goodBen Noordhuis2012-07-111-10/+2
* Fix the Windows buildBert Belder2012-07-071-1/+5
* build: rename strict_aliasing to node_no_strict_aliasingBen Noordhuis2012-07-031-3/+3
* build: disable -fstrict-aliasing for any gcc < 4.6.0Ben Noordhuis2012-07-031-6/+3
* build: detect cc version with -dumpversionBen Noordhuis2012-07-031-11/+3
* build: handle output of localized gcc or clangBen Noordhuis2012-06-301-16/+18
* build: rename openssl configure switchesBen Noordhuis2012-06-301-21/+42
* build: use proper python interpreterBen Noordhuis2012-06-281-3/+4
* build: handle CC env var with spacesGabriel2012-06-271-1/+1
* build: fix --shared-v8 optionBen Noordhuis2012-06-271-1/+0
* configure: don't fail if compiler_version() doesn't workBert Belder2012-06-261-3/+3
* build: expand ~ in `./configure --prefix=~/a/b/c`Ben Noordhuis2012-06-261-1/+1
* build: disable strict aliasing in v8 with gcc 4.5.xBen Noordhuis2012-06-261-5/+11
* Rename GYP variable node_use_system_openssl to be consistentRyan Dahl2012-06-201-2/+2
* Fix #3465 Add ./configure --no-ifaddrs flagisaacs2012-06-181-0/+8
* Windows: Enable ETW events.Igor Zinkovsky2012-06-131-0/+19
* build: Set strict_aliasing on SunOS alwaysisaacs2012-05-161-0/+2
* build: improve c compiler detectionSadique Ali2012-05-151-10/+14
* build: print error message if no compiler foundJavier Hernández2012-05-051-4/+14
* configure: output a newline at the end of config.gypiNathan Rajlich2012-04-111-1/+1
* configure: don't use "with" for Python 2.5 and olderNathan Rajlich2012-04-111-2/+2
* build: add support for DTrace and postmortemDave Pacheco2012-04-011-2/+16
* build: make --openssl-use-sys a boolean optionNathan Rajlich2012-03-171-1/+1
* build: fix configure with spaces in CCAlex Xu2012-03-161-1/+1
* vcbuild: run the 'configure' script in vcbuild.batNathan Rajlich2012-03-151-3/+30
* build: disable -fvisibility=hidden if gcc < 4.0.0Ben Noordhuis2012-03-051-3/+3
* build: make CC command in -fstrict-aliasing check configurableBen Noordhuis2012-03-051-8/+11
* build: make CC command in host check configurableSadique Ali2012-03-051-2/+1
* build: fix gcc version checkShigeki Ohtsu2012-03-031-1/+1
* build: remove unused import from configure scriptShigeki Ohtsu2012-03-031-1/+0
* build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis2012-03-021-12/+19
* build: remove --shared-cares configure switchBen Noordhuis2012-03-021-26/+0
* Fix #2830 for the old gcc bug on SmartOSShigeki Ohtsu2012-02-271-2/+13
* build: support shared zlibT.C. Hollingsworth2012-02-271-1/+31
* Revert "Revert "build: support shared V8 properly""isaacs2012-02-231-0/+3
* Merge branch 'v0.7.5-release'isaacs2012-02-231-3/+0
|\
| * Revert "build: support shared V8 properly"isaacs2012-02-231-3/+0
* | build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu2012-02-231-0/+1
|/
* build: support shared V8 properlyT.C. Hollingsworth2012-02-221-0/+3
* build: better host_arch() definition in configureNathan Rajlich2012-02-201-17/+31
* build: map i686 to ia32Nathan Rajlich2012-02-201-0/+1
* build: test `uname -m` first, then `uname -p`Nathan Rajlich2012-02-201-2/+2
* build: detect host_arch betterKarl Skomski2012-02-131-7/+8