aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/platform
Commit message (Expand)AuthorAge
* 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
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* 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
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02