aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/AspectTest.java
Commit message (Expand)AuthorAge
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Dedupes aspects in BuildViewGravatar Googler2018-03-14
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Introduce Root class.Gravatar tomlu2018-01-17
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* Disable some tests that can't currently run in special internal execution mode.Gravatar janakr2017-10-13
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Fix aspect processing when same dep appears in 2 attributes.Gravatar kaipi2017-05-22
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Names of extra-action protos now take into account aspect names.Gravatar Carmi Grushko2016-12-12
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* Allow aspects to propagate to all attributes.Gravatar Dmitry Lomov2016-09-27
* Enable aspect invocations to be matched by output filters.Gravatar Michael Staib2016-09-19
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Make aspects attached to aliases work when their actual= attribute is a select.Gravatar Lukacs Berki2016-08-31
* Remove a dependency on dart_library rule from ConfiguredTargetTransitivePacka...Gravatar Dmitry Lomov2016-05-03
* 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
* Add a disabled test case that tickles a bug with the interaction of aspects a...Gravatar Lukacs Berki2016-04-13
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Fix a bug, when we have dependency from one aspect to another aspect1->aspect...Gravatar Marian Lobur2015-09-14
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* We are trying to merge same copies of the aspect, when target is declared in ...Gravatar Marian Lobur2015-05-15
* Inline FoundationTestCase.scratchFile.Gravatar Ulf Adams2015-04-27