aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/platform
Commit message (Expand)AuthorAge
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Add a undocumented way to define a platform that is autodetected fromGravatar John Cater2017-04-24
* Refactor PlatformInfo.Builder to detect and report invalid configurations.Gravatar John Cater2017-04-24
* AutoValue and SkylarkClassObject interact badly, so remove that.Gravatar John Cater2017-04-24
* Add toolchain_rule to enable rule authors to define toolchains.Gravatar John Cater2017-04-11
* Adding toolchain provider and function to Skylark.Gravatar John Cater2017-04-07
* Expose platform-related providers to Skylark.Gravatar John Cater2017-04-06
* Add the remote_execution_properties attribute to the platform() rule. Gravatar John Cater2017-03-12
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Add constraint_setting and constraint_value rules, to enable defining Gravatar John Cater2017-02-28