aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/platform
Commit message (Expand)AuthorAge
* Make sure the --host_platform_remote_properties_override flags isGravatar John Cater2018-07-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* 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
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* 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
* 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
* Adding toolchain provider and function to Skylark.Gravatar John Cater2017-04-07
* 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
* Add constraint_setting and constraint_value rules, to enable defining Gravatar John Cater2017-02-28