aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Simplify ClientEnvironmentValue invalidation.Gravatar Benjamin Peterson2018-03-15
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Automated rollback of commit 7ba939dfd5df48903929e9c14ebd0449656403e4.Gravatar shreyax2018-03-12
* Get rid of non-class-based lookups for ObjectCodecs. There were basically no ...Gravatar janakr2018-03-10
* Open-source ImmutableMapCodec and make it able to handle arbitrary keys/value...Gravatar janakr2018-03-10
* Make memoizing serialize and deserialize methods that take a codec package-pr...Gravatar janakr2018-03-10
* Explicitly don't serialize/deserialize Package objects in ConfiguredTargetVal...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Allow ObjectCodecRegistry to handle MemoizingCodecs. Initially this is just S...Gravatar janakr2018-03-09
* Remove cycle error reporting from query results since they're not strictly re...Gravatar juliexxia2018-03-09
* Intern CollectTargetsInPackagKey. Bug from https://github.com/bazelbuild/baze...Gravatar janakr2018-03-08
* Fix PackageFunction's call to Package.Builder.Helper#onLoadingComplete to passGravatar nharmata2018-03-07
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Don't use computeIfAbsent in action graph dumping.Gravatar twerth2018-03-07
* Post PatternExpandingError from the skyframe target pattern evaluator as needed.Gravatar Benjamin Peterson2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* @AutoCodec File{State}Value.Gravatar janakr2018-03-06
* @AutoCodec TransitiveTraversalValue, DirectoryListingStateValue.Gravatar janakr2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Add wildcard support to AutoCodec.Gravatar mjhalupka2018-03-06
* Split up action graph cache into multiple classes for cleaner code.Gravatar twerth2018-03-06
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* @AutoCodec for TypeGravatar shahan2018-03-05
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Add log line to show that we're scanning for ObjectCodecs.Gravatar janakr2018-03-05
* Move action graph dump methods into the ActionGraphDump class.Gravatar twerth2018-03-05
* Split ActionGraphDump into its own class.Gravatar twerth2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Fix stray ')' in RecursivePkgKey toStringGravatar mschaller2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Create a runtime codec for HashCode.Gravatar mjhalupka2018-02-28
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Update ToolchainUtil to properly load and use the available executionGravatar John Cater2018-02-28
* @AutoCodec TreeArtifactValue and FileArtifactValue.Gravatar janakr2018-02-27
* Removes the need to map SkyFunctionName to codec in SkyKeySerializerGravatar shahan2018-02-27
* Pass constants along when recreating Builder in ObjectCodecRegistry.Gravatar janakr2018-02-27