aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
...
* 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
* 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
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* BEP: link structured command lineGravatar Klaus Aehlig2017-10-16
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Could be missing something but I don't think this line of documentation is tr...Gravatar juliexxia2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02