aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java
Commit message (Expand)AuthorAge
* Clarified documentation of remote_execution_properties attribute.Gravatar jcater2018-07-23
* Fix an incorrect example in the platform documentation.Gravatar jcater2018-05-30
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Implement PlatformBaseRule which describes the common settings for all platfo...Gravatar juliexxia2017-09-14
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Update the platform rule documentation to match the actual attribute names.Gravatar jcater2017-05-22
* 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
* 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