- 18 Sep, 2022 1 commit
-
-
John Hinnegan authored
The Bazel docs have moved!
-
- 13 Sep, 2022 3 commits
-
-
Derek Mauro authored
PiperOrigin-RevId: 474053482 Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
-
Derek Mauro authored
Breaks the intended C++ version on some CI builds PiperOrigin-RevId: 474022587 Change-Id: I41a58893802c90864e0f2cc3d15e6c169c59146d
-
Copybara-Service authored
PiperOrigin-RevId: 473908876 Change-Id: Ie850a4029c33fa9eec5f670a18f70b2cf6635d6f
-
- 09 Sep, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 473353707 Change-Id: Ief5bdbd2b8e28bac8f47be9aaeac4bb93875a793
-
- 08 Sep, 2022 1 commit
-
-
Abseil Team authored
Remove the MSVC pragmas for disabling warning C4717 (infinite recursion) for Invalid<T>() because that warning has been fixed in cl/441474979. PiperOrigin-RevId: 473012585 Change-Id: I5f1bf88379bd4f2bf005e029c04766ac4caadd84
-
- 01 Sep, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 471524660 Change-Id: Ie11e6a7a5a5497f64d5b9c382f1017094e043093
-
- 30 Aug, 2022 1 commit
-
-
Copybara-Service authored
PiperOrigin-RevId: 471062949 Change-Id: I3f063c441b3d4275d931016c431519c14e68d51c
-
- 26 Aug, 2022 1 commit
-
-
Abseil Team authored
Consider all TERM values ending in "-256color" to be color supporting. In particular this handles TERM=hterm-256color correctly. PiperOrigin-RevId: 470232889 Change-Id: Iea594a3fde2b8b0a10e527956d70ba0bb3452e08
-
- 22 Aug, 2022 1 commit
-
-
Hardik Vala authored
PiperOrigin-RevId: 469171380 Change-Id: Ic75fc0523924e40e620552d4c04b79dad22a68e0
-
- 19 Aug, 2022 1 commit
-
-
Keith Smiley authored
Bazel defaults to -std=c++11 on macOS which gtest doesn't support.
-
- 16 Aug, 2022 1 commit
-
-
Derek Mauro authored
PiperOrigin-RevId: 467959285 Change-Id: Ibd92b3a278f293736b31bd7e07fe502241bb1f05
-
- 12 Aug, 2022 1 commit
-
-
Derek Mauro authored
from dependencies PiperOrigin-RevId: 467244441 Change-Id: Iefa65474d8c62e7c4c942957dc8e275715076e5f
-
- 08 Aug, 2022 1 commit
-
-
Dino Radakovic authored
FAIL() evaluates into a return statement: https://github.com/google/googletest/blob/5b909beeec178f338be997830b6c31a80cda7a93/googletest/include/gtest/internal/gtest-internal.h#L1347 Calling it from the body of the test case turns all subsequent expectations into no-ops. Fixes #3941 PiperOrigin-RevId: 466104977 Change-Id: Ic15f43acb734295a5c9690a2b5eec6f65e8c0814
-
- 04 Aug, 2022 1 commit
-
-
Dino Radakovic authored
If this ever turns out to be a performance issue, we could use std::conditional and std::is_same to avoid copying std::strings. Fixes #3949 PiperOrigin-RevId: 465353572 Change-Id: If2d691bccb626c692c87e006df5afe88a4ed1542
-
- 01 Aug, 2022 2 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 464586117 Change-Id: Icda62f13b962f7408bb5698ae2b627391257d152
-
Copybara-Service authored
PiperOrigin-RevId: 464546862 Change-Id: I6ee696f4f66a5f76015a36737b5cde5edc91a9bc
-
- 29 Jul, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 463961734 Change-Id: Ib62e320a745c190955f181c1f4f12e4cd407ef22
-
- 26 Jul, 2022 1 commit
-
-
Copybara-Service authored
PiperOrigin-RevId: 463379193 Change-Id: Iac9757644b1f2b9a840dc78d82b4e3f44a230573
-
- 25 Jul, 2022 1 commit
-
-
Dino Radakovic authored
Fixes #3937 PiperOrigin-RevId: 463180144 Change-Id: I21b528acc4c3f3aba4234642be01fcead7fe7f00
-
- 21 Jul, 2022 1 commit
-
-
Yuriy Chernyshov authored
Some of the #ifdefs were missed in original PR. Should be fixed now.
-
- 20 Jul, 2022 1 commit
-
-
Matei Dibu authored
-
- 18 Jul, 2022 6 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 461703446 Change-Id: I61773eafa6d6bf6294218a5117fdebf5dd8a7bb1
-
Copybara-Service authored
PiperOrigin-RevId: 461701938 Change-Id: I92601aeef9f0bb18a6d1c8b08e497d93dde4012a
-
Copybara-Service authored
PiperOrigin-RevId: 461699564 Change-Id: Id7043073f106f57433a99fea0e8e4ab015bf896d
-
Copybara-Service authored
PiperOrigin-RevId: 461699509 Change-Id: I9bab4474c5f52d4d66691dfb96a4d20f89fbcfeb
-
Copybara-Service authored
PiperOrigin-RevId: 461660066 Change-Id: Ie23e046caf24d350c91e4ee3c4baf512780c6984
-
Robert Adam authored
This ensures that LTO works as expected whenever the main project has it enabled.
-
- 14 Jul, 2022 1 commit
-
-
Andrei Polushin authored
fixes #3944
-
- 12 Jul, 2022 3 commits
-
-
Andrei Polushin authored
PDB files should be created at the same location as their primary artifact, which is either static library or a DLL. On Windows, an artifact location is controlled by: * RUNTIME_OUTPUT_DIRECTORY is a directory of a DLL artifact. * ARCHIVE_OUTPUT_DIRECTORY is a directory of a LIB artifact. A PDB file location is controlled: * PDB_OUTPUT_DIRECTORY should match a directory of a DLL artifact. * COMPILE_PDB_OUTPUT_DIRECTORY should match a directory of a LIB artifact.
-
Andrei Polushin authored
CMake policy CMP0094 controls a lookup strategy used to find a Python executable: * CMP0094=OLD selects a Python executable with a higher version. * CMP0094=NEW selects a Python executable found earlier in PATH. NEW behavior is critical in presence of a Python virtual environment established and activated, i.e. added to the PATH variable. In case GoogleTest is embedded into a larger project, the result of `find_package(Python)` affects the whole build, not only GoogleTest component itself.
-
Copybara-Service authored
PiperOrigin-RevId: 460455562 Change-Id: I29efc09887651d8734586703fe0691482ba4c981
-
- 11 Jul, 2022 4 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 460272863 Change-Id: I139e31faca4dab6f697e0cd1b3491f791fda5f8a
-
Derek Mauro authored
PiperOrigin-RevId: 460242683 Change-Id: I182a2e082d3a7e38fd3686e9e7af200ba0f954e0
-
Copybara-Service authored
PiperOrigin-RevId: 460222898 Change-Id: I652b8058aa98b56d849c5ab1399f75e531dcc959
-
Copybara-Service authored
PiperOrigin-RevId: 460222266 Change-Id: I2fbeac0b333ca16639f172ca1f23794ea9ddc2ad
-
- 08 Jul, 2022 1 commit
-
-
Derek Mauro authored
PiperOrigin-RevId: 459761499 Change-Id: Ifb4b8b9f2dc598f3f4afc66a9efc403e001e0262
-
- 07 Jul, 2022 1 commit
-
-
Chris Kennelly authored
PiperOrigin-RevId: 459529190 Change-Id: I6b29693000023b3562990742f27a98cc279b6452
-
- 01 Jul, 2022 2 commits
-
-
Alexander Nikforov authored
-
Derek Mauro authored
with -std=c++14 when testing with GCC 5. PiperOrigin-RevId: 458502826 Change-Id: I83637a222b5c0a54e55d93ce7fdbc878af27b250
-