aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ConfiguredTargetFunction.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Make loading/analysis phase a lot faster.Gravatar Googler2018-07-09
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Remove "artifactOwnerConfiguration" now that LIPO is goneGravatar gregce2018-06-15
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Fix Bazel crash on bad config_setting labels.Gravatar gregce2018-05-30
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Allow ConfiguredTargetFunction to release its CPU-bound semaphore during dep ...Gravatar janakr2018-03-28
* Get rid of ConfiguredTarget#getConfiguration() call in ConfiguredTargetFuncti...Gravatar janakr2018-03-27
* @AutoCodec ConfiguredValueCreationException. Not a high priority, but while w...Gravatar janakr2018-03-24
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Update ToolchainUtil to properly load and use the available executionGravatar John Cater2018-02-28
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* BEP: report analysis failure eventsGravatar Klaus Aehlig2018-01-26
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* 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
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* 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
* Move aspect resolution out of ConfiguredTargetFunction.Gravatar gregce2017-09-21
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* Error reporting for invalid dynamic configurationsGravatar cparsons2017-08-31
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Aspects-on-aspects correctness fix.Gravatar dslomov2017-07-14
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05