aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLibrary.java
Commit message (Expand)AuthorAge
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* apple_binary scopes link artifacts using child configuration for --experiment...Gravatar Cal Peyser2017-03-14
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* 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 option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Delete dead codeGravatar Marcel Hlopko2016-12-15
* Fix a bug that causes unnecessary warning "setting 'linkstatic=1' is recommen...Gravatar Yuannan Cai2016-11-08
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31