aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/AbstractParallelEvaluator.java
Commit message (Expand)AuthorAge
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Don't check for deps being done in a keep-going build as we expect this to al...Gravatar shreyax2018-03-20
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Store cycle detectors directly in AbstractParallelEvaluator.Gravatar shreyax2018-02-22
* Refactors ParallelEvaluator to support eval-wide exceptions.Gravatar mschaller2018-02-01
* Clear interrupted bit in thread when throwing an interrupted exception that c...Gravatar janakr2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove least important argument to 5+ arg Preconditions#checkState/checkNotNull.Gravatar tomlu2017-11-08
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07