aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleAction.java
Commit message (Expand)AuthorAge
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Support deferred param files.Gravatar tomlu2018-04-25
* Plumbs ActionExecutionContext into AbstractAction.checkOutputsForDirectories.Gravatar shahan2018-04-12
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* 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
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* AbstractAction: Use ActionInputFileCache instead of MetadataHandlerGravatar ulfjack2017-09-08
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* --Gravatar John Cater2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30