aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/SpawnAction.java
Commit message (Expand)AuthorAge
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Set the execution platform on a new SpawnAction based on the RuleContext.Gravatar John Cater2017-12-18
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Reduce iterations and copies over inputs in ActionSpawn.Gravatar Jakob Buchgraber2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Change param file arg string to a format string instead of a prefix string.Gravatar tomlu2017-09-18
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove direct argument adding methods from SpawnAction.Builder.Gravatar tomlu2017-09-05
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Document SpawnAction.Builder.useDefaultShellEnv()Gravatar laszlocsomor2017-08-02
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Minimize SpawnAction constructor exposureGravatar Michajlo Matijkiw2017-01-23
* Change SpawnAction members back to privateGravatar Googler2017-01-20
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Minor fix to SpawnAction.BuilderGravatar Jon Brandvein2016-11-29
* ObjcCompileAction does not signal to skyframe that it discovers inputs.Gravatar Cal Peyser2016-11-17
* Description redacted.Gravatar Cal Peyser2016-11-16
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* For SpawnActions, also honor the dynamic environmentGravatar Klaus Aehlig2016-11-07