aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionValue.java
Commit message (Expand)AuthorAge
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* 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