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
/
skyframe
/
InMemoryGraph.java
Commit message (
Expand
)
Author
Age
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Get rid of InvalidatableGraph. This explicit concept is no longer needed.
Nathan Harmata
2016-08-11
*
Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...
Nathan Harmata
2016-07-27
*
Replace QueryableGraph#getBatch with #getBatchWithFieldHints. This allows alt...
Janak Ramakrishnan
2016-07-11
*
Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...
Janak Ramakrishnan
2016-07-11
*
Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...
Janak Ramakrishnan
2016-05-11
*
Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...
Nathan Harmata
2015-10-05
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Change getBatch signature from Set to Iterable since Iterable is all that's n...
Janak Ramakrishnan
2015-04-30
*
Introduce QueryableGraph#getBatch, a batched variant of QueryableGraph#get an...
Nathan Harmata
2015-03-30
*
Refactor NodeEntry to be an interface.
Nathan Harmata
2015-02-10
*
Update from Google.
Han-Wen Nienhuys
2015-02-25