aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcLibraryConfiguredTargetTest.java
Commit message (Expand)AuthorAge
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* 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
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Narrow the LinkCommandLine API.Gravatar Googler2017-08-30
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Cleanup mock action_configs in MockCcSupportGravatar hlopko2017-08-02
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19
* Partial rollback of action_config validation logicGravatar cparsons2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Migrate tests to Truth.Gravatar lberki2017-05-29
* 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
* 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
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* Support aliases in the --experimental_stl attribute.Gravatar Lukacs Berki2017-03-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Remove TRANSITIVE_MODULE_MAPS feature logic. This was only meant to be used forGravatar Googler2017-01-16
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Augment the CppLinkInfo extra action proto with the command line of the linker.Gravatar Googler2016-10-17
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Fixed CcLibraryConfiguredTargetTest on WindowsGravatar Yun Peng2016-09-14
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Update all tests so that they use a cc_toolchain_suite instead of a filegroup...Gravatar Lukacs Berki2016-09-06
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29