aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/platform/PlatformInfoTest.java
Commit message (Expand)AuthorAge
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* 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