summaryrefslogtreecommitdiff
path: root/common.gypi
AgeCommit message (Expand)Author
2013-04-04build: fix windows build, disable postmortemBen Noordhuis
2013-03-05Revert "build, windows: disable SEH"Bert Belder
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-28build, windows: disable SEHBen Noordhuis
2013-01-21gyp: fix build with dtrace support on FreeBSDFedor Indutny
2012-11-21build: disable use of thin archiveShigeki Ohtsu
2012-11-20build: make python executable configurableBen Noordhuis
2012-11-06build: let xcode pick proper compilerTimothy J Fontaine
2012-11-04build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITSBen Noordhuis
2012-11-02build: make debug build on os x compile at -O0Ben Noordhuis
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-27build: compile with -fno-tree-sink if gcc <= 4.4Ben Noordhuis
2012-08-27build: fix -fno-tree-vrp heuristicBen Noordhuis
2012-08-22build: compile with -Wextra -Wno-unused-parameterBen Noordhuis
2012-08-20build: don't use "-Wnewline-eof" on OS XNathan Rajlich
2012-08-13build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis
2012-07-19build: unbreak ustack on smartosBen Noordhuis
2012-07-19build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis
2012-07-12build: disable unsafe optimizationsBen Noordhuis
2012-07-11build: fix spurious mksnapshot crashes for goodBen Noordhuis
2012-07-03build: rename strict_aliasing to node_no_strict_aliasingBen Noordhuis
2012-06-07x64 target should always pass -m64Robert Mustacchi
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-27Windows: turn off /GmBert Belder
2012-04-12build: configure opensslBen Noordhuis
2012-04-10build: add comment explaining MACOSX_DEPLOYMENT_TARGET.Nathan Rajlich
2012-04-10Re-apply "build: target OSX 10.5 when building on darwin"Nathan Rajlich
2012-04-08Revert "build: target OSX 10.5 when building on darwin"isaacs
2012-04-05build: target OSX 10.5 when building on darwinNathan Rajlich
2012-04-03Disable V8 postmortem debugging on WindowsBert Belder
2012-04-02build: define _DARWIN_USE_64_BIT_INODE=1 on OS XBen Noordhuis
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-02build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis
2012-02-27Fix #2830 for the old gcc bug on SmartOSShigeki Ohtsu
2012-02-27build: use -pthreads (not -pthread) on SolarisNathan Rajlich
2012-02-23build: change default BUILDTYPE of gyp to ReleaseShigeki Ohtsu
2012-02-23build: fix the case where config.gypi doesn't existShigeki Ohtsu
2012-02-23build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu
2012-02-20build: use proper `-arch` for target_arch on OS XNathan Rajlich
2012-02-18build: disable -fomit-frame-pointer on solarisDave Pacheco
2012-02-15Default to static linking CRT on Windows.Nathan Rajlich
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-07enable x64 windows buildIgor Zinkovsky
2012-02-06Windows: disable RTTI and exceptionsBert Belder
2012-01-31build: don't set -mmacosx-version-minBen Noordhuis
2012-01-20build: disable NDEBUG in release builds for nowBen Noordhuis
2012-01-05build: compile without -fvisibility=hiddenShigeki Ohtsu
2011-12-20Remove visibility=hidden options from common.gypiRyan Dahl
2011-12-19GYP: don't build V8 twiceRyan Dahl
2011-11-30build: always compile with large file supportBen Noordhuis