aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/SpawnActionTemplate.java
Commit message (Expand)AuthorAge
* Support deferred param files.Gravatar tomlu2018-04-25
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* For SpawnActions, also honor the dynamic environmentGravatar Klaus Aehlig2016-11-07
* Make sure to always use a parameter file when building Java deploy jars with ...Gravatar Philipp Wollermann2016-09-09
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12