aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkAction.java
Commit message (Expand)AuthorAge
* 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
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* bazel: support linking accumulated libraries into C++ binariesGravatar Googler2015-11-06
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* LTO: Don't choke on cc_library without srcs.Gravatar Han-Wen Nienhuys2015-10-12
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27