aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/QueryableGraphBackedSkyFunctionEnvironment.java
Commit message (Expand)AuthorAge
* In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the...Gravatar janakr2018-08-08
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Avoid copying SkyKeys into a set and then into a map when retrieving them. In...Gravatar Janak Ramakrishnan2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Delete NodeEntryField since it's now superfluous in the presence of the new Q...Gravatar Nathan Harmata2016-08-03
* Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...Gravatar Nathan Harmata2016-07-27
* Replace QueryableGraph#getBatch with #getBatchWithFieldHints. This allows alt...Gravatar Janak Ramakrishnan2016-07-11
* Minor change to add QueryableGraphBackedSkyFunctionEnvironment.Gravatar Janak Ramakrishnan2016-06-21