summaryrefslogtreecommitdiff
path: root/pylib/gyp/win_tool.py
AgeCommit message (Expand)Author
2013-12-12win ninja: Refactor manifest generate and embed to be 1-passscottmg@chromium.org
2013-11-27Adds an helper class to shard mspdbsrv.scottmg@chromium.org
2013-07-16Fixed "RC4011: identifier truncated" warning when embedding manifests.alexeypa@chromium.org
2013-06-26Implement EmbedManifest handling for ninja windows.scottmg@chromium.org
2013-06-12ninja: put links into a poolscottmg@chromium.org
2012-09-18Make gyp/win32 compatible with upstream ninja.iannucci@chromium.org
2012-09-04Keep going if the Mutex wasn't released by a previous process.maruel@chromium.org
2012-08-28Removes the use of win32con so gyp works again on vanilla python.maruel@chromium.org
2012-08-09Use flock-style lock on Windows to limit number of concurrent linksscottmg@chromium.org
2012-08-08Reverting r1457, r1452, r1450, r1449.alexeypa@chromium.org
2012-08-07Do not use shell for tools take defines in the command line. Angle brackets a...alexeypa@chromium.org
2012-07-25ninja windows: support basic generation of manifests at link timescottmg@chromium.org
2012-06-28Get ninja working for nacl.bradnelson@google.com
2012-06-21ninja windows: extract environment during generation and set it per subprocessscottmg@chromium.org
2012-04-27ninja windows: don't use copy /y nul $out for STAMPscottmg@chromium.org
2012-04-27ninja windows: don't print blank lines in RC wrapperscottmg@chromium.org
2012-04-12ninja windows: fix wrappers not outputting with newlinesscottmg@chromium.org
2012-04-07ninja windows: old versions of rc.exe (on bot) don't support /nologo flagscottmg@chromium.org
2012-04-05ninja windows: Support magic idl build rulesscottmg@chromium.org
2012-04-04revert r1300 (returncode incorrect for link-wrapper)scottmg@chromium.org
2012-04-03ninja windows: simpler link-wrapper codescottmg@chromium.org
2012-04-03ninja windows: suppress 'Creating library...' outputscottmg@chromium.org
2012-02-23Add fallback for COPY when mklink not available (windows ninja)scottmg@chromium.org