aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/ConfiguredTargetQueryEnvironment.java
Commit message (Expand)AuthorAge
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* Use generic classes instead of cquery specific class.Gravatar twerth2018-07-10
* Split common functionality out of ConfiguredTargetQueryEnvironment.Gravatar twerth2018-06-28
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Introduce generic post analysis build tool.Gravatar twerth2018-06-11
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Move CTQE methods into a more organized order and update some javadocs. No ac...Gravatar juliexxia2018-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
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-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
* Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtar...Gravatar juliexxia2018-02-16
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* When requesting nodes* look first in target configuration, then host (used to...Gravatar juliexxia2018-02-07
* Cleaning up a missed reference to getTarget in ConfiguredTargetQueryEnvironme...Gravatar mjhalupka2018-01-31
* Add a way to get a Target from the WalkableGraph instead of usingGravatar mjhalupka2018-01-30
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* After getting rid of LabelAndConfiguration, simplify some code by providing a...Gravatar janakr2017-12-28
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21