aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/output
Commit message (Expand)AuthorAge
* 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
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Introduce a failFast mode to OutputFormatterCallback#close.Gravatar Nathan Harmata2016-11-18
* bazel query: Gravatar Greg Estren2016-10-28
* bazel query --output=xml: avoid iterating over all possible values forGravatar Greg Estren2016-10-26
* Make a method in ProtoOutputFormatter visible for tests.Gravatar Janak Ramakrishnan2016-10-10
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Add type annotation for the benefit of java 7Gravatar Klaus Aehlig2016-09-30
* Don't force PrintStream on streaming output formattersGravatar Michajlo Matijkiw2016-09-30
* Make a couple helper methods in SkyQueryEnvironment public.Gravatar Nathan Harmata2016-09-21
* Introduce a new method on the StreamedFormatter interface for creating a call...Gravatar Nathan Harmata2016-09-21
* Added support for null terminated queries.Gravatar Andreas Bergmeier2016-08-10