aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/ParallelSkyQueryUtils.java
Commit message (Expand)AuthorAge
* Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* Cosmetic refactor of some of the helper methods used by ParallelSkyQueryUtils...Gravatar nharmata2017-11-01
* Don't follow globs in rbuildfiles. Globs request the FILE node for symlinks w...Gravatar shreyax2017-10-16
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Add method getRdepsUnboundedInUniverseParallel to StremableQueryEnvironmentGravatar Googler2017-09-04
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Have TransitiveTraversalValues store kind of targets which have errors when c...Gravatar Googler2017-05-16
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Do not use additional scheduling threads during parallel evaluation to preven...Gravatar Googler2017-03-02
* 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
* Global cleanup change.Gravatar Googler2016-12-07
* Update ParallelSkyQueryUtils to use QuiescingExecutor instead of ForkJoinPoolGravatar Googler2016-11-29
* Add a mechanism for bounding the number of Packages SkyQueryEnvironment's exp...Gravatar Nathan Harmata2016-11-11
* Flip the order of recursive ForkJoinTasks generated during parallel allrdeps ...Gravatar Nathan Harmata2016-10-27
* Add generic parameter to make ParallelSkyQueryUtil Java7 compliantGravatar Googler2016-10-25
* Defer targetification of SkyKeys during unbounded allrdeps evaluationGravatar Googler2016-10-24
* In AllRdepsUnboundedVisitor, group rdeps by package before partitioning them ...Gravatar Nathan Harmata2016-10-11
* Split SkyQueryEnvironment#getReverseDeps into a few helper methods and use th...Gravatar Nathan Harmata2016-10-11
* Provide parallel implementations of 'allrdeps' and 'rbuildfiles', using a sha...Gravatar Nathan Harmata2016-09-29