aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...Gravatar juliexxia2018-04-11
* Error out gracefully instead of crashing blaze when --output=transitions is u...Gravatar juliexxia2018-04-05
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* 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
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* 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
* Replace ConfiguredTarget.getTarget() with a call to the environment's packageGravatar mjhalupka2018-01-30
* 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
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Hoist "continue" statement outside of inner loop.Gravatar nharmata2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* windows: fix --symlink_prefix=/ throwing exceptionGravatar laszlocsomor2018-01-12
* Consolidate calls to AnalysisUtils.getTopLevelTargetsWithConfigs which conven...Gravatar juliexxia2018-01-03
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* 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
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* 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 ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* 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
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* BEP: Add an additional event with tool statisticsGravatar aehlig2017-10-27
* BuildEventStreamer: allow final messagesGravatar aehlig2017-10-26
* BEP: correctly report unbuilt targets if --nobuild is givenGravatar Klaus Aehlig2017-10-25