aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java
Commit message (Expand)AuthorAge
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove some unused codeGravatar ulfjack2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* 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
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Use top-level targets' configurations for convenience symlinks.Gravatar mstaib2017-09-15
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Turn ActionCacheStatistics into a proto.Gravatar jmmv2017-08-31
* Refactor collection of action cache statistics.Gravatar jmmv2017-08-29
* Fix product name in directory messagesGravatar Klaus Aehlig2017-08-14
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Pass an EventHandler to OutputService.startBuildGravatar ulfjack2017-07-11
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Make symlinks consistentGravatar kchodorow2017-05-04
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Add Action context mnemonic to imprecise spawn strategy error message.Gravatar Chloe Calvarin2017-03-22
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Rollback of commit 49d97f9bb4dd04ef62198ded7b53b2a8f8c603db.Gravatar Luis Fernando Pino Duque2017-02-10
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-08
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Move createActionCache to ExecutorBuilder.Gravatar Ulf Adams2016-11-02
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Revert creating a convenience symlink usiing the workspace nameGravatar Kristina Chodorow2016-09-26
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15