aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcToolchain.java
Commit message (Expand)AuthorAge
* Pass cc_toolchain location to FeatureConfigurationGravatar rosica2018-08-07
* Rename CrosstoolInfo.java to CcToolchainConfigInfo.javaGravatar rosica2018-07-18
* Add flags for disabling legacy crosstool fieldsGravatar hlopko2018-07-17
* Extract logic from CROSSTOOL in CrosstoolInfo providerGravatar rosica2018-06-21
* Add a minimum_os_version flag that is platform agnostic.Gravatar Googler2018-06-20
* Remove LIPO supportGravatar hlopko2018-06-15
* Remove supports_lipo field from DefaultCpuToolchainGravatar rosica2018-06-13
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* Remove --glibc optionGravatar rosica2018-06-04
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Add libc_top attribute to cc_toolchain in preparation for moving config data ...Gravatar jcater2018-05-16
* Support .afdo profiles in fdo_profileGravatar rosica2018-05-16
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* Implement absolute_path_profile attribute to fdo_profile rule along with an o...Gravatar Googler2018-04-13
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Implement fdo_profile rule for architecture-sensitive fdo profile specificationGravatar Googler2018-04-09
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* C++: Removes CppModel classGravatar plf2018-02-15
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Replace path implementation.Gravatar tomlu2018-02-08
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Remove CppConfiguration#supportsFission and #useFission. To do this, we:Gravatar cpeyser2017-12-20
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* 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
* Change default behavior for cc_toolchain.compiler and cc_toolchain.libc forGravatar cpeyser2017-11-18
* Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider.Gravatar cpeyser2017-11-14
* 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
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27