Sign in
chromium
/
external
/
github.com
/
google
/
googletest
/
HEAD
4219e72
Remove the Bazel provided default cxxopt -std=c++0x and replace it
by Derek Mauro
· 5 days ago
main
96f5142
Remove support for C++11
by Derek Mauro
· 6 days ago
219af0d
Update version number in CMakeLists.txt
by Derek Mauro
· 7 days ago
d933559
Add support of 17-member structs to gmock UnpackStructImpl.
by Abseil Team
· 7 days ago
9406a60
Mark internal-only function as having internal linkage.
by Abseil Team
· 9 days ago
cdbed60
Merge pull request #3912 from jarkenau:main
by Copybara-Service
· 9 days ago
b9d2e1f
docs: update googletest README for release 1.12.0
by Julian Arkenau
· 12 days ago
5376968
Update README.md for release 1.12.0
by Derek Mauro
· 13 days ago
1546095
Update versions of WORKSPACE dependencies
by Derek Mauro
· 2 weeks ago
release-1.12.0
v1.12.0
v1.12.0-pre
7df7853
Update GCC floor container used by CI to fix the Bazel cache error
by Derek Mauro
· 2 weeks ago
86add13
Disable warning C4251 around refactored code
by Derek Mauro
· 3 weeks ago
191ca1f
Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning
by Copybara-Service
· 3 weeks ago
8b521aa
gmock_cook_book.md: Delete superfluous statement from 2014.
by Abseil Team
· 3 weeks ago
b644b4f
Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor
by Copybara-Service
· 3 weeks ago
fe735a6
Move declaration of kStdOutFileNo and kStdErrFileno
by Gaspard Petit
· 4 weeks ago
b1f84bf
Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil.
by Abseil Team
· 4 weeks ago
49c6185
Remove undefined internal function. Fixes #3856
by Abseil Team
· 4 weeks ago
0320f51
Work around a maybe-uninitialized warning under GCC 12
by Derek Mauro
· 5 weeks ago
548b13d
Fix internal files
by Abseil Team
· 5 weeks ago
3727a90
Merge branch 'google:main' into simplify_shouldusecolor
by Gaspard Petit
· 5 weeks ago
900c3f9
Merge branch 'google:main' into fix_unused-variable_warning
by Gaspard Petit
· 5 weeks ago
e649993
gmock-spec-builders: remove the name for an unused parameter.
by Aaron Jacobs
· 5 weeks ago
5900628
Simplify ColoredPrintf to rely on ShouldUseColor
by Gaspard Petit
· 5 weeks ago
410e5f9
Fix "unused variable" warning
by Gaspard Petit
· 5 weeks ago
9d21db9
gmock-spec-builders: add support for non-moveable types.
by Aaron Jacobs
· 6 weeks ago
6cd3823
Clarify that `this->` is needed to access members of type-parameterized tests.
by elixir
· 6 weeks ago
2835677
gmock-actions: properly support non-moveable results in `is_callable_r`.
by Aaron Jacobs
· 6 weeks ago
56246cd
gmock-spec-builders: move a method to the header.
by Aaron Jacobs
· 6 weeks ago
cf942a5
Update GoogleTest documentation's spelling of "GoogleTest".
by Abseil Team
· 6 weeks ago
7041051
Clarify the pitfalls of EXPECT_THAT and highlight it's best practices
by Abseil Team
· 6 weeks ago
8d51dc5
gmock-internal-utils.cc: Avoid implicit conversion from int to char Fixes #3832
by Dino Radakovic
· 7 weeks ago
5126f71
gmock-actions: add support for move-only values to Return.
by Aaron Jacobs
· 8 weeks ago
8a011b8
Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE.
by Abseil Team
· 8 weeks ago
cbca6bc
gmock-actions: provide a const reference when converting in ReturnAction.
by Aaron Jacobs
· 8 weeks ago
5e6a533
Do a consistent way of searching for a temporary directory.
by Abseil Team
· 8 weeks ago
4224c77
gmock-actions: simplify Return and add better documentation.
by Aaron Jacobs
· 8 weeks ago
6386897
gmock-actions: make OnceAction public.
by Aaron Jacobs
· 8 weeks ago
bda8544
Fixup some missing overrides in googletest.
by Abseil Team
· 8 weeks ago
4348d4e
Merge pull request #3818 from joshiayush:typo
by Copybara-Service
· 9 weeks ago
2a02723
Fix example of DescribeMatcher to properly support negation.
by Abseil Team
· 9 weeks ago
0027cf4
Use TEST_TMPDIR on MacOS as well if available.
by Abseil Team
· 9 weeks ago
42ca3da
gmock-actions: remove a no-longer-necessary friend declaration.
by Aaron Jacobs
· 9 weeks ago
5176726
gmock-actions: support ByMove in a specialization of ReturnAction.
by Aaron Jacobs
· 9 weeks ago
fae793c
Fix typo in the test name of `NormalizeTest`
by Ayush Joshi
· 10 weeks ago
8ded48c
Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples.
by Abseil Team
· 10 weeks ago
830fb56
gmock-actions: improve comments and tests for the implicit cast in Return.
by Aaron Jacobs
· 2 months ago
c144d78
Support move-only and &&-qualified actions in WithArgs.
by Aaron Jacobs
· 2 months ago
e33c2b2
Use RE2 for the regex implementation when building with Bazel and using Abseil
by Derek Mauro
· 2 months ago
238e474
Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.
by Abseil Team
· 2 months ago
0498660
Support move-only and &&-qualified actions in DoAll.
by Aaron Jacobs
· 2 months ago
b53547b
Merge pull request #3797 from glandium:issue3514
by Copybara-Service
· 2 months ago
bf66935
Remove the legacy internal GTEST_DISALLOW_* macros
by Derek Mauro
· 3 months ago
b85864c
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
by Derek Mauro
· 3 months ago
d5ad28d
Always initialize fields in MatcherBase constructors
by Mike Hommey
· 3 months ago
8ccdb9d
Merge pull request #3791 from MR-A0101:patch-1
by Copybara-Service
· 3 months ago
80600e5
Document two surprises in `DoAllAction::NonFinalType`.
by Aaron Jacobs
· 3 months ago
733f875
Replace infinite recursion call (intentionally invoking undefined behavior to indicate unreachability) with explicit unreachability marker.
by Abseil Team
· 3 months ago
a1cc8c5
Add support for move-only and &&-qualified actions in WillOnce.
by Abseil Team
· 3 months ago
f079775
Removing commas.
by MR-A
· 3 months ago
5f467ec
Clarify what live-at-head actually means
by Derek Mauro
· 3 months ago
c9044ba
Trying to make it more clear: this is probably not about mock classes, but about mocked classes
by Abseil Team
· 3 months ago
137f67e
gmock: improve SFINAE for actions involving arguments.
by Abseil Team
· 3 months ago
3ffa237
Use ResultOf()'s result_description when explaining match result.
by Abseil Team
· 3 months ago
25dcdc7
Use the Abseil flags library when Abseil is present
by Derek Mauro
· 3 months ago
af29db7
Address deprecation warning surfaced by Github presubmit tests
by Abseil Team
· 4 months ago
0732934
Split gmock-matchers_test into 4 smaller test #3653
by Mattias Ellert
· 4 months ago
0affd45
Merge pull request #3779 from messerb5467:promote-inclusive-behavior
by Copybara-Service
· 4 months ago
5d6f38c
Only print disabled test banner if the test matches gtest_filter
by Abseil Team
· 4 months ago
1754feb
Clarify public access on gmock examples.
by Abseil Team
· 4 months ago
9e71237
Merge branch 'main' into promote-inclusive-behavior
by Brad Messer
· 4 months ago
794da71
Remove sanity as it is offensive to neurodiverse individuals.
by Brad Messer
· 4 months ago
b007c54
Running clang-format over all of GoogleTest
by Abseil Team
· 4 months ago
8a422b8
Merge pull request #3774 from sobczyk:main
by Copybara-Service
· 4 months ago
ae5e06d
Remove references to deleted script gen_gtest_pred_impl.py
by Dino Radakovic
· 4 months ago
ae1b7ad
Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests.
by Abseil Team
· 4 months ago
3c5320b
Add myself to contributors
by Szymon Sobik
· 4 months ago
132059b
Adjust documentation regarding xml and json source file location otput.
by Szymon Sobik
· 4 months ago
5c1b42a
Adjust xml and json unit tests to test for source file and line location.
by Szymon Sobik
· 4 months ago
ee5e304
Add support for testing of xml and json output of source file and line location
by Szymon Sobik
· 4 months ago
f7621f0
Output source file path and line number in xml and json files.
by Szymon Sobik
· 4 months ago
c9461a9
Update GCC/Clang Linux tests to use Bazel 5.0.0
by Derek Mauro
· 5 months ago
ea55f1f
Address conversion warning by explicitly casting to size_t
by Abseil Team
· 5 months ago
0e40217
Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages.
by Abseil Team
· 5 months ago
06519ce
Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD
by Copybara-Service
· 5 months ago
504eb98
Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for-exact-match
by Copybara-Service
· 5 months ago
43efa0a
Merge pull request #3617 from Bagira80:fix_3616
by Copybara-Service
· 5 months ago
d6841c0
Apply requested changes by using std::inserter with move.
by Hossein Ghahramanzadeh
· 5 months ago
631f4f9
Fix gtest-help-test failure on OpenBSD
by Andrew Krasavin
· 5 months ago
14aa11d
Merge pull request #3724 from jjfvanderpol:main
by Copybara-Service
· 5 months ago
25ad42a
GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrapper function in gtest.cc) rely on the fact that the inner call is not getting optimized.
by Abseil Team
· 5 months ago
4517697
Merge pull request #3744 from danger89:patch-2
by Copybara-Service
· 5 months ago
2eadda6
Do constant time matching for exact match filters.
by Hossein Ghahramanzadeh
· 5 months ago
28e1da2
Finish some missed pieces of the TestCase to TestSuite Migration
by Derek Mauro
· 5 months ago
0b7798b
Change `ReturnArg` to use perfect forwarding of arguments (#3733)
by Dino Radakovic
· 5 months ago
f2d71f0
Let me give a change to try it again - updating to latest version
by Melroy van den Berg
· 5 months ago
f45d586
Make recreate_environments_when_repeating=false the default.
by Abseil Team
· 5 months ago
7eae8de
Merge pull request #3723 from ramkumar-kr:patch-1
by Copybara-Service
· 5 months ago
f64cf6b
Merge pull request #3732 from joshiayush:i2174
by Copybara-Service
· 5 months ago
3d81736
Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing
by Copybara-Service
· 6 months ago
2ddfdf8
Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h
by Abseil Team
· 6 months ago
Next »