aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Make RuleContext.getConfiguration() private.Gravatar gregce2018-02-02
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Set the execution platform on a new SpawnAction based on the RuleContext.Gravatar John Cater2017-12-18
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* 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
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Extend from an abstract base class to avoid duplication of utility methods in...Gravatar ruperts2017-10-18
* Extract more RuleContext error-related methods into RuleErrorConsumerGravatar cparsons2017-10-16
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d.Gravatar dslomov2017-09-19
* Automated rollback of commit 0ee3aa622fc13b8a5072ebddf5cd65823413b4ff.Gravatar ulfjack2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup ActionConstructionContext.Gravatar dslomov2017-09-19
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Fetch the Java-specific Make variables from the :host_jdk dependency instead ...Gravatar lberki2017-08-18
* Honor --nobuild_runfile_links for non-tests, and propagate it to theGravatar Googler2017-08-17
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08