aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/collect/nestedset/NestedSetCodecTest.java
Commit message (Expand)AuthorAge
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Fix bug in NestedSetStore where racing deserializations could create multiple...Gravatar janakr2018-06-16
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Serialize singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* 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
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-21
* Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba.Gravatar janakr2018-03-19
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-19
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* Make ObjectCodecTester more convenientGravatar brandjon2017-12-18
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Support nested set serialization.Gravatar tomlu2017-11-27