2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-27 20:43:26 +00:00
rules_cc/examples/test_cc_shared_library
Googler c460f83acb Include more information about configurations in cquery proto formatted outout
1. Add a repeated Configuration field to CqueryResult, and fill in the
checksum, platform, and mnemonic fields.

2. Add a configuration_id field to ConfiguredTarget, and deprecate the existing
configuration field in ConfiguredTarget. The configuration_id field is an index
that points to the Configuration message stored in CqueryResult, following the
same pattern as ActionGraphContainer. This avoids duplicating the same
Configuration message for each ConfiguredTarget.

RELNOTES: Include more information about configurations in cquery proto
formatted output. This deprecates the configuration field of
AnalysisProtosV2.ConfiguredTarget, and adds a new field, configuration_id, to
be used instead.
PiperOrigin-RevId: 429129916
Change-Id: Id048229a6872e6462b67cfe3041cdc907967d7bf
2022-03-17 04:50:09 -07:00
..
diamond_inheritance Make cc_shared_library use the builtin Starlark version 2021-10-06 12:12:31 -07:00
failing_targets Include more information about configurations in cquery proto formatted outout 2022-03-17 04:50:09 -07:00
a_suffix.cc Change cc_shared_library exports logic. 2020-05-08 06:35:54 -07:00
a_suffix.h Change cc_shared_library exports logic. 2020-05-08 06:35:54 -07:00
additional_script.txt Allow unlimited number of additional linker inputs for cc_shared_library 2020-02-19 00:10:00 -08:00
bar.cc Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
bar.h Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
bar.lds Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
bar2.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
bar2.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
bar3.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
bar3.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
baz.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
baz.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
BUILD.oss Include more information about configurations in cquery proto formatted outout 2022-03-17 04:50:09 -07:00
cc_shared_library_integration_test.sh C++: cc_shared_library tests for attribute added in unknown commit 2020-01-23 05:50:17 -08:00
foo.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
foo.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
foo.lds Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
main.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
not_depended_on.cc Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
preloaded_dep.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
preloaded_dep.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
quux.cc Adds example usage of cc_shared_library 2019-11-14 02:03:24 -08:00
qux.cc C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
qux.h C++: Tests for cc_binary linking shared libraries 2019-12-05 08:49:55 -08:00
qux2.cc Allows libraries to be linked more than once. 2020-02-26 07:07:44 -08:00
qux2.h Allows libraries to be linked more than once. 2020-02-26 07:07:44 -08:00
starlark_tests.bzl Fix //examples/test_cc_shared_library:linking_action_test under --incompatible_linkopts_to_linklibs. 2020-10-22 09:59:37 -05:00