aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ToolchainUtil.java
Commit message (Expand)AuthorAge
* Move target pattern work to new util classGravatar John Cater2018-07-17
* Move constraint value lookup to a new utility function.Gravatar John Cater2018-07-17
* 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
* Always run toolchain resolution, even when no toolchain types are requested, ...Gravatar John Cater2018-06-12
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Fix error handling for target pattern expansionGravatar John Cater2018-04-12
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* 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
* Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...Gravatar janakr2018-02-14
* 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