aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect/nestedset/NestedSetFingerprintCache.java
Commit message (Expand)AuthorAge
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Add memory-efficient map for storing nested set -> digest.Gravatar tomlu2018-01-31
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29