aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkAction.java
Commit message (Expand)AuthorAge
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* @AutoCodec CppLinkAction.Gravatar cpeyser2018-02-27
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* Make fake link actions "work" with ThinLTO.Gravatar lberki2018-01-10
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Move CppConfiguration#getHostSystemName, #getTestOnlyLinkOptions, #getObjCopy...Gravatar cpeyser2017-11-06
* Don't keep set of LTO backend artifacts on link actionGravatar Googler2017-11-06
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Fix various linter errorsGravatar ruperts2017-09-29
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Narrow the LinkCommandLine API.Gravatar Googler2017-08-30
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Do not expand inputs in CppLinkAction.execute().Gravatar Benjamin Peterson2017-08-07
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Windows MSVC toolchain: Move environment variables setup from wrapper script ...Gravatar Yun Peng2017-04-06
* Add ThinLTO support for py_binary targets.Gravatar Googler2017-03-16
* Drop CppLinkActionContextGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Change handling of LD_LIBRARY_PATH in link actions: instead of passing the di...Gravatar Lukacs T. Berki2016-11-24
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Augment the CppLinkInfo extra action proto with the command line of the linker.Gravatar Googler2016-10-17
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* If an action_config is given for a particular type of link action, use that a...Gravatar Cal Peyser2016-06-01
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* The link command line API can consume a feature configuration to configure fl...Gravatar Cal Peyser2016-05-19
* Action configs are activated like features (instead of being activated by def...Gravatar Cal Peyser2016-05-11
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* --Gravatar Michael Staib2016-04-21