aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BuildView.java
Commit message (Expand)AuthorAge
* BEP: Add TargetConfigured events also for aspectsGravatar Klaus Aehlig2017-09-01
* 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
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Replace Transitions.configurationHook with equivalent rule class transitions.Gravatar gregce2017-07-07
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove the undocumented --experimental_extra_action_top_level_only_with_aspec...Gravatar lberki2017-06-09
* BEP: report configurations for targetsGravatar Klaus Aehlig2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* BuildView#getConfiguredTargetForTesting respects null transitions.Gravatar mstaib2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Unit tests respect top-level rule-class transitions.Gravatar Cal Peyser2017-03-27
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Fix test configured target creation code that was dropping split deps.Gravatar Greg Estren2016-12-06
* Adds support for multiple top-level dynamic configurationsGravatar Greg Estren2016-11-21
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Add an escape hatch to quickly disable --experimental_extra_action_top_level_...Gravatar Carmi Grushko2016-11-14
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* 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
* Apply extra actions to top-level aspects.Gravatar Dmitry Lomov2016-08-10