aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Disable `repo_mapping` by default via a flag.Gravatar dannark2018-06-05
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Carry tree artifacts' self data through aggregating middlemen.Gravatar Benjamin Peterson2018-06-03
* Allow multiple trimming transition factories to be added.Gravatar mstaib2018-06-01
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* 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