aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* Automated rollback of commit dade44dab4a571acc710f0960a3afda0d7b183b3.Gravatar hlopko2018-04-30
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-04-26
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-26
* Automated rollback of commit 404483d99bca4edc0600e72cacfcc36404fd4653.Gravatar hlopko2018-04-25
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-25
* C++: Wraps CcExecutionDynamicLibrariesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar 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
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* C++: Migrate CppRunfilesProvider to new provider styleGravatar plf2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* 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
* Enable static_linking_mode or dynamic_linking_mode features from cc_binaryGravatar hlopko2018-03-09
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* Automated rollback of commit a705eaa9225ff8a03975c8cb49faa6b2899e398d.Gravatar plf2018-01-10
* Removes call to CcLibraryHelper.link() in cc_binary.Gravatar plf2018-01-10
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* 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
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Don't keep set of LTO backend artifacts on link actionGravatar Googler2017-11-06
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify CcLinkParams#addCcLibraryGravatar hlopko2017-09-25