aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/DependencyResolver.java
Commit message (Expand)AuthorAge
* 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
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Remove extraneous check in DependencyResolver.Gravatar Michael Staib2015-10-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Make DependencyResolver more explicit about the factGravatar Greg Estren2015-08-06
* Give Dependency a valid equals/hashCode/toString set.Gravatar Michael Staib2015-07-16
* Skylark: Fix crash when computed attribute has the wrong typeGravatar Laurent Le Brun2015-06-23
* Skylark: Late-bound attributes may return None.Gravatar Laurent Le Brun2015-06-17
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25