aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization/autocodec
Commit message (Expand)AuthorAge
* Add NestedSet support in AutoCodec for type parameters which have an Injectin...Gravatar cpeyser2018-02-05
* AutoCodec can support NestedSet<T>, where T is a declared declared type thatGravatar cpeyser2018-02-02
* @AutoCodec @AutoValue supportGravatar shahan2018-02-01
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...Gravatar shahan2018-01-24
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* [Autocodec] Add a ImmutableSetCodec. ImmutableCollections have a deterministicGravatar Googler2018-01-17
* Support array fields in AutoCodec. To do this, introduceGravatar cpeyser2018-01-16
* AutoCodec proto marshaller bug fix and support for mutable Map.Gravatar shahan2018-01-10
* AutoCodec's constructor strategy recognizes fields in a (transitive)Gravatar cpeyser2018-01-10
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* For InjectingObjectCodec, also forwards dependency to serialize.Gravatar shahan2018-01-07
* Deletes FakeAutoCodecProcessor.Gravatar shahan2018-01-07
* @AutoCodec: allow CONSTRUCTOR strategy to be used with dependency element.Gravatar shahan2018-01-05
* Enables dependency injection for PUBLIC_FIELD and POLYMORPHIC AutoCodec strat...Gravatar shahan2018-01-05
* Allows @AutoCodec to handle injected deserialization dependencies.Gravatar shahan2018-01-04
* @AutoCodec: proper handling of checked exceptions thrown by constructors.Gravatar shahan2018-01-03
* Adds the @AutoCodec.Constructor annotation for selecting constructors.Gravatar shahan2018-01-03
* @AutoCodec: Uses sun.misc.Unsafe to retrieve fields for serialization.Gravatar shahan2018-01-02
* AutoCodec: support for ImmutableListMultimap, ImmutableMultimap and Immutable...Gravatar Googler2017-12-28
* AutoCodec features.Gravatar Googler2017-12-27
* @AutoCodec features and refactoring.Gravatar Googler2017-12-23
* @AutoCodec features.Gravatar Googler2017-12-21
* @AutoCodec features.Gravatar Googler2017-12-20
* Attempt #4 Adds FakeAutoCodecProcessor to bazel-distfile.Gravatar Shahan Yang2017-12-19
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13