aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/toolchain_test.sh
Commit message (Expand)AuthorAge
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* Fix error handling for target pattern expansionGravatar John Cater2018-04-12
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Update ToolchainUtil to properly load and use the available executionGravatar John Cater2018-02-28
* Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...Gravatar janakr2018-02-14
* Update ToolchainResolutionFunction to consider multiple availableGravatar John Cater2018-02-06
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* Change the definition of genrule to require a c++ toolchain.Gravatar cpeyser2017-12-20
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Fix duplicate test name.Gravatar John Cater2017-11-21
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Add check that the exec and target platform labels actually provide a Platfor...Gravatar John Cater2017-08-31
* Fix flaky toolchain_test for register_toolchains with an invalid target.Gravatar John Cater2017-08-10
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Remove toolchain_rule.Gravatar John Cater2017-05-17
* Mark toolchain_test.sh executable.Gravatar buchgr2017-04-11
* Add toolchain_rule to enable rule authors to define toolchains.Gravatar John Cater2017-04-11