aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/ParallelEvaluatorContext.java
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Simplify tagged event handling.Gravatar ulfjack2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix unnecessary static imports of typesGravatar Liam Miller-Cushon2016-10-18
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* Allow cycle detector to be injected into ParallelEvaluator, so that callers c...Gravatar Janak Ramakrishnan2016-08-26
* Factor out cycle detection.Gravatar Janak Ramakrishnan2016-08-26
* Refactor ParallelEvaluator in preparation for making it more modular with res...Gravatar Janak Ramakrishnan2016-08-26