aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/ToolchainResolutionFunctionTest.java
Commit message (Expand)AuthorAge
* Automatic code cleanup.Gravatar Googler2018-08-08
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* 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
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...Gravatar janakr2018-02-14
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Update ToolchainResolutionFunction to consider multiple availableGravatar John Cater2018-02-06
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14