aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect
Commit message (Expand)AuthorAge
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* Reduce contention in the digest map.Gravatar tomlu2018-08-09
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Fix bug in NestedSetStore where racing deserializations could create multiple...Gravatar janakr2018-06-16
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Save nested set size after initial expand to avoid GC from resizing list when...Gravatar tomlu2018-06-13
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Add cache to NestedSetCodecWithStore to merge NestedSets that should be refer...Gravatar janakr2018-06-04
* Serialize NestedSetStore$NestedSetSize directly as an ordinal instead ofGravatar cpeyser2018-05-22
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* Use com.google.common.cache instead of MapMaker.Gravatar Googler2018-05-03
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Serialize NestedSet sizes that get special treatement (empty set, singleton)Gravatar cpeyser2018-04-25
* Serialize singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* PiperOrigin-RevId: 193371485Gravatar carmi2018-04-18
* Clean up IterablesChain.Gravatar tomlu2018-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
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* 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