aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ToolchainUtil.java
Commit message (Expand)AuthorAge
* Update ToolchainResolutionFunction to consider multiple availableGravatar John Cater2018-02-06
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* Remove references of ConfiguredTarget.getTarget() from ToolchainUtil.Gravatar mjhalupka2018-01-31
* Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...Gravatar janakr2018-01-27
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Update RegisteredToolchainsFunction and ToolchainUtil to check values for err...Gravatar John Cater2017-09-25
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* Add check that the exec and target platform labels actually provide a Platfor...Gravatar John Cater2017-08-31
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21