aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/BuildTool.java
Commit message (Expand)AuthorAge
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* Check for nulls when making sure there is only one non-null configuration tha...Gravatar juliexxia2018-02-02
* Remove references to ConfiguredTarget.getTarget() in BuildTool.Gravatar mjhalupka2018-01-29
* cquery output: change the output config to be "HOST" for targets configured i...Gravatar juliexxia2018-01-25
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Consolidate calls to AnalysisUtils.getTopLevelTargetsWithConfigs which conven...Gravatar juliexxia2018-01-03
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Rollforward of rollback commit 078c25c2f3cce5f407e28938ab2f3429e4609b19 with ...Gravatar juliexxia2017-12-08
* bazel integration tests: chmod +x configured_query_test.shGravatar juliexxia2017-12-07
* Report empty query results.Gravatar juliexxia2017-12-07
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Fix a bug in which --experimental_post_build_query crashes if asked to run on...Gravatar janakr2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* BEP: Add an additional event with tool statisticsGravatar aehlig2017-10-27
* BEP: correctly report unbuilt targets if --nobuild is givenGravatar Klaus Aehlig2017-10-25
* BEP: correctly report the cause of unbuilt targets if --noanalyze is givenGravatar Klaus Aehlig2017-10-20
* 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