aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/TransitionsOutputFormatterCallback.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Rename the implicit attribute used to store toolchain dependencies.Gravatar jcater2018-06-21
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* 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
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* 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
* Get rid of some more #getConfiguration calls.Gravatar janakr2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23