aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcToolchainSelectionTest.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Remove genrule's dependency on the cpp toolchain.Gravatar jcater2018-06-07
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Change the definition of genrule to require a c++ toolchain.Gravatar cpeyser2017-12-20
* Change default behavior for cc_toolchain.compiler and cc_toolchain.libc forGravatar cpeyser2017-11-18
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Remove accidental print statement.Gravatar cpeyser2017-09-20
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20