aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCommon.java
Commit message (Expand)AuthorAge
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Only return a nocopts matcher if the attribute is explicitly specified.Gravatar tomlu2017-12-21
* Remove CppConfiguration#supportsFission and #useFission. To do this, we:Gravatar cpeyser2017-12-20
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Remove source category from CcCommon.configureFeaturesGravatar hlopko2017-12-19
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Rewrite CppHelper linkopts expansion to take a list and return a listGravatar ulfjack2017-09-27
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* 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
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Only request per_object_debug_info when fission is enabled.Gravatar klimek2017-08-01
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Refactor CcCommon a bit.Gravatar lberki2017-07-14
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Automated g4 rollback of commit 27a136b9bbb4d73b0a343d407b5da9f890175aea.Gravatar ajmichael2017-05-02
* Initialize FeatureConfiguration for hip toolchain when building hipGravatar hlopko2017-04-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Add a boolean flag to a Feature to specify whether it is enabled by default.Gravatar Googler2017-02-08
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Description redacted.Gravatar Googler2017-01-23