- 20 Apr, 2023 1 commit
-
-
Tom Hughes authored
PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
-
- 03 Mar, 2023 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 513770561 Change-Id: I82fbed177c6ba4e2e5b776ae3e0255c868e32e25
-
- 06 Feb, 2023 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 507527786 Change-Id: Ie5e088b1814981f6c760d7e25418a430172705ec
-
- 01 Jul, 2022 1 commit
-
-
Alexander Nikforov authored
-
- 26 Jun, 2022 1 commit
-
-
Jérôme Travert authored
-
- 17 May, 2022 1 commit
-
-
Dino Radakovic authored
Fixes #3832 PiperOrigin-RevId: 449158813 Change-Id: Ibe85239ab1f123097b2c1b61616c9d611e5b90d0
-
- 15 Mar, 2022 1 commit
-
-
Abseil Team authored
A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
-
- 27 Dec, 2021 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 418497526 Change-Id: Ie53c3c0810c10a32cbcb941e3ca1ee8fb1ddd9f9
-
- 15 Sep, 2021 2 commits
-
-
Abseil Team authored
gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types Fixes #3550 PiperOrigin-RevId: 396826071
-
Abseil Team authored
Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
-
- 06 Aug, 2021 1 commit
-
-
Abseil Team authored
PiperOrigin-RevId: 389163232
-
- 04 Aug, 2021 1 commit
-
-
Abseil Team authored
Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
-
- 20 Aug, 2019 1 commit
-
-
Krystian Kuzniarek authored
Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
-
- 30 Jul, 2019 1 commit
-
-
Krystian Kuzniarek authored
-
- 02 Jan, 2019 1 commit
-
-
Abseil Team authored
Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
-
- 03 Dec, 2018 1 commit
-
-
Abseil Team authored
Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 25 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging,
-
- 19 Apr, 2018 1 commit
-
-
David Sunderland authored
-
- 18 Apr, 2018 2 commits
-
-
David Sunderland authored
-
David Sunderland authored
-
- 11 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
...merging
-
- 10 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 06 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 05 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
merges-2
-
- 12 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 31 May, 2012 1 commit
-
-
zhanyong.wan authored
Renames internal enums to the kFoo naming style. Fixes gmock doctor to work with newer versions of Clang.
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 31 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert).
-
- 24 Feb, 2010 1 commit
-
-
zhanyong.wan authored
Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
-
- 23 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 18 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 07 Aug, 2009 1 commit
-
-
zhanyong.wan authored
Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa).
-
- 09 Jun, 2009 1 commit
-
-
zhanyong.wan authored
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
-
- 29 May, 2009 1 commit
-
-
zhanyong.wan authored
Made the universal value printer safer when printing char[]; Removed duplicated code in InvokeWith; Improved gmock_doctor.py.
-
- 12 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-