index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
analysis
/
DependencyResolver.java
Commit message (
Expand
)
Author
Age
*
remove inaccurate sentence from DependencyResolver comments
Benjamin Peterson
2016-10-07
*
Allow aspects to propagate to all attributes.
Dmitry Lomov
2016-09-27
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new class
Greg Estren
2016-08-12
*
Implements dynamic split transitions on latebound attributes.
Greg Estren
2016-08-10
*
Late-bound split attribute configs weren't being properly propagated to deps ...
Greg Estren
2016-08-04
*
Clean up DependencyResolver's interface for the dynamic config migration and ...
Greg Estren
2016-07-28
*
Add an "alias" rule.
Lukacs Berki
2016-05-10
*
Remove abi and abi_deps attributes.
Greg Estren
2016-05-09
*
Delete the interface NativeAspectFactory and make native aspects extend from ...
Luis Fernando Pino Duque
2016-04-27
*
Make aspects work through bind().
Lukacs Berki
2016-04-22
*
Introduce SplitTransitionProvider, to determine the split transition on an at...
Chris Parsons
2016-04-20
*
Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().
Lukacs Berki
2016-04-19
*
Remove AspectClass.getDefinition
Dmitry Lomov
2016-04-07
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...
Greg Estren
2016-02-11
*
Make implicit attribute label lookup consistent.
Brian Silverman
2016-02-10
*
Implement proper error handling for interleaved loading and analysis.
Ulf Adams
2016-02-02
*
Refactor DependencyResolver to collect and return loading errors.
Ulf Adams
2016-01-28
*
Store data about aspect configurations on Dependencies.
Michael Staib
2016-01-27
*
Make select() statements in remote repositories with selector labels pointing...
Lukacs Berki
2016-01-25
*
General cleanup for the configured target / aspect creation code.
Ulf Adams
2016-01-19
*
BuildView - untangle more of the methods that are only for ide info.
Ulf Adams
2016-01-11
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Aspect terminology update.
Dmitry Lomov
2015-11-10
*
Parametrize aspect definition with AspectParameters.
Dmitry Lomov
2015-11-02
*
Implement propagation along dependencies for Skylark aspects.
Dmitry Lomov
2015-11-02
*
Introduce an AspectClass: a representation of a class of aspects.
Dmitry Lomov
2015-10-22
*
Remove extraneous check in DependencyResolver.
Michael Staib
2015-10-06
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Separate build-specific types and types inherent to Skylark.
Lukacs Berki
2015-09-21
*
Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...
Florian Weikert
2015-09-14
*
Fix broken tests.
Marian Lobur
2015-09-02
*
Aspects can get information from their base rule.
Marian Lobur
2015-09-02
*
Implement the core structure for dynamic configurations.
Greg Estren
2015-08-26
*
Make DependencyResolver more explicit about the fact
Greg Estren
2015-08-06
*
Give Dependency a valid equals/hashCode/toString set.
Michael Staib
2015-07-16
*
Skylark: Fix crash when computed attribute has the wrong type
Laurent Le Brun
2015-06-23
*
Skylark: Late-bound attributes may return None.
Laurent Le Brun
2015-06-17
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Update from Google.
Han-Wen Nienhuys
2015-02-25