summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-22Add AUTHORS and LICENSE files, and copyright headers to relevant source files.sgk@chromium.org
2009-10-22Adding an additional twist to the addtional targets tests.bradnelson@google.com
2009-10-21Fixing make generator to be able to handle targets with no output.bradnelson@google.com
2009-10-21Fixing divergence in behavior between make and other generators with regard tobradnelson@google.com
2009-10-21Simplify the API for building targets:sgk@chromium.org
2009-10-21In external rules that generate multiple outputs, only use one output assgk@chromium.org
2009-10-20Causing the output of actions to be built when 'none' targets are invoked frombradnelson@google.com
2009-10-20Strip the "Shutting down distcc-pump" message (used on the buildbots)sgk@chromium.org
2009-10-20Add syntax clean-up from http://codereview.chromium.org/294016 review.mmoss@chromium.org
2009-10-20Fix some make tests after the cross-compile update.mmoss@chromium.org
2009-10-20Adding in missing tests from 297006 (incorrectly cloned from 271019).bradnelson@google.com
2009-10-19Add a .up_to_date() method to the subclasses that verifies thatsgk@chromium.org
2009-10-19Have the MSVS generator provide default values for $(OutputDirectory)sgk@chromium.org
2009-10-19Change the gyp test infrastructure to use devenv.com, not devenv.exe,sgk@chromium.org
2009-10-19Cloned from 271019.bradnelson@google.com
2009-10-16Fixing issue where copied libraries don't get the right dependencies.bradnelson@google.com
2009-10-15Don't add ldflags to $SHLINKFLAGS, because the default SCons builderssgk@chromium.org
2009-10-15When an action has no specified inputs, use the .gyp file as the primarysgk@chromium.org
2009-10-15make: Fixes for 'rules' with --generator-output.mmoss@chromium.org
2009-10-15Fix issue where make brings in all gyp targets even when they aren't wanted.mmoss@chromium.org
2009-10-15Restrict tests to '.py' files.mmoss@chromium.org
2009-10-15Support (and test for) actions with no inputs.sgk@chromium.org
2009-10-14Fix if => elif on two more checks for format under test.sgk@chromium.org
2009-10-14Fix an if that should be an elif when evaluating the format under test.sgk@chromium.org
2009-10-14Make a dependencies actions+rules depend on any downstreamsgk@chromium.org
2009-10-14Create a separate test for error handling with misconfigured actions.sgk@chromium.org
2009-10-14Use the LINK variable as the linker commands. It defaults to $CXX.thestig@chromium.org
2009-10-14make: Fixes for generator-output 'actions' and 'copies'.mmoss@chromium.org
2009-10-13This adds some more/better error messages.gspencer@google.com
2009-10-13Fix make generator breakage due to variable name typo.mmoss@chromium.org
2009-10-13Initial --generator-output= support for the make generator:sgk@chromium.org
2009-10-12Disable actions-subdir/gyptest-action.py on the Mac.thestig@chromium.org
2009-10-12Update test to properly detect make static libs.mmoss@chromium.org
2009-10-10Batch update 'darwin' conditionals to 'xcode'.mmoss@chromium.org
2009-10-10Disable the incompatible builddir tests for make.mmoss@chromium.org
2009-10-09Make generator: get rid of rootdir so we use relative paths instead of absolu...thestig@chromium.org
2009-10-07Fix command-line quoting for make.mmoss@chromium.org
2009-10-07Fix breakage when 'formats' is not explicitly set...sgk@chromium.org
2009-10-07Support excluding specific formats for a test by prepending '!'.sgk@chromium.org
2009-10-06This adds files with no suffix to the list of files that are ignoredgspencer@google.com
2009-10-06Test proper build output path for make builds.mmoss@chromium.org
2009-10-06Fixing expected test output to match additional information that got addedbradnelson@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-10-06make fixes: Force link commands to be run by removing default "order only", a...mmoss@chromium.org
2009-10-06Make 'loadable_module' output consistent between make and scons generators.mmoss@chromium.org
2009-10-05Make RegenerateFlags handle store_true values. mmoss@chromium.org
2009-10-02Adding extra options to codereview.settings to test changes to gcl.bradnelson@google.com
2009-10-02This just adds some more debugging output and useful error messages.gspencer@google.com
2009-10-01Process all "store*" actions when regenerating flags.mmoss@chromium.org