aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ActionLookupData.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
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31