aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Minor cleanup to AttributeSerializer, ProtoOutputFormatterGravatar Mark Schaller2015-12-16
* RELNOTES: add loadfiles() query operator, to find skylark files loaded by tar...Gravatar Han-Wen Nienhuys2015-12-16
* Add option to read query from a file.Gravatar Janak Ramakrishnan2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Fast-path sky-query environment in the case where we have no dependency filte...Gravatar Eric Fellheimer2015-12-07
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Extract Attribute serialization logicGravatar Michajlo Matijkiw2015-11-20
* Modify SkyQueryEnvironment to work in stream mode. This streaming system is p...Gravatar Miguel Alcon Pinto2015-11-19
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.Gravatar Han-Wen Nienhuys2015-11-11
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Transform Blaze query to be able to work in streamed mode.Gravatar Miguel Alcon Pinto2015-11-06
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-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
* In SkyQueryEnvironment, check TransitiveTraversalValues for errorsGravatar Mark Schaller2015-10-22
* Make 'blaze query --output=build' 25 times faster.Gravatar Laurent Le Brun2015-10-20
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Allow other ExecutorService implementations in AbstractQueueVisitorGravatar Mark Schaller2015-10-13
* Add the ability to filter out attributes when doing queries.Gravatar Miguel Alcon Pinto2015-10-09
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make TargetFormatter available for tests.Gravatar Janak Ramakrishnan2015-09-24
* Improve performance of Sky query.Gravatar Miguel Alcon Pinto2015-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
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Remove commentGravatar Miguel Alcon Pinto2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Fix rbuildfiles query operation for broken packages. We use to assume that al...Gravatar Miguel Alcon Pinto2015-09-11
* 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
* The rbuildfiles operator in blaze query now correctly handles loads and subin...Gravatar John Field2015-09-09
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* 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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Make full location serialization for packages optionalGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Only construct ErrorInfo string when error is not a cycleGravatar Mark Schaller2015-08-28
* 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