aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
...
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-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
* Get rid of some more #getConfiguration calls.Gravatar janakr2018-03-26
* 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
* Remove overloaded function in QueryEnvironmentFactoryGravatar dbabkin2018-03-22
* Split PackageProvider to TargetProvider and CachingPackageLocatorGravatar dbabkin2018-03-21
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* Remove cycle error reporting from query results since they're not strictly re...Gravatar juliexxia2018-03-09
* Prevent aspects with the same attributes but different names from outputting ...Gravatar juliexxia2018-02-28
* Add --proto:output_rule_attrs flag to blaze query to enable filtering of outp...Gravatar Googler2018-02-28
* Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtar...Gravatar juliexxia2018-02-16
* Fix query output formatter documentation for github issue #1121Gravatar juliexxia2018-02-15
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2018-02-13
* Drive-by clean-up: Remove unused visitedMapGravatar shreyax2018-02-07
* 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
* Generalize QueryExpressionVisitor's visitation by permitting an arbitrary "co...Gravatar nharmata2018-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
* Re-add WalkableGraph#isUpToDate and BuildDriver#alreadyEvaluatedGravatar Googler2018-01-18
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.Gravatar juliexxia2018-01-05
* Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af.Gravatar juliexxia2018-01-04
* Restructure how universeScope is used when testing configured query to mimick...Gravatar juliexxia2018-01-04
* After getting rid of LabelAndConfiguration, simplify some code by providing a...Gravatar janakr2017-12-28
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2017-12-21
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Check for null build file returned from getBuildFileForPackage.Gravatar jcater2017-12-05
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Buffer blaze queryGravatar ulfjack2017-11-30
* Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Cosmetic refactor of some of the helper methods used by ParallelSkyQueryUtils...Gravatar nharmata2017-11-01
* Fixes EvaluationResult BuilderGravatar Googler2017-10-31
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Rename FakeSubincludeTarget to more appropriate name FakeLoadTarget (thanks @...Gravatar juliexxia2017-10-26
* Replace Futures.dereference with the appropriate async method.Gravatar Googler2017-10-20
* Don't follow globs in rbuildfiles. Globs request the FILE node for symlinks w...Gravatar shreyax2017-10-16