aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionBuilder.java
Commit message (Expand)AuthorAge
* 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
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* Move -Wl,--gdb-index into crosstoolGravatar Marcel Hlopko2017-03-27
* Add ThinLTO support for py_binary targets.Gravatar Googler2017-03-16
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Introduce strip_debug_symbols feature to crosstoolGravatar Marcel Hlopko2017-03-08
* Super tiny cleanup in CppLinkActionBuilderGravatar Marcel Hlopko2017-03-02
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Rollback of commit e2239cc61ca170ff9a65e1a94c3344d2b272c9e2.Gravatar Lukacs Berki2017-02-02
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-01-26
* Rename thinlto_param_file to thinlto_indexing_param_file for indexing actionsGravatar Marcel Hlopko2017-01-26
* Cleanup CppLinkActionBuilderGravatar Marcel Hlopko2017-01-24
* Expose type of library_to_link in CROSSTOOLGravatar Marcel Hlopko2017-01-23
* 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
* Introduce is_cc_test_link_action build variableGravatar Marcel Hlopko2017-01-05
* Rename toolchain_flags to legacy_link_flags build variableGravatar Marcel Hlopko2016-12-22
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Move hardcoded -L linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed.Gravatar Marcel Hlopko2016-12-16
* Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf.Gravatar Marcel Hlopko2016-12-16
* Support versioned shared library targets for cc_binary linkshared=1Gravatar Googler2016-12-16
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Add --ltoindexopt to pass options to LTO indexing stepGravatar Googler2016-12-02
* Change handling of LD_LIBRARY_PATH in link actions: instead of passing the di...Gravatar Lukacs T. Berki2016-11-24
* Improve memory footprint of CcToolchainFeatures.Variables.Gravatar Marcel Hlopko2016-11-24
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Rollback of commit abb0b633339ef76bf19a1e5af8477d42d13151d8.Gravatar Peter Schmitt2016-10-25
* Move -l/-L link opts to FeatureConfigurationGravatar Marcel Hlopko2016-10-24
* Add type arguments for JDK7 build.Gravatar Janak Ramakrishnan2016-10-19
* Fix ThinLTO indexing linkstamp handlingGravatar Googler2016-10-19
* Rollback of commit ffdc05d2278d7f9c6e299c923019f689cde5fe76.Gravatar Yun Peng2016-10-19
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12