aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/output/OutputFormatter.java
Commit message (Expand)AuthorAge
* Annotate conditional edges with corresponding conditions in `queryGravatar dhananjayn2018-07-23
* Move proto-related options up a level to common query options. This is part o...Gravatar juliexxia2018-04-03
* 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
* Buffer blaze queryGravatar ulfjack2017-11-30
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* 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
* 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
* Make PackageOutputFormatter use PackageIdentifier instead of package name.Gravatar ajmichael2017-06-08
* Add select() support for "query --output=build".Gravatar gregce2017-04-13
* 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
* 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
* 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
* Slight refactor of OutputFormatter interface: separate the specification of p...Gravatar Nathan Harmata2016-06-16
* 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
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* 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
* Make 'blaze query --output=build' 25 times faster.Gravatar Laurent Le Brun2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make TargetFormatter available for tests.Gravatar Janak Ramakrishnan2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* No-op refactoring of output formatters to re-use common code.Gravatar Janak Ramakrishnan2015-08-26
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15