summaryrefslogtreecommitdiff
path: root/tools/gyp
AgeCommit message (Collapse)Author
2015-04-04deps: update gyp to e1c8fcf7Shigeki Ohtsu
PR-URL: https://github.com/iojs/io.js/pull/1325 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-01-13gyp: fix build with python 2.6Fedor Indutny
fix #6859
2014-01-13deps: update gyp to 1eae492bFedor Indutny
2013-12-30deps: update gyp to 828ce09Fedor Indutny
2013-12-11gyp: update to 78b26f7Timothy J Fontaine
2013-11-10gyp: update to bebdceaTimothy J Fontaine
2013-03-24tools: update gyp to r1601Ben Noordhuis
Among other things, this should make it easier for people to build node.js on openbsd.
2012-11-20tools: update gyp to r1535Ben Noordhuis
This commit contains one additional patch that makes gyp work on DragonFlyBSD, see https://codereview.chromium.org/11348152/ for details.
2012-08-22Upgrade GYP to r1477Ryan Dahl
2012-07-03tools: update gyp to r1426Ben Noordhuis
2012-04-11gyp: Apply 'argument too long' fix in another placeisaacs
For some reason, aa5961a445acbd2b533ef870eb19733be7b7ede5 caused 'make test' to rebuild the entire project every time. Applying the fix to the other place where gyp chops up the argument list makes it behave properly.
2012-04-12gyp: fix 'argument list too long' build errorBen Noordhuis
2012-02-20gyp: update to r1214Ben Noordhuis
2011-12-21Upgrade GYP to r1115Ryan Dahl
2011-12-16Upgrade GYP to r1107Ryan Dahl
2011-12-03gyp: upgrade to r1103Ben Noordhuis
2011-11-17build: fix gyp xcode project generatorPaddy Byers
Only attempt to generate FrameworkPhase output for code targets.
2011-10-26gyp: support older bash versionsBen Noordhuis
Older bash versions in `sh -c` mode don't parse `export FOO=42` constructs, they bail out with a "FOO is not an identifier" error message. This was fixed somewhere between bash 4.1.0 and 4.1.5 but let's support the older versions anyway.
2011-10-21gyp: upgrade to r1081Ben Noordhuis
2011-10-18Upgrade GYP to r1078Ryan Dahl
2011-10-10gyp: work around sunos python flock() bugBen Noordhuis
flock(LOCK_EX) always fails with EBADF, use fcntl(F_SETLK) instead.
2011-08-17gyp: add freebsd supportBen Noordhuis
2011-08-17gyp: revive sunos support, lost in 6b98a63Ben Noordhuis
2011-09-18Upgrade gyp to r1046Ryan Dahl
2011-09-12gyp: add sunos supportBen Noordhuis
2011-09-08Upgrade GYP to r1034Ryan Dahl
2011-08-24Reapply Peter Bright's fixes for GYP on MSVSRyan Dahl
Originally 71333b3f5b12183b2709704fec160df916cb637a
2011-08-22Upgrade GYP to r1010Ryan Dahl
2011-08-15Complete GYP support for Python 2.5.2Ryan Dahl
2011-08-15GYP Support python 2.5.2Ryan Dahl
2011-08-15Upgrade GYP to r999Ryan Dahl
To fix osx/make build http://codereview.chromium.org/7618052
2011-08-15Upgrade GYP to r995Ryan Dahl
2011-08-13Rename gyp files to produce useful solution names.Peter Bright
Hoist common settings into common.gypi. Restrict v8's common.gypi to v8 projects. Ensure v8 doesn't use /MP in debug builds. Add basic settings for other platforms. Make uv import common.gypi properly. Remove LTCG warning.
2011-08-06Modify GYP scripts for VC buildPeter Bright
2011-08-06Bring gyp into the tools directory; handwritten makefileRyan Dahl