aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization/testutils
Commit message (Expand)AuthorAge
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* 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
* Add value constants to ObjectCodecRegistry. Value constants are to be used wh...Gravatar janakr2018-04-10
* Makes BlazeDirectories a serialization constant.Gravatar shahan2018-04-10
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* Deletes KryoGravatar shahan2018-04-09
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Clean up unnecessary "additional data" from memoizing deserialization. Since ...Gravatar janakr2018-03-21
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Allow ObjectCodecRegistry to handle MemoizingCodecs. Initially this is just S...Gravatar janakr2018-03-09
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecSc...Gravatar shahan2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* 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
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Add TestUtils#ConstantStringCodecGravatar brandjon2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Make ObjectCodecTester more convenientGravatar brandjon2017-12-18
* Support nested set serialization.Gravatar tomlu2017-11-27
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29