- 06 Feb, 2023 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 507527786 Change-Id: Ie5e088b1814981f6c760d7e25418a430172705ec
-
- 26 Jan, 2023 1 commit
-
-
Abseil Team authored
Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. PiperOrigin-RevId: 504706717 Change-Id: I5842a4569f81f6c0d636099b5cdaabe778996949
-
- 25 Jan, 2023 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 504591836 Change-Id: I48c93490d0c3b7c6bfaceceb1cef5eedeacfe6c6
-
- 18 Jan, 2023 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 502901538 Change-Id: I0cf351b9ad1411ae9c45e09550c24e006a24e179
-
- 22 Dec, 2022 1 commit
-
-
Abseil Team authored
@platforms//os:* instead of from @build_tools//platforms:* See https://github.com/bazelbuild/bazel/issues/8622 Necessary to fix #4096 Also need the fix for #4098 PiperOrigin-RevId: 497182073 Change-Id: Ifd568b088d2f779755dd20264edfd5dad12ca9cc
-
- 20 Dec, 2022 2 commits
-
-
Abseil Team authored
PiperOrigin-RevId: 496679950 Change-Id: I2842050902876231d49a142165bcbb88d737505d
-
Dino Radakovic authored
PiperOrigin-RevId: 496642643 Change-Id: I178efeda76cbf46e5f4bb91454c205b9a060a4ea
-
- 19 Dec, 2022 1 commit
-
-
Abseil Team authored
It is good practice to specify a name for the `testing::Property` matcher's use in diagnostics, and we should do so in our examples. PiperOrigin-RevId: 496406309 Change-Id: Ibb4d1ba63771b5d6855442b91564027cda8ddaca
-
- 14 Dec, 2022 1 commit
-
-
Abseil Team authored
EXPECT_CALL doesn't seem to make much sense here. I think the intent was to use EXPECT_THAT instead. PiperOrigin-RevId: 495427663 Change-Id: I39a16ea37282729d34017c6bcd331a60cedf1fbe
-
- 23 Nov, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 490601453 Change-Id: I733b2ed8740b1c809dddb166a42993b869198469
-
- 20 Nov, 2022 1 commit
-
-
Denis Hananein authored
-
- 03 Nov, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 485895339 Change-Id: I09b0f535941531ef7bcb74593d385891d56b3e32
-
- 25 Oct, 2022 1 commit
-
-
Dino Radakovic authored
Commit hashes reflect GoogleTest's live-at-head stance. Credits to @shinfd. Fixes #4000 PiperOrigin-RevId: 483655943 Change-Id: Ieeb162859348dbe3657e18f283bac81412f2585d
-
- 24 Oct, 2022 1 commit
-
-
Abseil Team authored
This aims to avoid confusion as to what kinds of computations are valid inside a parameter generator expression, calling out flags as a supported use case. PiperOrigin-RevId: 483397027 Change-Id: I2d036fae95120d617f30a5566ea7498ce1f9bfb6
-
- 14 Oct, 2022 1 commit
-
-
Jan authored
-
- 07 Oct, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 479667644 Change-Id: I4ab03bd5f0520f8586667de8bd1b9443f241337a
-
- 18 Sep, 2022 1 commit
-
-
John Hinnegan authored
The Bazel docs have moved!
-
- 09 Sep, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 473353707 Change-Id: Ief5bdbd2b8e28bac8f47be9aaeac4bb93875a793
-
- 31 Jul, 2022 1 commit
-
-
Baruch Burstein authored
-
- 30 Jun, 2022 1 commit
-
-
Derek Mauro authored
v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
-
- 27 Jun, 2022 1 commit
-
-
assafpr authored
master branch changed to main branch in links
-
- 22 Jun, 2022 3 commits
- 13 Jun, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 454677195 Change-Id: I7a1419e22d617db41a5c310bc6f6158ba4cec1ab
-
- 09 Jun, 2022 1 commit
-
-
Abseil Team authored
Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. PiperOrigin-RevId: 454012698 Change-Id: I3a9df78368ffe3cb7cf3d315001125b97b1aebbe
-
- 27 May, 2022 1 commit
-
-
elixir authored
PiperOrigin-RevId: 451439108 Change-Id: I8929df21d53cbe6c42e38653e1bb0cac72fc36f9
-
- 26 May, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 451067898 Change-Id: I658ab92c4ea616736f0170ac4d1548bb15a944e2
-
- 24 May, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 450721917 Change-Id: I34d63a65b7158975abd46a9a14cded75439e7e7f
-
- 11 May, 2022 1 commit
-
-
Aaron Jacobs authored
So that it can be referenced in conversion operators for actions that need to know the concrete return type. PiperOrigin-RevId: 447889344 Change-Id: I643d3298bc8effd08741282a956c221f9d67d378
-
- 28 Apr, 2022 1 commit
-
-
Abseil Team authored
Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. PiperOrigin-RevId: 445252626 Change-Id: I9f038cb669d3da6743606343c2341fc59725d722
-
- 09 Apr, 2022 1 commit
-
-
Abseil Team authored
This provides a type-safe way for an action to express that it wants to be called only once, or to capture move-only objects. It is a generalization of the type system-evading hack in ByMove, with the improvement that it works for _any_ action (including user-defined ones), and correctly expresses that the action can only be used with WillOnce. I'll make existing actions benefit in a future commit. PiperOrigin-RevId: 440496139 Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
-
- 04 Apr, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 439427291 Change-Id: I3cac035e732fb3fe4f9c314657932a55269e0416
-
- 27 Mar, 2022 1 commit
-
-
Alecto Irene Perez authored
Signed-off-by:Alecto Irene Perez <perez.cs@pm.me>
-
- 21 Mar, 2022 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 436268062 Change-Id: I3161b36121f78acf920d66fe121b2f1d5e5707b9
-
- 08 Mar, 2022 1 commit
-
-
Szymon Sobik authored
-
- 10 Feb, 2022 1 commit
-
-
Abseil Team authored
Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. PiperOrigin-RevId: 427598749 Change-Id: I8c7a5d7b2dde017641534f1c7eed8dd56c33e845
-
- 14 Jan, 2022 1 commit
-
-
Dino Radakovic authored
PiperOrigin-RevId: 421915817 Change-Id: I22800e8943f9eb050304c521701d4040b1b7a914
-
- 12 Jan, 2022 1 commit
-
-
Abseil Team authored
dispatch. It will use the definition from the class the constructor of which PiperOrigin-RevId: 421291241 Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
-
- 04 Jan, 2022 1 commit
-
-
Ram Kumar K R authored
-