aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/AbstractBlazeQueryEnvironment.java
Commit message (Expand)AuthorAge
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf...Gravatar Nathan Harmata2016-03-02
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Resolve target patterns on the fly in SkyQueryEnvironment. Cache only the lab...Gravatar Janak Ramakrishnan2016-01-07
* Make QueryEnvironment#getTargetsMatchingPattern pass its result to a callback.Gravatar Janak Ramakrishnan2016-01-07
* Remove empty put when preloadOrThrow throws a TargetParsingException. preload...Gravatar Janak Ramakrishnan2016-01-07
* 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
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Transform Blaze query to be able to work in streamed mode.Gravatar Miguel Alcon Pinto2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Use Set<Target> instead of ResolvedTargets<Target> when saving resolved targe...Gravatar Janak Ramakrishnan2015-08-18
* Add some useful logging of "blaze query" timing.Gravatar Eric Fellheimer2015-07-29
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Preload the universe for query testsGravatar Mark Schaller2015-03-24
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Refactor Query code a bit. Get rid of separate SkyframeQueryEnvironment, move...Gravatar Janak Ramakrishnan2015-02-11
* Extract an EvaluableBlazeQueryEnvironment abstract class from BlazeQueryEnvir...Gravatar Janak Ramakrishnan2015-02-11