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
/
PrepareDepsOfPatternsValue.java
Commit message (
Expand
)
Author
Age
*
Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...
janakr
2018-03-02
*
Integrates CodecScanner into SkyValueEncoder.
shahan
2018-02-23
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Provide toString() implementation for PrepareDepsOfPatternsValue#TargetPatter...
Googler
2017-08-02
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Implement equals and hashcode for PrepareDepsOfPatternsValue
Michajlo Matijkiw
2016-03-08
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Visibility tweaks
Michajlo Matijkiw
2015-10-09
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Activate interleaved package and transitive target loading
Mark Schaller
2015-07-08
*
Doc cleanup for PDOPV, re: its change pruning behavior
Mark Schaller
2015-06-23
*
Move target pattern parsing to key construction time
Mark Schaller
2015-05-21
*
Add PrepareDepsOfPatternsFunction, use before query
Mark Schaller
2015-03-31