aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/DirtyBuildingState.java
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Add a static method GroupedList#numElements to allow to count the number of d...Gravatar shreyax2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Remove BuildingState, since it only has one field. Instead, keep the signaled...Gravatar Janak Ramakrishnan2017-03-27
* Refactor DirtyBuildingState to allow custom implementation on storing theGravatar Googler2017-02-01
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Refactor BuildingState to save memory.Gravatar Janak Ramakrishnan2016-07-07