aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/output
Commit message (Expand)AuthorAge
* Sort the rule attribute list in ProtoOutputFormatter by name to cure some queryGravatar Googler2018-08-07
* Annotate conditional edges with corresponding conditions in `queryGravatar dhananjayn2018-07-23
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* Move output option down to specific query option.Gravatar twerth2018-07-12
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...Gravatar juliexxia2018-04-11
* Make code much easier to read without misleading variable name and negation.Gravatar twerth2018-04-05
* Move proto-related options up a level to common query options. This is part o...Gravatar juliexxia2018-04-03
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* 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 query output formatter documentation for github issue #1121Gravatar juliexxia2018-02-15
* Generalize QueryExpressionVisitor's visitation by permitting an arbitrary "co...Gravatar nharmata2018-01-31
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Buffer blaze queryGravatar ulfjack2017-11-30
* Rename FakeSubincludeTarget to more appropriate name FakeLoadTarget (thanks @...Gravatar juliexxia2017-10-26
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Categorize query options.Gravatar janakr2017-08-18
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Do not take all possible values of an attribute for selector lists of list ty...Gravatar shreyax2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Use targets' labels' package identifier for query output=packageGravatar mschaller2017-06-22
* Automated rollback of commit 7dec00574aa91327693f6ba7e90bff5bc834253e.Gravatar ajmichael2017-06-22
* Ban the combination of buildfiles/loadfiles and --output=location.Gravatar nharmata2017-06-19
* Remove ErrorSensingEventHandler#resetErrors().Gravatar lberki2017-06-12
* Make PackageOutputFormatter use PackageIdentifier instead of package name.Gravatar ajmichael2017-06-08
* Expose the target map from Package.Gravatar carmi2017-05-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Add select() support for "query --output=build".Gravatar gregce2017-04-13
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Handle TriState type in `bazel query --output=build`Gravatar Laurent Le Brun2017-02-27