aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionValue.java
Commit message (Expand)AuthorAge
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* ActionExecutionValue now overrides .equals and .hashCode.Gravatar Laszlo Csomor2015-07-30
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25