aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
Commit message (Expand)AuthorAge
* Remove special casing for --incremental-changed and --incremental-unchanged.Gravatar lberki2018-07-23
* Windows: Fix link parameter file for dynamic linkingGravatar pcloudy2018-05-23
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-22
* Partial rollback of commit 2661abb96b1fe51fb726a63eb08698564a82eb20.Gravatar hlopko2018-05-18
* 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
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Rename Staticness to LinkerOrArchiver.Gravatar hlopko2018-05-07
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* @AutoCodec CppLinkAction.Gravatar cpeyser2018-02-27
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move CppConfiguration#getHostSystemName, #getTestOnlyLinkOptions, #getObjCopy...Gravatar cpeyser2017-11-06
* When force_pic is on, build linkstamp objects with PIC.Gravatar Googler2017-11-03
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Fix cc_fake_binaries with linkstampingGravatar hlopko2017-09-25
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* 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
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* 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 d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed.Gravatar schmitt2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29
* Move -Wl,--gdb-index into crosstoolGravatar Marcel Hlopko2017-03-27
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Pass in the "coverage enabled" flag on the C++ linkstamp compile command line.Gravatar Lukacs Berki2017-02-24
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08