aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ToolchainResolutionFunction.java
Commit message (Expand)AuthorAge
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Update ToolchainUtil to properly load and use the available executionGravatar John Cater2018-02-28
* 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
* Delete unused variable in ToolchainResolutionFunction.Gravatar Benjamin Peterson2018-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
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* 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