aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Tags mapped singletons in SkyValueEncoderGravatar shahan2018-02-27
* Add RegisteredSingleton to Bazel bootstrap process.Gravatar janakr2018-02-27
* PiperOrigin-RevId: 187193766Gravatar mjhalupka2018-02-27
* Tag ParameterFileWriteAction with @AutoCodec.Gravatar mjhalupka2018-02-27
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* Allow @AutoCodec to tag static final fields, and generate a "pointer" class t...Gravatar janakr2018-02-26
* Retain @AutoCodec at runtime.Gravatar janakr2018-02-26
* Add support for parameterized types to AutoCodec.Gravatar cpeyser2018-02-26
* Add support to @AutoCodec for long and byte fields, and centralize primitive ...Gravatar janakr2018-02-24
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* AutoCodec verifies that constructor parameter and field types are related.Gravatar shahan2018-02-24
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Fix Fix crash on incremental builds across configuration changes when using S...Gravatar felly2018-02-23
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Add more codecs to execution phase.Gravatar janakr2018-02-22
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22