aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/SimpleCycleDetector.java
Commit message (Expand)AuthorAge
* Restart node building if previous dep is dirty, fix check-then-act racesGravatar mschaller2018-07-01
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Expose SimpleCycleDetector. Also, allow MemoizingEvaluatorTest to support ev...Gravatar cpeyser2018-02-26
* 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
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* 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