aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcLibraryConfiguredTargetTest.java
Commit message (Expand)AuthorAge
* C++: Removes logic for linkopts expansion.Gravatar plf2018-07-20
* C++: Remove CcDynamicLibrariesForRuntime.Gravatar plf2018-07-16
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Remove support for header preprocessingGravatar hlopko2018-06-26
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* C++: Introduces flag to disable automatic expansion of labels in linkopts.Gravatar plf2018-06-07
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibrariesGravatar plf2018-05-16
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Make output name case-insensitive while calculating output names for object f...Gravatar pcloudy2018-04-25
* C++: Wraps CcExecutionDynamicLibrariesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Shorten object file pathGravatar pcloudy2018-03-23
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Fix bazel tests depending on legacy gcc3 include pathGravatar hlopko2018-02-22
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Replace path implementation.Gravatar tomlu2018-02-08
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* 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