aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionBuilder.java
Commit message (Expand)AuthorAge
* Pass cc_toolchain location to FeatureConfigurationGravatar rosica2018-08-07
* Move --linkopt flags into user_link_flagsGravatar hlopko2018-07-19
* Do not expose interface building related variables in the Skylark C++ toolcha...Gravatar hlopko2018-07-12
* Expose cc_common.create_link_build_variablesGravatar hlopko2018-06-08
* 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
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* 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
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Automated rollback of commit 3fbe733bf72659e9de30fb099a65e87b1a402a18.Gravatar Googler2018-05-01
* Consolidating start/end lib archive expansion Take 2Gravatar Googler2018-04-30
* Automated rollback of commit fd9a0958a989cac1f08f15ab5643728469f9824e.Gravatar hlopko2018-04-30
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* 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
* Optionally suppress ThinLTO indexing for all linkstatic targetsGravatar Googler2018-04-20
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Clean up IterablesChain.Gravatar tomlu2018-04-18
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Suppress ThinLTO indexing for linkstatic library in testsGravatar Googler2018-03-15
* Support for passing options to LTO Backend actions onlyGravatar Googler2018-03-09
* Cleanup linking input computation in CppLinkActionBuilderGravatar hlopko2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* @AutoCodec CppLinkAction.Gravatar cpeyser2018-02-27
* Hide fix for linkstmap inputs computation behind an optionGravatar hlopko2018-02-26
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* Don't register linkstamp compile actions when we're doing thinlto indexing stepGravatar hlopko2018-02-21
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Blaze: let a LinkerInput declare that it needs debug info in the executableGravatar Googler2018-02-12