aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect
Commit message (Expand)AuthorAge
* Use @AutoCodec for NestedSet serialization.Gravatar janakr2018-04-05
* Don't do serialization of empty/singleton nested sets into a child CodedOutpu...Gravatar janakr2018-04-03
* Disable nested set sharing across multiple nested set deserialization session...Gravatar janakr2018-04-03
* During NestedSet deserialization, maintain a list of known children outside ofGravatar cpeyser2018-03-26
* Re-enable aliasing of CodedInputStream during deserialization, removed as par...Gravatar janakr2018-03-23
* Optimistically check the Set within NestedSetVisitor.VisitedState using conta...Gravatar Googler2018-03-22
* 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
* @AutoCodec WriteZipControlFileAction (and ImmutableIterable).Gravatar janakr2018-03-16
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Better @AutoCodec for TransitiveInfoProviderMapImpl: avoid having to serializ...Gravatar janakr2018-02-23
* @AutoCodec TransitiveInfoProviderMapImpl and JavaInfo.Gravatar janakr2018-02-23
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-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
* Add NestedSet support in AutoCodec for type parameters which have an Injectin...Gravatar cpeyser2018-02-05
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Add memory-efficient map for storing nested set -> digest.Gravatar tomlu2018-01-31
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Support nested set serialization.Gravatar tomlu2017-11-27
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* PolishingGravatar Jonathan Bluett-Duncan2017-09-05
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Clarify commentGravatar brandjon2017-05-03
* Avoid calls to NestedSetBuilder#addAll(NestedSet)Gravatar cushon2017-04-10
* Add a class providing a view of a NestedSetGravatar Klaus Aehlig2017-04-06
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Avoid expanding NestedSets in IterablesChain BuilderGravatar Michajlo Matijkiw2017-03-14
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Refactor NestedSetBuilderGravatar Jon Brandvein2017-01-13
* Short-circuit visitation of empty nested sets, reinstating the spirit of comm...Gravatar Eric Fellheimer2016-06-27
* --Gravatar Carmi Grushko2016-06-24