aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcToolchainProvider.java
Commit message (Expand)AuthorAge
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Fix CppToolchainProvider to get unfiltered compiler flags from theGravatar John Cater2018-03-05
* 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
* Make CcToolchainProvider structField methods resilient to null fieldsGravatar cparsons2018-01-31
* Remove an unused argument.Gravatar lberki2018-01-24
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar 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
* Migrate CppConfiguration#getGnuSystemName to CcToolchainProvider.Gravatar cpeyser2017-11-13
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move CppConfiguration#getHostSystemName, #getTestOnlyLinkOptions, #getObjCopy...Gravatar cpeyser2017-11-06
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-11-06
* Automated rollback of commit 5d42ae10195cd1acb9612df3a3d520f09b0c3e39.Gravatar cpeyser2017-11-03
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-10-30
* Move CppConfiguration#getStaticRuntimeLibsLabel and #getDynamicRuntimeLibsLabelGravatar cpeyser2017-10-25
* Move CppConfiguration#getAbi and #getAbiGlibcVersion to CcToolchainProvider.Gravatar cpeyser2017-10-25
* 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
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* 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
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* RELNOTES: Add Skylark stubs needed to remove sysroot from CppConfiguration.Gravatar Googler2017-04-27
* Allow Skylark rule to declare a dependency on the C++ toolchain and make the ...Gravatar lberki2017-04-20
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17