aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization/DeserializationContext.java
Commit message (Expand)AuthorAge
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* Save the lookup and write of the codec index when the object is memoized, as ...Gravatar janakr2018-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
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* 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
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Allow @AutoCodec to tag static final fields, and generate a "pointer" class t...Gravatar janakr2018-02-26
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Finish cleanup of unthreaded contextsGravatar michajlo2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11