aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionBuilder.java
Commit message (Expand)AuthorAge
* Don't use link action feature configuration in LTO Backend command lineGravatar Googler2016-09-23
* Move ThinLTO indexing and backend options to Crosstool feature configurationGravatar Googler2016-09-20
* Description redacted.Gravatar Googler2016-09-19
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Remove the awkward logic that used to look at the string form at a command li...Gravatar Lukacs Berki2016-08-18
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17
* Use the the artifact category in LinkerInput to determine if it's a dynamic l...Gravatar Lukacs Berki2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* 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
* Allow extra action inputs and variables extensions to boe propagated to theGravatar Cal Peyser2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Only send a cc_toolchain's linker_files to link actions. Previously, theGravatar Googler2016-08-08
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Rollback of commit b669406789dd452161875d407d0ce6a3502de5f6.Gravatar Damien Martin-Guillerez2016-07-25
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-25
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13