aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/extra/ExtraAction.java
Commit message (Expand)AuthorAge
* Support deferred param files.Gravatar tomlu2018-04-25
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10