aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/RegisteredExecutionPlatformsFunction.java
Commit message (Expand)AuthorAge
* Move target pattern work to new util classGravatar John Cater2018-07-17
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* 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
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Remove BuildConfiguration and PlatformInfo from theGravatar jcater2018-02-15
* Handle the case where platformConfiguration isn't present.Gravatar John Cater2018-01-30
* Add tests for execution platforms to ExternalPackageUtilTest.Gravatar John Cater2018-01-30
* Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...Gravatar janakr2018-01-27
* Add new skyfunction to load registered execution platformsGravatar John Cater2018-01-22