aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionBuilder.java
Commit message (Expand)AuthorAge
...
* 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
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Remove uses of ar_flag and uses_action_config_for_arGravatar hlopko2017-11-23
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Schedule LtoBackendAction when creating LtoBackendArtifactGravatar Googler2017-11-06
* Don't keep set of LTO backend artifacts on link actionGravatar Googler2017-11-06
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Denittize CppModel and CppLinkActionBuilderGravatar hlopko2017-09-26
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Don't attempt LTO indexing of cc_binary if there are no bitcode inputs to link.Gravatar Googler2017-09-12
* Fix .dwo Artifact construction with ThinLTO+Fission for nativedepsGravatar Googler2017-08-30
* Ensure ThinLTO backend actions always generate debug info when fission enabledGravatar Googler2017-08-29
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* 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
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* 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 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Do not wrap dynamic libraries with --whole-archive blockGravatar hlopko2017-04-10