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
*
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
27
-263/+305
*
Internal Code Change
Abseil Team
2023-03-03
3
-3/+3
*
Merge pull request #4158 from VuPhamVan:main
Copybara-Service
2023-02-28
1
-1/+1
|
\
|
*
Fix typo
refs/pull/4158/head
Vũ Phạm
2023-02-19
1
-1/+1
*
|
Rephrase the description of TEST_F() arguments for clarity.
Abseil Team
2023-02-28
1
-4/+4
*
|
Eliminate argv list action parameter.
Abseil Team
2023-02-28
2
-6/+5
*
|
Merge pull request #4164 from sergio-nsk:patch-2
Copybara-Service
2023-02-27
1
-0/+4
|
\
\
|
*
|
Fix error in_death_test_child_process: undeclared identifier
refs/pull/4164/head
Sergey
2023-02-21
1
-0/+3
*
|
|
Reorder printers list.
Phoebe Liang
2023-02-27
1
-2/+3
*
|
|
Merge pull request #4143 from iwsfutcmd:patch-1
Copybara-Service
2023-02-27
1
-0/+1
|
\
\
\
|
*
|
|
Update testing.md
refs/pull/4143/head
Ben Yang
2023-02-02
1
-0/+1
*
|
|
|
Reformat to current g3doc style guide. No content changes.
Abseil Team
2023-02-27
1
-11/+11
*
|
|
|
Add `const` qualifier to `gtest_sentinel` which doesn't change.
Abseil Team
2023-02-24
1
-1/+1
*
|
|
|
Added a missing semicolon for GTEST_FLAG_SET code snippet.
Abseil Team
2023-02-23
1
-1/+1
*
|
|
|
Avoid redundant declaration of static constexpr members in c++17
Dino Radakovic
2023-02-22
2
-0/+7
*
|
|
|
Update googletest's test docker containers
Dino Radakovic
2023-02-22
1
-2/+2
|
|
/
/
|
/
|
|
*
|
|
Remove int64_t cast in RecordProperty
Tom Hughes
2023-02-21
4
-14/+12
|
|
/
|
/
|
*
|
Fix link in ReportUninterestingCall message
Abseil Team
2023-02-16
3
-6/+6
*
|
Remove strdup usage
Abseil Team
2023-02-15
4
-115/+54
*
|
Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2023-02-14
2
-1/+10
*
|
Avoid reliance on <any> header without RTTI on MSVC
Abseil Team
2023-02-13
1
-1/+2
*
|
Fix _MSC_VER check
Tom Hughes
2023-02-08
1
-1/+1
*
|
Remove GTEST_USES_PCRE references
Tom Hughes
2023-02-07
2
-32/+2
*
|
Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations
Martijn Vels
2023-02-07
1
-2/+2
*
|
Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...
Abseil Team
2023-02-06
3
-2/+10
|
/
*
Fix compiler flags in Linux presubmit
Tom Hughes
2023-02-02
1
-1/+1
*
Fix -Wsign-conversion warnings
Tom Hughes
2023-02-02
5
-16/+50
*
Remove unneccessary "#if _MSC_VER"
Tom Hughes
2023-02-02
2
-6/+2
*
Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input
Abseil Team
2023-02-02
4
-5/+24
*
Fix include order
Tom Hughes
2023-02-01
1
-2/+2
*
Remove GMOCK_RENAME_MAIN
Tom Hughes
2023-02-01
1
-7/+0
*
Build gmock Python tests when building with cmake
Tom Hughes
2023-02-01
1
-2/+4
*
Fix gmock_output_test when using MSVC
Tom Hughes
2023-02-01
2
-4/+9
*
Fix sign conversion warning from clang:
Tom Hughes
2023-01-31
1
-2/+3
*
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
[next]