aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/DependencyResolver.java
Commit message (Expand)AuthorAge
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* 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 ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10
* Extract a set of advertised providers into a separate class.Gravatar Dmitry Lomov2017-01-10
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* remove inaccurate sentence from DependencyResolver commentsGravatar Benjamin Peterson2016-10-07
* Allow aspects to propagate to all attributes.Gravatar Dmitry Lomov2016-09-27
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Late-bound split attribute configs weren't being properly propagated to deps ...Gravatar Greg Estren2016-08-04
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Remove abi and abi_deps attributes.Gravatar Greg Estren2016-05-09
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Introduce SplitTransitionProvider, to determine the split transition on an at...Gravatar Chris Parsons2016-04-20
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Make implicit attribute label lookup consistent.Gravatar Brian Silverman2016-02-10
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* Refactor DependencyResolver to collect and return loading errors.Gravatar Ulf Adams2016-01-28
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02