summaryrefslogtreecommitdiff
path: root/common.gypi
AgeCommit message (Expand)AuthorFilesLines
2013-12-05build: add libicu i18n supportBen Noordhuis1-0/+2
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+3
2013-12-01build: include postmortem symbols on linuxTimothy J Fontaine1-1/+3
2013-08-01build: disable some msvc compiler warningsBert Belder1-0/+1
2013-07-06build: don't enable --gc-sections on sunosBen Noordhuis1-1/+3
2013-07-06build: remove --unsafe-optimizations flagBen Noordhuis1-27/+8
2013-06-17build: add android supportLinus MÃ¥rtensson1-3/+11
2013-04-04build: fix windows build, disable postmortemBen Noordhuis1-1/+3
2013-03-05Revert "build, windows: disable SEH"Bert Belder1-1/+0
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-0/+1
2013-02-28build, windows: disable SEHBen Noordhuis1-0/+1
2013-01-21gyp: fix build with dtrace support on FreeBSDFedor Indutny1-0/+3
2012-11-21build: disable use of thin archiveShigeki Ohtsu1-0/+5
2012-11-20build: make python executable configurableBen Noordhuis1-0/+1
2012-11-06build: let xcode pick proper compilerTimothy J Fontaine1-1/+0
2012-11-04build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITSBen Noordhuis1-5/+0
2012-11-02build: make debug build on os x compile at -O0Ben Noordhuis1-0/+3
2012-08-28Merge branch 'v0.8'Bert Belder1-2/+4
2012-08-27build: compile with -fno-tree-sink if gcc <= 4.4Ben Noordhuis1-0/+3
2012-08-27build: fix -fno-tree-vrp heuristicBen Noordhuis1-1/+1
2012-08-22build: compile with -Wextra -Wno-unused-parameterBen Noordhuis1-1/+1
2012-08-20build: don't use "-Wnewline-eof" on OS XNathan Rajlich1-1/+0
2012-08-13build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis1-1/+6
2012-07-19build: unbreak ustack on smartosBen Noordhuis1-7/+14
2012-07-19build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis1-4/+1
2012-07-12build: disable unsafe optimizationsBen Noordhuis1-6/+14
2012-07-11build: fix spurious mksnapshot crashes for goodBen Noordhuis1-5/+6
2012-07-03build: rename strict_aliasing to node_no_strict_aliasingBen Noordhuis1-2/+2
2012-06-07x64 target should always pass -m64Robert Mustacchi1-0/+4
2012-04-29Merge branch 'v0.6'Bert Belder1-1/+1
2012-04-27Windows: turn off /GmBert Belder1-1/+1
2012-04-12build: configure opensslBen Noordhuis1-1/+0
2012-04-10build: add comment explaining MACOSX_DEPLOYMENT_TARGET.Nathan Rajlich1-1/+1
2012-04-10Re-apply "build: target OSX 10.5 when building on darwin"Nathan Rajlich1-0/+1
2012-04-08Revert "build: target OSX 10.5 when building on darwin"isaacs1-1/+0
2012-04-05build: target OSX 10.5 when building on darwinNathan Rajlich1-0/+1
2012-04-03Disable V8 postmortem debugging on WindowsBert Belder1-1/+7
2012-04-02build: define _DARWIN_USE_64_BIT_INODE=1 on OS XBen Noordhuis1-0/+1
2012-04-01build: add support for DTrace and postmortemDave Pacheco1-0/+3
2012-03-02build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis1-9/+8
2012-02-27Fix #2830 for the old gcc bug on SmartOSShigeki Ohtsu1-5/+7
2012-02-27build: use -pthreads (not -pthread) on SolarisNathan Rajlich1-0/+6
2012-02-23build: change default BUILDTYPE of gyp to ReleaseShigeki Ohtsu1-1/+1
2012-02-23build: fix the case where config.gypi doesn't existShigeki Ohtsu1-0/+1
2012-02-23build: make default_configuration consistent with BUILDTYPEShigeki Ohtsu1-1/+0
2012-02-20build: use proper `-arch` for target_arch on OS XNathan Rajlich1-0/+8
2012-02-18build: disable -fomit-frame-pointer on solarisDave Pacheco1-1/+6
2012-02-15Default to static linking CRT on Windows.Nathan Rajlich1-14/+2
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis1-0/+15
2012-02-07enable x64 windows buildIgor Zinkovsky1-2/+15