index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
ActionExecutionValue.java
Commit message (
Expand
)
Author
Age
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...
janakr
2017-03-31
*
Skyframe changes to support SpawnActionTemplate.
Rumou Duan
2016-06-07
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Introduce TreeFileArtifact, which represents files under TreeArtifacts.
Rumou Duan
2016-04-14
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Support for handling TreeArtifact metadata and returning TreeArtifacts from A...
Michael Thvedt
2016-02-09
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Replace ref equality with .equals for SkyFunctionNames
Mark Schaller
2015-08-11
*
ActionExecutionValue now overrides .equals and .hashCode.
Laszlo Csomor
2015-07-30
*
Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...
Googler
2015-07-17
*
Split FileAndMetadataCache into two classes, since most of the shared functio...
Janak Ramakrishnan
2015-04-06
*
Update from Google.
Han-Wen Nienhuys
2015-02-25