aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java
Commit message (Expand)AuthorAge
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* 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