aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/ParallelVisitor.java
Commit message (Expand)AuthorAge
* Allow uniquifiers to throw QueryExceptions.Gravatar shreyax2018-07-02
* Provide parallel implementations of bounded allrdeps and rdeps.Gravatar nharmata2018-04-12
* Fix bug in SkyQuery's parallel allrdeps with --nohost_deps.Gravatar nharmata2018-04-10
* Cosmetic refactor of some of the helper methods used by ParallelSkyQueryUtils...Gravatar nharmata2017-11-01
* Add method getRdepsUnboundedInUniverseParallel to StremableQueryEnvironmentGravatar Googler2017-09-04
* Do not log stacktraces for interrupted ParallelVisitor workers, expected quer...Gravatar mschaller2017-07-27
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Fix a bug in ParallelVisitor which prevents visitation task from being interr...Gravatar Googler2017-06-02
* Have TransitiveTraversalValues store kind of targets which have errors when c...Gravatar Googler2017-05-16