aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BuildView.java
Commit message (Expand)AuthorAge
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Remove LoadingResultGravatar ulfjack2018-07-25
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Add the BuildConfigurationCollection to the AnalysisResultGravatar ulfjack2018-06-15
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Fix filterTestsByTarget to filter by label instead of filtering by doingGravatar mjhalupka2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Use TransitionResolver to get top level transitions in BuildView.Gravatar mstaib2018-04-27
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Dedupes aspects in BuildViewGravatar Googler2018-03-14
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* 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