aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect/nestedset/BUILD
Commit message (Expand)AuthorAge
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* Add cache to NestedSetCodecWithStore to merge NestedSets that should be refer...Gravatar janakr2018-06-04
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* PiperOrigin-RevId: 193371485Gravatar carmi2018-04-18
* Automated rollback of commit 3643afad04be41caa4b247d327230e8a1e32bb6a.Gravatar carmi2018-04-17
* PiperOrigin-RevId: 193274137Gravatar carmi2018-04-17
* Introduce NestedSetCodecWithStore, which serializes NestedSet using a process...Gravatar cpeyser2018-04-16
* Use @AutoCodec for NestedSet serialization.Gravatar janakr2018-04-05
* Disable nested set sharing across multiple nested set deserialization session...Gravatar janakr2018-04-03
* Allow NestedSetCodec to share members across multiple deserializations.Gravatar cpeyser2018-03-22
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add memory-efficient map for storing nested set -> digest.Gravatar tomlu2018-01-31
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Support nested set serialization.Gravatar tomlu2017-11-27
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-09-06