aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/skyframe/EagerInvalidatorTest.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
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...Gravatar Janak Ramakrishnan2017-03-24
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* Fixed EvaluationProgressReceiver object namesGravatar Googler2016-09-27
* Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...Gravatar Nathan Harmata2016-07-27
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...Gravatar Janak Ramakrishnan2016-05-11
* Intern IntVersions.Gravatar Janak Ramakrishnan2016-01-28
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Cleanup ValueVisitor (and dirty QuiescingExecutor)Gravatar Mark Schaller2015-11-02
* Minor cleanups to GraphTesterGravatar Mark Schaller2015-10-22
* Allow other ExecutorService implementations in AbstractQueueVisitorGravatar Mark Schaller2015-10-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Don't remove reverse deps until node is known to be changed. This helps avoid...Gravatar Janak Ramakrishnan2015-09-23
* Fix Bazel breakageGravatar Damien Martin-Guillerez2015-09-11
* Delay cleaning of in-flight nodes until the following build. This allows us t...Gravatar Janak Ramakrishnan2015-09-11
* Add a method to EvaluationProgressReceiver for getting information on SkyFunc...Gravatar Nathan Harmata2015-09-03
* Use TrackingAwaiter properly to track lost exceptions. Using the static metho...Gravatar Janak Ramakrishnan2015-09-02
* Refactor NodeEntry, create node representation without a valueGravatar Mark Schaller2015-09-02
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Add threadpool injectability to invalidatorGravatar Mark Schaller2015-08-06
* Pass filter for what events should be stored in the Skyframe graph into the P...Gravatar Janak Ramakrishnan2015-07-16
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25