aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* C++: Remove CcDynamicLibrariesForRuntime.Gravatar plf2018-07-16
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* C++: Remove unnecessary runfiles providers.Gravatar plf2018-06-25
* Remove LIPO supportGravatar hlopko2018-06-15
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* C++: Makes JavaWrapCc use CcLinkingHelperGravatar plf2018-06-04
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Rename CcLinkingOutputs.dynamicLibraries and executionDynamicLibrariesGravatar hlopko2018-05-22
* C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibrariesGravatar plf2018-05-16
* C++: Renames CcRunfilesInfo to CcRunfilesGravatar plf2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-05-03
* 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