- 15 Oct, 2022 1 commit
-
-
Denis Hananein authored
-
- 14 Oct, 2022 2 commits
-
-
Derek Mauro authored
Fixes #4025 PiperOrigin-RevId: 481186097 Change-Id: Id7d09e4626e5ccf564e8cfaa65581c1cd827918d
-
Abseil Team authored
This matches the intention and documentation of terse printing which generally avoids printing the pointer. PiperOrigin-RevId: 481178950 Change-Id: I27039dac1870934d2d5b212e2cc7e97ab82c5b34
-
- 12 Oct, 2022 2 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 480696284 Change-Id: I633043f29883583efda7fa5a6dff754d096d6f7a
-
Abseil Team authored
Fixes #3931 PiperOrigin-RevId: 480659507 Change-Id: I6fabef63b1285189a06375227273d9de2456e37a
-
- 10 Oct, 2022 1 commit
-
-
Copybara-Service authored
PiperOrigin-RevId: 480170766 Change-Id: Id596e5698bea789e431f7a50d4a662ffa7b5d9aa
-
- 09 Oct, 2022 1 commit
-
-
Ferenc Géczi authored
Signed-off-by:Ferenc Géczi <ferenc.gm@gmail.com>
-
- 08 Oct, 2022 1 commit
-
-
Vertexwahn authored
-
- 07 Oct, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 479667644 Change-Id: I4ab03bd5f0520f8586667de8bd1b9443f241337a
-
- 06 Oct, 2022 1 commit
-
-
Abseil Team authored
In developing tests for the fuchsia debugger, it was found that in addition to catching gtest failures (which are implemented as software breakpoints) we also see PageFault exceptions, caused by this nullptr dereference. PiperOrigin-RevId: 479365782 Change-Id: I84d805d94c2e46b6f3c982ca1ae49c6ac3ed3430
-
- 05 Oct, 2022 1 commit
-
-
Abseil Team authored
Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT builds, as one would already expect from MSVC builds. (Previously, static Clang/Ninja builds on Windows also implicitly defined _DLL, which was problematic.) PiperOrigin-RevId: 479113168 Change-Id: I252d9be90fd33df75dab922e62b197208830d124
-
- 04 Oct, 2022 2 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 478883171 Change-Id: I29c57a554000d051290bb66660fcf6132027f963
-
Copybara-Service authored
PiperOrigin-RevId: 478775323 Change-Id: I92231bb8edd8e01b9b7cbe445c43dcf84f458521
-
- 30 Sep, 2022 1 commit
-
-
Abseil Team authored
Uses a simpler mechanism to disable the copying of GoogleTest test suites, to move code out of the TEST_P macro. PiperOrigin-RevId: 478031678 Change-Id: I45f0ce17a4add526c86b8212d836d98d63b3a193
-
- 29 Sep, 2022 1 commit
-
-
Baruch authored
-
- 28 Sep, 2022 5 commits
-
-
Abseil Team authored
Rollback: Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code. PiperOrigin-RevId: 477566426 Change-Id: Ia417e295d839f43be6e61a5699457866108f2a01
-
Abseil Team authored
PiperOrigin-RevId: 477560280 Change-Id: I1c1f5a1d6645859ec38cb1a75cd267816d2aff35
-
Abseil Team authored
PiperOrigin-RevId: 477549427 Change-Id: I6421ca09f0f1296cebdc3e54565049f1542dfa8a
-
Abseil Team authored
Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code. Fixes #4015 PiperOrigin-RevId: 477513399 Change-Id: Ia21928ee12e85946b4c8db86835d225cb257eecc
-
Baruch authored
-
- 27 Sep, 2022 4 commits
-
-
Copybara-Service authored
PiperOrigin-RevId: 477265396 Change-Id: I781dae4ef2c5b6c771d960f1ec5a3c5cff0e97ad
-
Abseil Team authored
PiperOrigin-RevId: 477240422 Change-Id: I894037850617252e462783c0885e30fc8e7ad122
-
Christian Clauss authored
-
-
- 26 Sep, 2022 1 commit
-
-
Marat Dukhan authored
-
- 25 Sep, 2022 1 commit
-
-
Baruch authored
-
- 21 Sep, 2022 1 commit
-
-
Copybara-Service authored
PiperOrigin-RevId: 475928562 Change-Id: I0539fa76b788410dd88b3285056a3b6a324dbc52
-
- 18 Sep, 2022 1 commit
-
-
John Hinnegan authored
The Bazel docs have moved!
-
- 14 Sep, 2022 1 commit
-
-
Baruch authored
-
- 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
-
- 25 Aug, 2022 1 commit
-
-
Baruch authored
-
- 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.
-