aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/ParallelSkyQueryUtils.java
Commit message (Expand)AuthorAge
* Some code cleanups and improvements around the various DTC visitor implementa...Gravatar nharmata2018-07-30
* Fix crash bug in SkyQuery rdeps when there's a dependency edge filter.Gravatar nharmata2018-07-27
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Implement unbounded deps() using ParallelVisitor for SkyQuery.Gravatar shreyax2018-05-25
* Move various visitor classes into their own classes. ParallelSkyQueryUtils is...Gravatar shreyax2018-05-18
* Include broken packages in rbuildfiles responseGravatar mschaller2018-05-16
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Perform the TTV-land DTC visitation during SkyQuery's internal parallel visit...Gravatar nharmata2018-04-13
* 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
* 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