aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/BuildTool.java
Commit message (Expand)AuthorAge
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Could be missing something but I don't think this line of documentation is tr...Gravatar juliexxia2017-10-06
* Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationIdGravatar Googler2017-09-18
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...Gravatar Googler2017-09-01
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* BEP: Report AbortedEvent with SKIPPED status for targets with incompatible CP...Gravatar Googler2017-07-26
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Add new flag defining an environment group for automatic cpu-based environmentGravatar jcater2017-07-03
* Unconditionally shut down the execution tool, even after catastrophes.Gravatar shreyax2017-06-16
* Fix the converter type for several build configuration options which take listsGravatar jcater2017-06-13
* Move the instrumentation filter computation to BuildToolGravatar ulfjack2017-06-06
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Fix crash when building output files with --target_environment.Gravatar gregce2017-05-15
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Treat configuration errors as failures in the master log.Gravatar Peter Schmitt2017-02-08
* Tiny cleanup: narrow the scope of two variable declarations.Gravatar Greg Estren2017-01-30
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Show the starting of the build in the build event streamGravatar Klaus Aehlig2016-10-07
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* Pass in the command options to BlazeModule.getCoverageReportFactory.Gravatar Ulf Adams2016-08-10
* Error out if loading phase error encountered even if we skip analysis. Also c...Gravatar Janak Ramakrishnan2016-08-09
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...Gravatar Googler2016-07-18
* Delete ConfigurationsCreatedEvent. This is a resubmission of unknown commit a...Gravatar Lukacs Berki2016-07-14
* Description redacted.Gravatar Lukacs Berki2016-06-23
* Make execution root symlink builder handle PackageIdentifiersGravatar Kristina Chodorow2016-06-23
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Remove ConfigurationsCreatedEvent.Gravatar Lukacs Berki2016-06-13
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Move the BuildView creation to BuildTool, the only remaining user.Gravatar Ulf Adams2016-03-30