aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/platform/PlatformTest.java
Commit message (Expand)AuthorAge
* Make sure the --host_platform_remote_properties_override flags isGravatar John Cater2018-07-27
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Make platform providers creatable from Skylark.Gravatar John Cater2017-05-26
* 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
* 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