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.16.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
*
Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings
Tom Hughes
2023-01-30
17
-149/+72
*
Use explicit short to fix MSVC compiler warning
Tom Hughes
2023-01-30
1
-4/+4
*
Merge pull request #4115 from SunBlack:codespell
Copybara-Service
2023-01-30
1
-2/+2
|
\
|
*
Fix typos found by codespell
refs/pull/4115/head
SunBlack
2023-01-04
1
-2/+2
*
|
Test current behavior of doubles and floats in RecordProperty
Tom Hughes
2023-01-27
3
-4/+21
*
|
Fix formatting in Python files
Tom Hughes
2023-01-26
5
-84/+158
*
|
Fix Python docstrings to match style guide
Tom Hughes
2023-01-26
7
-33/+88
*
|
Make document and example code more clear in the caveat section for potential...
Abseil Team
2023-01-26
1
-5/+11
*
|
Use more specific assertLess instead of assertTrue
Tom Hughes
2023-01-25
1
-2/+1
*
|
Fix pylint warning
Tom Hughes
2023-01-25
1
-15/+23
*
|
Remove pylint disable comments that no longer trigger warnings
Tom Hughes
2023-01-25
3
-12/+3
*
|
Mention `DescribeMatcher` in matchers.md
Abseil Team
2023-01-25
1
-0/+12
*
|
Fix formatting in subset of Python files
Tom Hughes
2023-01-25
24
-1349/+1481
*
|
Replace numeric lints with their string equivalent
Tom Hughes
2023-01-25
2
-6/+6
*
|
Fix formatting of C++ files
Tom Hughes
2023-01-24
15
-85/+84
*
|
Fix formatting of Markdown files
Tom Hughes
2023-01-24
2
-15/+39
*
|
Remove FloatingPoint::Max() in favor of std::numeric_limits::max()
Derek Mauro
2023-01-24
2
-15/+3
*
|
Mention using MockFunction as a way to mock free functions.
Abseil Team
2023-01-18
1
-0/+4
*
|
Replace deprecated python calls
Tom Hughes
2023-01-17
15
-186/+272
*
|
Announce that GitHub actions are not GoogleTest's canonical CI
Dino Radakovic
2023-01-17
1
-0/+7
*
|
Fix -Wimplicit-int-float-conversion warning
Tom Hughes
2023-01-17
1
-2/+8
*
|
Update documentation for v1.13.0
Derek Mauro
2023-01-17
2
-6/+5
*
|
Bump version to 1.13.0 in preparation for release
v1.13.0-pre
v1.13.0
v1.13.x
Derek Mauro
2023-01-17
1
-1/+1
*
|
gmock_output_test: normalize golden file output to unix line endings
Abseil Team
2023-01-17
1
-0/+3
*
|
Fix -Wshadow warnings
Tom Hughes
2023-01-12
1
-2/+2
*
|
Add an explicit #error that C++ versions less than C++14 are not supported
Derek Mauro
2023-01-12
1
-0/+13
*
|
Update GoogleTest dependencies
Derek Mauro
2023-01-11
1
-24/+20
*
|
Fix GTEST_OS_ESP8266 check
Tom Hughes
2023-01-05
1
-1/+1
*
|
IWYU: Add missing std includes
Tom Hughes
2023-01-05
22
-0/+38
*
|
Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xG
Derek Mauro
2023-01-04
1
-1/+2
|
/
*
Fix _MSC_VER check
Tom Hughes
2023-01-04
1
-1/+1
*
Use a more recent commit of googletest that uses OS constraints from
Abseil Team
2022-12-22
1
-7/+6
*
Fix a typo in the documentation for "Using Predicates as Matchers".
Abseil Team
2022-12-20
1
-1/+1
*
Comment that q0_ in primer should remain empty
Dino Radakovic
2022-12-20
1
-0/+1
*
Specify a name for a `Property` in a code example.
Abseil Team
2022-12-19
1
-1/+1
*
Shut up a Clang warning.
Abseil Team
2022-12-15
1
-1/+6
*
Fix a typo in the gMock sample code for Defining a Custom Matcher Class.
Abseil Team
2022-12-14
1
-1/+1
*
Convert feature requests to a form
Derek Mauro
2022-12-12
2
-24/+33
*
Refactor matrix verification into VerifyMatchMatrix.
refs/pull/4082/head
Abseil Team
2022-12-12
2
-17/+17
*
Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
Abseil Team
2022-12-12
5
-40/+115
*
Fall back to the system clock when building with newlib on a system without a...
Tom Hughes
2022-12-08
1
-3/+10
*
Migrate GoogleTest to a bug report template and add a link to the discussion
Derek Mauro
2022-12-07
3
-43/+57
*
Remove the unused class TestNameIs
Derek Mauro
2022-12-06
1
-31/+0
*
Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.
Abseil Team
2022-11-30
2
-4/+4
*
Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...
Abseil Team
2022-11-29
5
-3/+59
*
This commit fixes a minor verb conjugation error in gmock_cook_book.md.
Abseil Team
2022-11-23
1
-1/+1
*
Merge pull request #4066 from zloylos:doc/make_uniq
Copybara-Service
2022-11-21
2
-5/+5
|
\
|
*
Change MakeUnique -> std::make_unique in docs
refs/pull/4066/head
Denis Hananein
2022-11-20
2
-5/+5
|
/
*
When printing floating-point numbers, print full precision by default.
Abseil Team
2022-11-16
2
-1/+84
*
Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
Abseil Team
2022-11-15
4
-15/+7
[next]