aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/BlazeQueryEnvironment.java
Commit message (Expand)AuthorAge
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Use Set<Target> instead of ResolvedTargets<Target> when saving resolved targe...Gravatar Janak Ramakrishnan2015-08-18
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDep...Gravatar Janak Ramakrishnan2015-06-19
* Create batch versions of query environment methods getFwdDeps and getReverseD...Gravatar Janak Ramakrishnan2015-06-17
* Teach FakeSubincludeTarget its package, because rdeps wants itGravatar Mark Schaller2015-06-05
* Preload the universe for query testsGravatar Mark Schaller2015-03-24
* 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
* Remove unnecessary wrapper in return value of BlazeQueryEnvironment#getTarget...Gravatar Janak Ramakrishnan2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25