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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
skyframe
/
InMemoryNodeEntryTest.java
Commit message (
Expand
)
Author
Age
*
Permit marking dirty/changed a node more than once
mschaller
2018-06-18
*
Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...
janakr
2018-03-02
*
Propagate postable events further up
Klaus Aehlig
2017-06-14
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...
Janak Ramakrishnan
2017-03-24
*
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 BuildingState to save memory.
Janak Ramakrishnan
2016-07-07
*
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
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Don't check direct deps when doing change pruning. Since dependents of a node...
Janak Ramakrishnan
2016-02-09
*
Intern IntVersions.
Janak Ramakrishnan
2016-01-28
*
Repurpose the not-meaningfully-used ErrorInfo#isTransient to mean "is transit...
Nathan Harmata
2015-12-10
*
Allow SkyValues to be marked not "comparable". Such values are not compared f...
Eric Fellheimer
2015-11-19
*
Compare GroupedLists without regard to the order within a given group. Also m...
Janak Ramakrishnan
2015-11-19
*
Be more specific about InMemoryNodeEntry.getGroupedDirectDeps
Mark Schaller
2015-10-09
*
Refactor ErrorInfo creation to share single constructor
Michajlo Matijkiw
2015-09-30
*
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
*
Delay cleaning of in-flight nodes until the following build. This allows us t...
Janak Ramakrishnan
2015-09-11
*
Remove unused SkyFunctionName isComputed.
Michajlo Matijkiw
2015-06-26
*
Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access t...
Nathan Harmata
2015-03-10
*
Refactor NodeEntry to be an interface.
Nathan Harmata
2015-02-10