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
/
ContainingPackageLookupValue.java
Commit message (
Expand
)
Author
Age
*
Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...
janakr
2018-03-02
*
Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.
shahan
2018-02-28
*
Integrates CodecScanner into SkyValueEncoder.
shahan
2018-02-23
*
Introduce Root class.
tomlu
2018-01-17
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
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
*
Narrow return type of ContainingPackageLookupValue.withContainingPackage
Michajlo Matijkiw
2015-10-22
*
Brief audit of singleton SkyValues
Michajlo Matijkiw
2015-10-19
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Allow globs to be used outside of the skyframe package.
Janak Ramakrishnan
2015-05-15
*
Update from Google.
Han-Wen Nienhuys
2015-02-25