aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/output
Commit message (Expand)AuthorAge
* 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
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Make 'blaze query --output=build' 25 times faster.Gravatar Laurent Le Brun2015-10-20
* Add the ability to filter out attributes when doing queries.Gravatar Miguel Alcon Pinto2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make TargetFormatter available for tests.Gravatar Janak Ramakrishnan2015-09-24
* Make aspect resolver and dependencyFilter transient, as they are not serializ...Gravatar Miguel Alcon Pinto2015-09-23
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Don't expose includeGlobs in PackageSerializer public interfaceGravatar Michajlo Matijkiw2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Stop serializing/deserializing Locations as part of PackagesGravatar Michajlo Matijkiw2015-09-11
* Add an attribute to proto and xml query outputs to mark packages that are in ...Gravatar Miguel Alcon Pinto2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Make full location serialization for packages optionalGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* 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
* Add --proto:default_values option for blaze query, which can be used to supressGravatar Googler2015-07-08
* 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