aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
Commit message (Expand)AuthorAge
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Remove another getTarget() call from PrintActionCommand.Gravatar mjhalupka2018-02-08
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Remove a ConfiguredTarget.getTarget() call in PrintActionCommand.Gravatar mjhalupka2018-01-26
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Support print_action command in Bazel.Gravatar Googler2017-08-24