aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcToolchainProviderTest.java
Commit message (Expand)AuthorAge
* Add flags for disabling legacy crosstool fieldsGravatar hlopko2018-07-17
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-06-14
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11