aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/BlazeExecutor.java
Commit message (Expand)AuthorAge
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* 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
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21