aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/SymlinkTreeAction.java
Commit message (Expand)AuthorAge
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-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
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Fix various linter errorsGravatar ruperts2017-09-29
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23