aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/collect/nestedset/NestedSetFingerprintCacheTest.java
Commit message (Expand)AuthorAge
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* 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
* 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