aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionBuilder.java
Commit message (Expand)AuthorAge
* 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
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not ena...Gravatar plf2018-02-02
* Change how the libraries_to_link are expanded for archiverGravatar hlopko2018-02-02
* ThinLTO: Add support for merged object files.Gravatar Googler2018-01-23
* Non functional changes.Gravatar Googler2018-01-19
* C++: Fixes linkstamp not compiled with PIC.Gravatar plf2018-01-16
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* Use more robust check for bitcode inputs to linkGravatar Googler2017-12-21