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
/
TreeArtifactValue.java
Commit message (
Expand
)
Author
Age
*
@AutoCodec TreeArtifactValue and FileArtifactValue.
janakr
2018-02-27
*
Replace path implementation.
tomlu
2018-02-08
*
Make Metadata an interface for FileArtifactValue
ulfjack
2017-06-26
*
Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there...
Janak Ramakrishnan
2017-02-23
*
Accept valid relative symlinks in TreeArtifacts.
Rumou Duan
2016-10-25
*
Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...
Rumou Duan
2016-10-19
*
Per action file caching for input TreeArtifact.
Rumou Duan
2016-10-19
*
Make Digest (renamed Md5Digest) a little more multi-purpose.
Shreya Bhattarai
2016-08-23
*
Use array comparison and not reference comparison between digests.
Shreya Bhattarai
2016-08-18
*
Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...
Janak Ramakrishnan
2016-08-01
*
Introduce TreeFileArtifact, which represents files under TreeArtifacts.
Rumou Duan
2016-04-14
*
Update FileSystemValueChecker to handle TreeArtifact values.
Michael Thvedt
2016-02-10
*
Support for handling TreeArtifact metadata and returning TreeArtifacts from A...
Michael Thvedt
2016-02-09