aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleConfiguredTargetBuilder.java
Commit message (Expand)AuthorAge
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Remove memory regression introduced with OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Fix memory regression introduced by default providersGravatar vladmos2017-04-13
* Implement default providerGravatar vladmos2017-04-11
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Add documentation for add{Skylark,Native}DeclaredProvider.Gravatar Dmitry Lomov2016-12-05
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Add cc_common.link_params declared provider.Gravatar Dmitry Lomov2016-10-07
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Remove FileProvider.label.Gravatar Ulf Adams2016-04-22
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Remove RuleConfiguredTarget#getMandatoryStampFiles().Gravatar Lukacs Berki2016-04-20
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Move initializeExtraActions() unchcnaged (apart from its name) to a separate ...Gravatar Carmi Grushko2015-11-12
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Expose FilesToRun provider to Skylark.Gravatar Brian Silverman2015-08-27
* Add shortcut methods for adding providers. These do not require explicitly sp...Gravatar Carmi Grushko2015-08-24
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Skylark: Expose proto providers in a cleaner way.Gravatar Laurent Le Brun2015-06-01
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29