aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/PlatformConfiguration.java
Commit message (Expand)AuthorAge
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Add new flag to add additional execution platforms.Gravatar John Cater2018-01-19
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Add --extra_toolchains flag to register additional toolchain labels.Gravatar John Cater2017-07-19
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08