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