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
/
rules
/
AliasConfiguredTarget.java
Commit message (
Expand
)
Author
Age
*
BEP: correctly report AliasConfiguredTargets
Klaus Aehlig
2017-09-29
*
Better names for declared providers-related classes.
dslomov
2017-08-01
*
Make SkylarkValue instances mutable by default
vladmos
2017-07-11
*
Remove the functionality from alias() to point nowhere.
lberki
2017-07-10
*
Clean up string representations for configured targets
vladmos
2017-07-07
*
Use the same data structure for native and Skylark providers.
dslomov
2017-07-05
*
Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...
dslomov
2017-05-16
*
Refactor implementation of native and Skylark declared providers.
Dmitry Lomov
2017-03-03
*
Add 'aspect_id' for to identify aspects that has been applied to the target.
Dmitry Lomov
2016-12-05
*
Provide AspectDescriptor to ConfiguredAspect.
Dmitry Lomov
2016-11-29
*
Supported "in" operator for all SkylarkIndexable objects.
Vladimir Moskva
2016-10-07
*
Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...
Dmitry Lomov
2016-10-07
*
Implemented declared providers interface #1727
Vladimir Moskva
2016-09-21
*
Typo fixes in markdown and javadoc as suggested by intellij typo inspection.
Googler
2016-07-27
*
Make actual-less bind() rules work again.
Lukacs Berki
2016-05-23
*
Make alias targets keep their own configuration.
Lukacs Berki
2016-05-23
*
Add an "alias" rule.
Lukacs Berki
2016-05-10