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-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-02build: disable -fstrict-aliasing if gcc < 4.6.0Ben Noordhuis
2012-02-28Fix #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-16Default to static linking CRT on Windows.Nathan Rajlich
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-08enable 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-21Remove visibility=hidden options from common.gypiRyan Dahl
2011-12-20GYP: don't build V8 twiceRyan Dahl
2011-11-30build: always compile with large file supportBen Noordhuis
2011-11-25build: compile with -D__DARWIN_64_BIT_INO_T on OS XBen Noordhuis
2011-10-29Support native extension loading on WindowsBert Belder
2011-09-04Windows: set executables to be console programsPeter Bright
2011-08-24gyp: Further fixes to target_defaults for macRyan Dahl
2011-08-24gyp: Don't pass C++ flags to C compiler, and don't pass -ansi in OpenSSL builds.Evan Martin
2011-08-24common.gypi: don't nest "target_defaults" within "target_defaults"Evan Martin
2011-08-16gyp: Support LinuxRyan Dahl
2011-08-16Fix GYP build on OSXRyan Dahl
2011-08-14Rename gyp files to produce useful solution names.Peter Bright