summaryrefslogtreecommitdiff
path: root/pylib/gyp/common.py
AgeCommit message (Expand)Author
2009-10-22Add AUTHORS and LICENSE files, and copyright headers to relevant source files.sgk@chromium.org
2009-10-19Cloned from 271019.bradnelson@google.com
2009-10-06Remove obsolete RelativePath() processing, now that it always uses absolute p...mmoss@chromium.org
2009-10-06Change relative path calculation to actually work in the case wherebradnelson@google.com
2009-09-19Add verification of correct rebuilds when moving functions betweensgk@chromium.org
2009-09-18In variable expansions, convert strings that are canonical integers intomark@chromium.org
2009-09-14Make generator automatically reruns itself if input files have changed and yo...evan@chromium.org
2009-09-11Pulling in all dependencies into scons DAG/msvs sln, even those that arebradnelson@google.com
2009-08-14This moves the "ExceptionAppend" method to common, and adds some extragspencer@google.com
2009-03-21On Windows, don't try to unlink the old file name if it doesn't existsgk@chromium.org
2009-03-20Fixing cygwin specific assumptions in gyp diff writer.bradnelson@google.com
2009-03-20Only write to sln/vcproj/rules on change.bradnelson@google.com
2009-02-27Generate *_main.scons files as a wrapper for arbitrary collections ofsgk@chromium.org
2009-02-24Make RelativePath work when both path arguments are identical.mark@chromium.org
2009-02-24Double-quote a few more funny characters in EncodePOSIXShellArgument.mark@chromium.org
2009-02-24Improve EncodePOSIXShellArgument to catch more weird characters.mark@chromium.org
2009-02-23"action" commands in "actions" and "rules" sections are now expressed asmark@chromium.org
2009-02-04Fixing handling of windows drive letters c:/xyz.bradnelson@google.com
2009-02-02Source code reorganization. Move most input-specific functionality intomark@chromium.org