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
/
DelegatingWalkableGraph.java
Commit message (
Expand
)
Author
Age
*
Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...
Janak Ramakrishnan
2017-03-24
*
Fix an issue with cached EventHandlers in SkyQueryEnvironment's resolver
Mark Schaller
2017-01-23
*
Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...
Janak Ramakrishnan
2017-01-03
*
Add method getCurrentlyAvailableNodes to QueryableGraph and Walkable Graph
Googler
2016-10-31
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Delete NodeEntryField since it's now superfluous in the presence of the new Q...
Nathan Harmata
2016-08-03
*
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
*
Stop filtering out targets not in the graph in SkyQueryEnvironment. Instead, ...
Janak Ramakrishnan
2016-01-15
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Avoid the usage of Maps.transformValues since it is lazy and keeps a referenc...
Miguel Alcon Pinto
2015-10-23
*
Use a thin graph when querying reverse deps (or others that don't need the va...
Miguel Alcon Pinto
2015-10-21
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Fix rbuildfiles query operation for broken packages. We use to assume that al...
Miguel Alcon Pinto
2015-09-11
*
Convert SkyQueryEnvironment#buildTransitiveClosure to use batch operations.
Janak Ramakrishnan
2015-06-23
*
Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDep...
Janak Ramakrishnan
2015-06-19
*
Add batch methods to WalkableGraph and convert SkyQueryEnvironment to use them.
Janak Ramakrishnan
2015-06-18
*
Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.
Janak Ramakrishnan
2015-02-26