index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up typos: Exhaused => Exhausted
Abseil Team
2023-08-21
1
-1/+1
*
Merge pull request #4322 from pgawro:ansi_colors
Copybara-Service
2023-08-18
1
-1/+2
|
\
|
*
googletest: ansi color fix
refs/pull/4322/head
Patryk Gawroński
2023-08-16
1
-1/+2
*
|
Improve error message for invalid parameterized test names.
Abseil Team
2023-08-17
1
-1/+3
*
|
Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD
Copybara-Service
2023-08-15
1
-3/+14
|
\
\
|
*
|
Fix GTestHelpTest.TestHelpFlag on FreeBSD
refs/pull/4333/head
Enji Cooper
2023-08-08
1
-3/+13
*
|
|
gtest_help_test: Make method names `snake_case`, conforming with [the style g...
Dino Radakovic
2023-08-15
1
-7/+7
*
|
|
gtest_help_test: Inline test helper functions
Dino Radakovic
2023-08-15
1
-23/+7
*
|
|
Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL
Copybara-Service
2023-08-15
1
-2/+2
|
\
\
\
|
*
|
|
Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms
refs/pull/4334/head
Enji Cooper
2023-08-08
1
-2/+2
|
|
/
/
*
|
|
gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`
Dino Radakovic
2023-08-15
1
-13/+0
*
|
|
Specify SetUpTestSuite is required to be public.
Abseil Team
2023-08-10
1
-4/+4
*
|
|
Merge pull request #4330 from IncludeGuardian:remove-iomanip
Copybara-Service
2023-08-08
2
-6/+4
|
\
\
\
|
*
|
|
Remove public includes of `<iomanip>`
refs/pull/4330/head
Elliot Goodrich
2023-08-03
2
-6/+4
*
|
|
|
Merge pull request #4328 from robert-shade:suppress_unreachable_warning
Copybara-Service
2023-08-07
1
-1/+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Avoid unreachable code warning
refs/pull/4328/head
Robert Shade
2023-08-02
1
-1/+7
*
|
|
|
Make references to `#include`s consistent across docs
Dino Radakovic
2023-08-07
3
-4/+3
*
|
|
|
Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...
Copybara-Service
2023-08-03
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
gtest: Supress warning about set unused variable
refs/pull/4323/head
Patryk Gawroński
2023-07-26
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Update documentation to refer to v1.14
Derek Mauro
2023-08-02
2
-5/+5
*
|
|
Bump version to v1.14 in preparation for release
v1.14.0-pre
v1.14.0
v1.14.x
Derek Mauro
2023-08-02
1
-1/+1
*
|
|
Remove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro
2023-08-02
1
-14/+4
*
|
|
Add googletest-message-test to the Bazel tests
Derek Mauro
2023-08-02
1
-0/+1
*
|
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
2
-2/+57
*
|
|
Update GoogleTest dependencies
Derek Mauro
2023-08-01
2
-20/+20
*
|
|
Merge pull request #4325 from juliencombattelli:main
Copybara-Service
2023-07-31
1
-1/+1
|
\
\
\
|
*
|
|
Use #if and not #ifdef to check filesystem support
refs/pull/4325/head
Julien Combattelli
2023-07-29
1
-1/+1
|
|
/
/
*
|
|
Adjust includes to use <> instead of "", consistent with quickstart pages.
Abseil Team
2023-07-28
6
-8/+8
|
/
/
*
|
Merge pull request #4317 from mrfeod:patch-1
Copybara-Service
2023-07-24
1
-2/+2
|
\
\
|
*
|
Fix typo in gmock_cook_book.md
refs/pull/4317/head
Anton Sosnin
2023-07-19
1
-2/+2
*
|
|
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
2
-0/+50
*
|
|
Remove unused cast implementation
Derek Mauro
2023-07-19
1
-41/+0
|
/
/
*
|
Merge pull request #4313 from kimvaleen:main
Copybara-Service
2023-07-18
2
-15/+16
|
\
\
|
*
|
Fixed variables that could be declared 'const'
refs/pull/4313/head
kimvaleen
2023-07-11
2
-2/+2
*
|
|
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
5
-5/+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
5
-5/+9
*
|
|
Merge pull request #4308 from smr99:fix-float-cast
Copybara-Service
2023-07-11
1
-2/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use template type FloatType in the cast.
refs/pull/4308/head
Steve Robbins
2023-07-04
1
-2/+2
*
|
|
Update docstring of PrintWithFallback(..) to reflect the recently changed ord...
Abseil Team
2023-07-07
1
-1/+1
|
/
/
*
|
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
3
-8/+8
*
|
Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...
Abseil Team
2023-06-30
2
-46/+27
*
|
Change `::testing` to `testing` in Testing Reference doc
Abseil Team
2023-06-29
1
-35/+35
*
|
Print stack traces on SEH exceptions on Windows
Abseil Team
2023-06-28
1
-18/+21
*
|
On platforms without a file system, don't log an error when no
Derek Mauro
2023-06-28
1
-2/+4
*
|
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
2
-2/+20
*
|
Merge pull request #4300 from eltociear:patch-1
Copybara-Service
2023-06-27
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
Fix typo in googletest-catch-exceptions-test.py
refs/pull/4300/head
Ikko Eltociear Ashimine
2023-06-22
1
-2/+2
*
|
Merge pull request #4301 from ciband:feat/qn9090
Copybara-Service
2023-06-26
3
-3/+6
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
17
-199/+151
|
|
\
|
|
/
|
/
|
*
|
Update code examples in the gMock Cookbook following C++ best practices.
Abseil Team
2023-06-22
1
-22/+24
[next]