aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/extra
Commit message (Expand)AuthorAge
* Ensure that gathering the info for an extra action can rely on the actionGravatar Googler2018-07-19
* CommandHelper: do not look up shell's pathGravatar Laszlo Csomor2018-05-28
* Support deferred param files.Gravatar tomlu2018-04-25
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* 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
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* 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
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10