aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/collect
Commit message (Expand)AuthorAge
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* 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
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* 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 singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* Clean up IterablesChain.Gravatar tomlu2018-04-18
* Introduce NestedSetCodecWithStore, which serializes NestedSet using a process...Gravatar cpeyser2018-04-16
* Use @AutoCodec for NestedSet serialization.Gravatar janakr2018-04-05
* Disable nested set sharing across multiple nested set deserialization session...Gravatar janakr2018-04-03
* 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
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* 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
* Make ObjectCodecTester more convenientGravatar brandjon2017-12-18
* 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
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add a class providing a view of a NestedSetGravatar Klaus Aehlig2017-04-06
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Refactor NestedSetBuilderGravatar Jon Brandvein2017-01-13
* Global cleanup change.Gravatar Googler2016-12-07
* Description redacted.Gravatar Googler2016-06-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Migrated tests in devtools/build/lib/collect to JUnit 4.Gravatar Florian Weikert2015-12-01
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25