aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
Commit message (Expand)AuthorAge
* 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
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Allow LinkCommandLine to have a null output.Gravatar Han-Wen Nienhuys2015-06-23
* Move split/no-split command-line decision to CppLinkAction.Gravatar Han-Wen Nienhuys2015-06-18
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Add C++ flags to C++ linkstamp compiles.Gravatar Manuel Klimek2015-03-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25