summaryrefslogtreecommitdiff
path: root/common.gypi
AgeCommit message (Expand)Author
2014-03-26Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-03-23build: fix g++ 4.8 build, disable -WerrorBen Noordhuis
2014-02-17build: don't enable gc-sectionsTimothy J Fontaine
2014-01-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-20gyp: fix non-ninja buildFedor Indutny
2014-01-16gyp: fix `ninja` build on linuxFedor Indutny
2014-01-07build: unconditionally disable -WerrorBen Noordhuis
2013-12-05build: add libicu i18n supportBen Noordhuis
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-01build: include postmortem symbols on linuxTimothy J Fontaine
2013-08-01build: disable some msvc compiler warningsBert Belder
2013-07-06build: don't enable --gc-sections on sunosBen Noordhuis
2013-07-06build: remove --unsafe-optimizations flagBen Noordhuis
2013-06-17build: add android supportLinus MÃ¥rtensson
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