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
/
NodeEntry.java
Commit message (
Expand
)
Author
Age
*
Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...
Janak Ramakrishnan
2017-03-24
*
Refactor DirtyBuildingState to allow custom implementation on storing the
Googler
2017-02-01
*
Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...
Janak Ramakrishnan
2016-10-14
*
Allow reverse dependency lookups on Skyframe graph to throw InteruptedException
Googler
2016-09-14
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...
Janak Ramakrishnan
2016-07-11
*
Fix bug in lazy removal of reverse deps -- there was one remaining case where...
Janak Ramakrishnan
2016-05-18
*
Remove reverse deps lazily, only when the node has finished building and we d...
Janak Ramakrishnan
2016-05-17
*
Stop converting temporary direct deps to a set. In almost all cases, this con...
Janak Ramakrishnan
2016-05-16
*
Avoid list copy in BuildingState.getNextDirtyDirectDeps
Mark Schaller
2015-12-09
*
Avoid re-evaluating a parent node when a child is found to be unchanged from ...
Janak Ramakrishnan
2015-11-19
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Don't remove reverse deps until node is known to be changed. This helps avoid...
Janak Ramakrishnan
2015-09-23
*
Refactor NodeEntry, create node representation without a value
Mark Schaller
2015-09-02
*
Return raw SkyValue instead of wrapped ValueWithMetadata.
Janak Ramakrishnan
2015-08-25
*
Don't return SkyValue when dirtying node
Mark Schaller
2015-08-11
*
Change the description of NodeEntry#markDirty to better align with the InMemo...
Googler
2015-06-12
*
Clean up SkyFunction interface method docs
Mark Schaller
2015-04-06
*
Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.
Janak Ramakrishnan
2015-02-26
*
Refactor NodeEntry to be an interface.
Nathan Harmata
2015-02-10
*
Mark some skyframe-internal data structures as being Serializable.
Nathan Harmata
2015-02-10
*
Update from Google.
Han-Wen Nienhuys
2015-02-25