aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCommon.java
Commit message (Expand)AuthorAge
* Adds a flag --experimental_includes_attribute_subpackage_traversal to toggle ...Gravatar shahan2018-08-10
* Stop allowing targets with loose headers checking that reference srcs/hdrs in...Gravatar shahan2018-08-09
* C++: Stops passing workspace to whitelist check of providersGravatar plf2018-08-07
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* Remove "warn" setting for hdrs_check. This has not proven useful.Gravatar Googler2018-07-23
* C++: Removes check for host configurationGravatar plf2018-07-18
* PiperOrigin-RevId: 204896222Gravatar Googler2018-07-17
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Automated rollback of commit 908682a743d5a1c31b17bc199f9003a6b00114b8.Gravatar mstaib2018-06-29
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Deduplicate loose paths much earlier so that they create smaller nested setsGravatar Googler2018-06-28
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Add a minimum_os_version flag that is platform agnostic.Gravatar Googler2018-06-20
* Remove LIPO supportGravatar hlopko2018-06-15
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* C++: Expose additional methods for CcCompilationInfo and CcLinkingInfoGravatar plf2018-05-23
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-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
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Make the static_link_cpp_runtimes feature settableGravatar Googler2018-04-24
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* Push using ruleContext.getFeatures() outside of creating FeatureConfigurationGravatar hlopko2018-04-17
* Push using ruleContext.getDisabledFeatures() outside of creating FeatureConfi...Gravatar hlopko2018-04-16
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Allow optimization related features to be ignored when unsupported as opposed...Gravatar Googler2018-03-15
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* 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
* C++: Removes CppModel classGravatar plf2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08