aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/CqueryBuildTool.java
Commit message (Expand)AuthorAge
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Introduce generic post analysis build tool.Gravatar twerth2018-06-11
* 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
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* 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