aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BuildView.java
Commit message (Expand)AuthorAge
* Upgrade --target_environment, --auto_cpu_environment_group.Gravatar gregce2017-12-05
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Automatic code cleanup.Gravatar cushon2017-09-29
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Cleanup todo from static config removalGravatar gregce2017-09-14
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* 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