Commit Graph

5 Commits

Author SHA1 Message Date
Derek Mauro
98efd758c4 Use the public implementation rule for "@bazel_tools//tools/cpp:clang-cl"
PiperOrigin-RevId: 710065786
Change-Id: Ibdc6c50e2911faed88ae36e4e61a7e99c47a6592
2024-12-27 08:10:53 -08:00
Abseil Team
9e3b68ac3b Use local_config_cc from rules_cc and make it a dev dependency
Prepare for changes in Bazel 8, where cc configure scripts have been moved to rules_cc.

PiperOrigin-RevId: 703026686
Change-Id: I44c573bf84a56aed37fca0717e7e1892d7f9a267
2024-12-05 01:46:29 -08:00
Derek Mauro
04af270f6d Add empty WORKSPACE.bzlmod
When bzlmod is enabled and WORKSPACE.bzlmod exists, the content of
WORKSPACE is ignored. This prevents bzlmod builds from unintentionally
depending on the WORKSPACE file.

This exposed some small problems with our clang-cl configuration,
which are also fixed in this change.

PiperOrigin-RevId: 602511311
Change-Id: I0ba411edde2df0e17f4eeede4117ddb6934dd8f8
2024-01-29 15:05:26 -08:00
Abseil Team
2069dc796a Export of internal Abseil changes
--
cb68208c1ae9ca45ce48bf2b7e6cc46592a3b22d by Derek Mauro <dmauro@google.com>:

Update GoogleTest dependency and use it to mark a parameterized test
as possibly unused.

PiperOrigin-RevId: 313643136

--
24f61fe25e943e78f8a1fd014c89516776943170 by Derek Mauro <dmauro@google.com>:

Internal change

PiperOrigin-RevId: 313636155

--
36c453ddf04791f8cf3d14673bacd7bbd98911fd by Gennadiy Rozental <rogeeff@google.com>:

Address sanitizer should not use DYNAMIC_ANNOTATIONS_ENABLED=1

PiperOrigin-RevId: 313635651

--
7a7a3e3888ac8ae366572ea0a2a1c62dc669cec7 by Abseil Team <absl-team@google.com>:

CMake: don't attempt to use googletest unless ABSL_RUN_TESTS==true.

Fixes: https://github.com/abseil/abseil-cpp/issues/690
PiperOrigin-RevId: 313477705
GitOrigin-RevId: cb68208c1ae9ca45ce48bf2b7e6cc46592a3b22d
Change-Id: Ief7b31b53cdf3f79518b767d882960c1636aad23
2020-05-28 15:58:09 -04:00
Dylan Madisetti
4832bf6bf2 Added a BUILD file in root to expose license. (#695) 2020-05-28 15:25:00 -04:00