aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/SkyFunctionEnvironment.java
Commit message (Expand)AuthorAge
* ParallelEvaluator: report events early for cache hitsGravatar ulfjack2017-12-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Also report stored posts further up in SkyframeGravatar Klaus Aehlig2017-05-31
* In SkyFunctionEnvironment post progress-like events immediately Gravatar Klaus Aehlig2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix unnecessary static imports of typesGravatar Liam Miller-Cushon2016-10-18
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* 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
* Refactor ParallelEvaluator in preparation for making it more modular with res...Gravatar Janak Ramakrishnan2016-08-26