aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Migrate some serialization tests to use SerializationTester rather than Abstr...Gravatar janakr2018-05-15
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Allow more characters in labels.Gravatar twerth2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Codec for FluentIterable - needed to serialize results of Iterables.concat.Gravatar shahan2018-05-10
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Add a codec for LinkedHashSet.Gravatar mjhalupka2018-05-01
* Reduce sensitivity of certain tests to exact configurations.Gravatar mstaib2018-04-27
* Allow class prefix names to be blacklisted from DynamicCodec use.Gravatar janakr2018-04-26
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Introduce PackageErrorMessageValueGravatar mschaller2018-04-19
* Automated rollback of commit 559ffb7dd6578c961e775ba4901917ab8bffcb9d.Gravatar janakr2018-04-18
* Add ValueConstants helper to handle the increasingly complex logic for value-...Gravatar janakr2018-04-16
* bash: Add a toolchain for local Bash.Gravatar Laszlo Csomor2018-04-16
* Add DurationCodecGravatar Googler2018-04-13
* Prefix-compress strings during memoizing serialization.Gravatar janakr2018-04-12
* Add value constants to ObjectCodecRegistry. Value constants are to be used wh...Gravatar janakr2018-04-10
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* DynamicCodec emits a trail of type names when it encounters NoSuchCodecExcept...Gravatar shahan2018-04-06
* Make DynamicCodec always memoize. Since it replaces Java serialization, which...Gravatar janakr2018-04-05
* Transform StackOverflowError thrown in ArrayCodec into SerializationException...Gravatar janakr2018-04-05
* Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...Gravatar janakr2018-04-04
* Save the lookup and write of the codec index when the object is memoized, as ...Gravatar janakr2018-04-04
* Add ObjectCodec for AtomicReference.Gravatar janakr2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* BazelPackageLoader to be invoked on additional tests.Gravatar carmi2018-04-03
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Don't test for reference equality of the underlying IOException. It's overkil...Gravatar nharmata2018-03-30
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Add codecs needed to fully serialize Attributes.Gravatar janakr2018-03-28
* Removes superfluous generic parameter from DynamicCodec, allowing it to be usedGravatar shahan2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* DynamicCodec class.Gravatar shahan2018-03-27
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Remove FastStringCodecGravatar michajlo2018-03-26
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* Fix test flakiness due to the filesystem mutations done during the 'fetch' wo...Gravatar nharmata2018-03-23
* Remove RuleClass.Builder#depsCfg().Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Clean up unnecessary "additional data" from memoizing deserialization. Since ...Gravatar janakr2018-03-21
* Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is em...Gravatar janakr2018-03-20
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15