| Commit message (Expand) | Author | Age |
* | Replace all usages of Blaze's Preconditions class with guava. | tomlu | 2017-11-09 |
* | Make AbstractBlazeQueryEnv closable, shutdown SkyQEnv executor on close | mschaller | 2017-07-18 |
* | In the Blaze Query implementation, use Set and Map implementations backed by ... | nharmata | 2017-06-22 |
* | Description redacted. | Nathan Harmata | 2017-03-09 |
* | Fix bug with streaming bounded deps/allrdeps/rdeps. | Nathan Harmata | 2017-03-08 |
* | Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230. | Nathan Harmata | 2017-03-01 |
* | Reimplement blaze query using an async evaluation model. Use a concurrent bac... | Nathan Harmata | 2017-02-28 |
* | Provide more reporting options to SkyFunctions | Klaus Aehlig | 2017-02-27 |
* | Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6. | Janak Ramakrishnan | 2016-12-21 |
* | For all function expressions of the form f(..., e1, ..., e2, ..., eK, ...), e... | Nathan Harmata | 2016-12-02 |
* | Introduce a failFast mode to OutputFormatterCallback#close. | Nathan Harmata | 2016-11-18 |
* | Avoid AutoProfiler overhead in AbstractBlazeQueryEnvironment#evaluateQuery. | Janak Ramakrishnan | 2016-11-15 |
* | Loosen visibility and finality of *QueryEnvironment fields. | Janak Ramakrishnan | 2016-11-09 |
* | Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides... | Nathan Harmata | 2016-10-04 |
* | Make AbstractBlazeQueryEnvironment no longer implement AutoCloseable. Instead... | Nathan Harmata | 2016-09-29 |
* | A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva... | Nathan Harmata | 2016-09-08 |
* | In BlazeQueryEnvironment, stop wrapping InterruptedExceptions in QueryExcepti... | Janak Ramakrishnan | 2016-08-17 |
* | Allow Skyframe graph lookups and value retrievals to throw InterruptedException. | Janak Ramakrishnan | 2016-08-16 |
* | Re-implement variables in the blaze query language. Instead of using a mutabl... | Nathan Harmata | 2016-07-14 |
* | No longer allow QueryExpressionMapper#map to throw a QueryException. This was... | Nathan Harmata | 2016-07-04 |
* | (1) Allow QueryExpressionMapper#map to throw a QueryException. | Nathan Harmata | 2016-07-01 |
* | Fix threadpool leak in SkyQueryEnvironment | Mark Schaller | 2016-06-27 |
* | Add an afterCommand hook to AbstractBlazeQueryEnvironment. | Nathan Harmata | 2016-04-15 |
* | Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o... | Nathan Harmata | 2016-03-21 |
* | In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf... | Nathan Harmata | 2016-03-02 |
* | Extract AttributeInfoProvider interface for DependencyFilters. | Dmitry Lomov | 2016-01-22 |
* | Refactor dependency filtering out of Rule class. | Dmitry Lomov | 2016-01-22 |
* | Resolve target patterns on the fly in SkyQueryEnvironment. Cache only the lab... | Janak Ramakrishnan | 2016-01-07 |
* | Make QueryEnvironment#getTargetsMatchingPattern pass its result to a callback. | Janak Ramakrishnan | 2016-01-07 |
* | Remove empty put when preloadOrThrow throws a TargetParsingException. preload... | Janak Ramakrishnan | 2016-01-07 |
* | Use Bazel Preconditions variant which avoids varargs array creation | Mark Schaller | 2015-12-10 |
* | Allow output formatters to work in stream mode. | Miguel Alcon Pinto | 2015-12-10 |
* | Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13. | Peter Schmitt | 2015-12-01 |
* | Allow output formatters to work in stream mode. | Miguel Alcon Pinto | 2015-11-19 |
* | Transform Blaze query to be able to work in streamed mode. | Miguel Alcon Pinto | 2015-11-06 |
* | Rationalize copyright headers | Damien Martin-Guillerez | 2015-09-25 |
* | Move Label from the lib.syntax to the lib.cmdline package so that: | Lukacs Berki | 2015-09-21 |
* | Use AutoProfiler in the Bazel codebase. | Nathan Harmata | 2015-09-08 |
* | Use Set<Target> instead of ResolvedTargets<Target> when saving resolved targe... | Janak Ramakrishnan | 2015-08-18 |
* | Add some useful logging of "blaze query" timing. | Eric Fellheimer | 2015-07-29 |
* | Throw InterruptedException directly if a query is interrupted, instead of wra... | Janak Ramakrishnan | 2015-07-10 |
* | Preload the universe for query tests | Mark Schaller | 2015-03-24 |
* | On-the-fly target pattern resolution in SkyQueryEnvironment | Mark Schaller | 2015-03-18 |
* | Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph. | Janak Ramakrishnan | 2015-02-26 |
* | Refactor Query code a bit. Get rid of separate SkyframeQueryEnvironment, move... | Janak Ramakrishnan | 2015-02-11 |
* | Extract an EvaluableBlazeQueryEnvironment abstract class from BlazeQueryEnvir... | Janak Ramakrishnan | 2015-02-11 |