aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Internal changeGravatar felly2018-02-20
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* In TransitiveBaseTraversalFunction, only process the deps once we have all th...Gravatar shreyax2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Some autocodec changes required to serialize SpawnAction: double field and Ch...Gravatar cpeyser2018-02-20
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16
* Remove BuildConfiguration and PlatformInfo from theGravatar jcater2018-02-15
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-02-15
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Finish cleanup of unthreaded contextsGravatar michajlo2018-02-15
* Fix typo in javadocGravatar michajlo2018-02-15
* Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...Gravatar janakr2018-02-14
* Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecSc...Gravatar shahan2018-02-14
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14