aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/configuredtargets
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Use RuleContext.getConfiguration() instead of RuleConfiguredTarget.getConfigu...Gravatar janakr2018-03-09
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* @AutoCodec PackageGroupConfiguredTarget (forgot to actually annotate the clas...Gravatar janakr2018-02-26
* @AutoCodec RuleConfiguredTarget.Gravatar janakr2018-02-23
* @AutoCodec FilesetOutputConfiguredTarget.Gravatar janakr2018-02-23
* @AutoCodec all the *ConfiguredTarget classes except for RuleConfiguredTarget....Gravatar janakr2018-02-23
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18