aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLibrary.java
Commit message (Expand)AuthorAge
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* Deprecate py_extension "outs" attribute.Gravatar Googler2018-07-11
* 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++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Renames CcRunfilesInfo to CcRunfilesGravatar plf2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* 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
* C++: Wraps CcRunfilesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* 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
* C++: Migrate CppRunfilesProvider 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
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* C++: Removes CppModel classGravatar plf2018-02-15
* 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
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Remove unnecessary collectLinkstamp switchGravatar hlopko2017-09-25
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Rename some variables for easier understanding of the code.Gravatar elenairina2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03