aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization
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
* Automated rollback of commit db65f80cc83d562c0f63c34ce9d9a58fad0e3b0c.Gravatar pcloudy2018-01-31
* Verbatim, initial checkin of Kryo files for @AutoCodec Runtime.Gravatar shahan2018-01-30
* Adds CodecScanner to help automate building a codec registry.Gravatar shahan2018-01-30
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Additional Serializers and Serializer bugfixes needed to serialize BuildConfi...Gravatar shahan2018-01-29
* CanonicalReferenceResolver for KryoGravatar shahan2018-01-26
* Serializers for HashCode, Map.Entry and OptionalGravatar shahan2018-01-25
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* Serializer implementations for Guava CollectionsGravatar shahan2018-01-25
* SerializerAdapterGravatar shahan2018-01-24
* Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...Gravatar shahan2018-01-24
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Add a way for BaseCodecs to register association with subtypesGravatar brandjon2018-01-18
* Add TestUtils#ConstantStringCodecGravatar brandjon2018-01-18
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* [Autocodec] Add a ImmutableSetCodec. ImmutableCollections have a deterministicGravatar Googler2018-01-17
* Codec for Location.Gravatar shahan2018-01-16
* 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
* Add convenience method for wrapping SerializationExceptionGravatar brandjon2017-12-19
* Make ObjectCodecTester more convenientGravatar brandjon2017-12-18
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Support nested set serialization.Gravatar tomlu2017-11-27
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29
* Make ObjectCodecs.ClassKeyedBuilder more reasonableGravatar michajlo2017-09-19