aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/AbstractBlazeQueryEnvironment.java
Commit message (Expand)AuthorAge
* Remove an unused method.Gravatar lberki2018-07-09
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make AbstractBlazeQueryEnv closable, shutdown SkyQEnv executor on closeGravatar mschaller2017-07-18
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Fix bug with streaming bounded deps/allrdeps/rdeps.Gravatar Nathan Harmata2017-03-08
* 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
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6.Gravatar Janak Ramakrishnan2016-12-21
* For all function expressions of the form f(..., e1, ..., e2, ..., eK, ...), e...Gravatar Nathan Harmata2016-12-02
* Introduce a failFast mode to OutputFormatterCallback#close.Gravatar Nathan Harmata2016-11-18
* Avoid AutoProfiler overhead in AbstractBlazeQueryEnvironment#evaluateQuery.Gravatar Janak Ramakrishnan2016-11-15
* Loosen visibility and finality of *QueryEnvironment fields.Gravatar Janak Ramakrishnan2016-11-09
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Make AbstractBlazeQueryEnvironment no longer implement AutoCloseable. Instead...Gravatar Nathan Harmata2016-09-29
* A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva...Gravatar Nathan Harmata2016-09-08
* In BlazeQueryEnvironment, stop wrapping InterruptedExceptions in QueryExcepti...Gravatar Janak Ramakrishnan2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Re-implement variables in the blaze query language. Instead of using a mutabl...Gravatar Nathan Harmata2016-07-14
* No longer allow QueryExpressionMapper#map to throw a QueryException. This was...Gravatar Nathan Harmata2016-07-04
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* Fix threadpool leak in SkyQueryEnvironmentGravatar Mark Schaller2016-06-27
* 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