aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BuildView.java
Commit message (Expand)AuthorAge
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Remove ConfiguredTarget.getTarget() calls from Build View. Replace them with ...Gravatar mjhalupka2018-01-29
* Delete documentation for --analysis_warnings_as_errors.Gravatar Benjamin Peterson2018-01-25
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Consolidate calls to AnalysisUtils.getTopLevelTargetsWithConfigs which conven...Gravatar juliexxia2018-01-03
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* 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