aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/RegisteredToolchainsFunctionTest.java
Commit message (Expand)AuthorAge
* Automatic code cleanup.Gravatar Googler2018-08-08
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* 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
* Remove the assumption of order from ToolchainTestCase#testRegisteredToolchainsGravatar cpeyser2017-09-26
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Add --extra_toolchains flag to register additional toolchain labels.Gravatar John Cater2017-07-19
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13