aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/output
Commit message (Expand)AuthorAge
* 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
* Remove GlobList formatting logicGravatar Michajlo Matijkiw2016-07-18
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Slight refactor of OutputFormatter interface: separate the specification of p...Gravatar Nathan Harmata2016-06-16
* Thread through a map of the attributes which we have serialized into postProc...Gravatar Shreya Bhattarai2016-05-17
* Clean up javadoc links.Gravatar Shreya Bhattarai2016-05-09
* Allow ProtoOutputFormatter to filter aspect attributesGravatar Michajlo Matijkiw2016-04-15
* Fix build output formatting of licensesGravatar Liam Miller-Cushon2016-04-13
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Allow more flexibility on proto output formatter.Gravatar Miguel Alcon Pinto2016-01-21
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* Allow to filter attributes based on the rule of the attribute.Gravatar Miguel Alcon Pinto2016-01-11
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Minor cleanup to AttributeSerializer, ProtoOutputFormatterGravatar Mark Schaller2015-12-16
* Add option to read query from a file.Gravatar Janak Ramakrishnan2015-12-11
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Extract Attribute serialization logicGravatar Michajlo Matijkiw2015-11-20
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02