aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionTest.java
Commit message (Expand)AuthorAge
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Cleanup mock action_configs in MockCcSupportGravatar hlopko2017-08-02
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Refactor ActionTester to pass BitSet to factoriesGravatar hlopko2017-04-26
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-02-24
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* 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
* Rollback of commit e2239cc61ca170ff9a65e1a94c3344d2b272c9e2.Gravatar Lukacs Berki2017-02-02
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-01-26
* Fix bug in --experimental_link_dynamic_binaries_separately.Gravatar Googler2017-01-11
* Skip //src/test/java/com/google/devtools/build/lib:cpp-rules-tests#testCompil...Gravatar Damien Martin-Guillerez2016-12-28
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Move hardcoded -L linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Fix CppLinkActionsTest.testCompilesTestSourcesIntoDynamicLibrary to workGravatar John Cater2016-12-16
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Fixed CppLinkActionTest on WindowsGravatar Yun Peng2016-09-08
* Test order of -l and -L args for CppLinkActionGravatar Marcel Hlopko2016-09-06
* 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
* 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
* 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