aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java
Commit message (Expand)AuthorAge
* 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