aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/Link.java
Commit message (Expand)AuthorAge
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-22
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Partial rollback of commit 2661abb96b1fe51fb726a63eb08698564a82eb20.Gravatar hlopko2018-05-18
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Rename Staticness to LinkerOrArchiver.Gravatar hlopko2018-05-07
* Consolidating start/end lib archive expansion Take 3Gravatar Googler2018-05-03
* Automated rollback of commit 3fbe733bf72659e9de30fb099a65e87b1a402a18.Gravatar Googler2018-05-01
* Consolidating start/end lib archive expansion Take 2Gravatar Googler2018-04-30
* Automated rollback of commit 8ca66458a42266f11aba77732b05ab06b96e95fb.Gravatar hlopko2018-04-26
* Consolidating start/end lib archive expansionGravatar Googler2018-04-26
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Remove unused MANDATORY_LINK_TARGET_TYPESGravatar George Gensure2017-10-11
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-04-05
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Implement objc++ linking semantics in crosstool. Sematics in question are:Gravatar Cal Peyser2016-11-23
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17
* Remove references to ARCHIVE_FILETYPES and ARCHIVE_LIBRARY_FILETYPES from our...Gravatar Lukacs Berki2016-08-17
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* If an action_config is given for a particular type of link action, use that a...Gravatar Cal Peyser2016-06-01
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25