aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcToolchainTest.java
Commit message (Expand)AuthorAge
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Automated rollback of commit 2b015c53c89815472923d8ea0c94640b7db2fa20.Gravatar twerth2018-06-21
* Remove LIPO supportGravatar hlopko2018-06-15
* Automated rollback of commit 1615da781db78b7a910daf89720189c2b2e73dbe.Gravatar Googler2018-06-14
* Allow @ in package names.Gravatar twerth2018-06-14
* Return Strings from C++ Skylark APIs, not PathFragmentsGravatar hlopko2018-06-13
* Add libc_top attribute to cc_toolchain in preparation for moving config data ...Gravatar jcater2018-05-16
* Make inclusion of the zipper executable in CcToolchain depend solely on wheth...Gravatar rosica2018-05-16
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Make the static_link_cpp_runtimes feature settableGravatar Googler2018-04-24
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider.Gravatar cpeyser2017-11-14
* Make cc_toolchain put the files comprising the toolchain into its FileProvider.Gravatar lberki2017-10-18
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Open-source some tests for cpp rules.Gravatar Dmitry Lomov2015-11-30