aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/InMemoryMemoizingEvaluator.java
Commit message (Expand)AuthorAge
* Intern IntVersions.Gravatar Janak Ramakrishnan2016-01-28
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Remove wildcard of SkyFunctionName, as it is finalGravatar Mark Schaller2015-10-22
* Don't iterate over children when building events if events won't be stored an...Gravatar Janak Ramakrishnan2015-10-12
* Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...Gravatar Nathan Harmata2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* 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
* Pass filter for what events should be stored in the Skyframe graph into the P...Gravatar Janak Ramakrishnan2015-07-16
* Add debug preconditions guard for null skykeys to InMemoryMemoizingEvaluator#...Gravatar Michajlo Matijkiw2015-07-10
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25