aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/SpawnAction.java
Commit message (Expand)AuthorAge
* Remove the 3-arg minimum on shell actionsGravatar cparsons2018-08-15
* Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8.Gravatar felly2018-08-14
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* Track Fileset in artifact expansion.Gravatar felly2018-08-13
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Remove dead code from SpawnActionGravatar kush2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Migrate AbstractAction and SkylarkActionFactory to buildapiGravatar cparsons2018-05-01
* Support deferred param files.Gravatar tomlu2018-04-25
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* 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