aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeBuildView.java
Commit message (Expand)AuthorAge
* Use fact that the subgraph of ActionLookupValues has the same transitive depe...Gravatar janakr2018-08-05
* When no new configured targets have been analyzed, only check for artifact co...Gravatar janakr2018-08-03
* Only detect artifact conflicts between targets in current build.Gravatar tomlu2018-08-01
* Allows subclasses of SkyframeExecutor to enable analysis during execution.Gravatar shahan2018-07-30
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* Add more profiling information to better understand what's happening in analy...Gravatar twerth2018-07-09
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Remove LIPO supportGravatar hlopko2018-06-15
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* BEP: report analysis failure eventsGravatar Klaus Aehlig2018-01-26
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Stop including BuildConfiguration inside ConfiguredTargetKey: it's too heavyw...Gravatar janakr2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Optionally allow loaded packages to not be tracked.Gravatar janakr2017-12-15
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Remove BuildInfoFactory precomputed value.Gravatar janakr2017-09-25
* Improve the error message for toolchain selection when the default platform i...Gravatar cpeyser2017-09-20
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Change TargetContext.findDirectPrerequisite from config1 == config2 to config...Gravatar Greg Estren2017-01-18
* 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
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05