aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
Commit message (Expand)AuthorAge
* Make sure FeatureConfiguration is always set in C++ action buildersGravatar hlopko2017-07-19
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed.Gravatar schmitt2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29
* Move -Wl,--gdb-index into crosstoolGravatar Marcel Hlopko2017-03-27
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Pass in the "coverage enabled" flag on the C++ linkstamp compile command line.Gravatar Lukacs Berki2017-02-24
* 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
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-17
* Rollback of commit 1da8ac3a8bb0780251976e0dbcfebd3a7ba6a066.Gravatar Pedro Liberal Fernandez2017-01-12
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-10
* Rename toolchain_flags to legacy_link_flags build variableGravatar Marcel Hlopko2016-12-22
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Description redacted.Gravatar Googler2016-12-01
* 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
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* 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
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Rollback of commit b669406789dd452161875d407d0ce6a3502de5f6.Gravatar Damien Martin-Guillerez2016-07-25
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-25
* If an action_config is given for a particular type of link action, use that a...Gravatar Cal Peyser2016-06-01
* The link command line API can consume a feature configuration to configure fl...Gravatar Cal Peyser2016-05-19
* Action configs are activated like features (instead of being activated by def...Gravatar Cal Peyser2016-05-11
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Do not use all_load for individual always_link deps.Gravatar Googler2016-03-08
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25