aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/ThinNodeEntry.java
Commit message (Expand)AuthorAge
* Permit marking dirty/changed a node more than onceGravatar mschaller2018-06-18
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Cleanup MarkedDirtyResult docs and constructorGravatar Mark Schaller2015-11-18
* Return rdeps when marking a node dirtyGravatar Mark Schaller2015-11-18
* 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
* Refactor NodeEntry, create node representation without a valueGravatar Mark Schaller2015-09-02