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
path:
root
/
googletest
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3993 from pgroke-dt:work-around-GCC-11-ADL-bug
Copybara-Service
2023-04-12
1
-6/+7
|
\
|
*
work around GCC 6~11 ADL bug
refs/pull/3993/head
Paul Groke
2022-09-15
1
-6/+7
*
|
Support --gtest_stream_result_to on macOS
Abseil Team
2023-04-11
1
-1/+1
*
|
Merge pull request #4103 from gonzalobg:bugfix/nvcxx_support
Copybara-Service
2023-03-28
1
-1/+1
|
\
\
|
*
|
Add doc comment
refs/pull/4103/head
gonzalobg
2023-03-23
1
-1/+1
|
*
|
Fix warnings with nvc++ as the compiler
Gonzalo Brito Gadeschi
2022-12-28
1
-1/+1
*
|
|
Internal Code Change
Abseil Team
2023-03-24
2
-5/+5
*
|
|
Merge pull request #4182 from venik:venik-char8-lib-fix
Copybara-Service
2023-03-17
1
-1/+1
|
\
\
\
|
*
|
|
__cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...
refs/pull/4182/head
Alexander Nikforov
2023-03-07
1
-1/+1
*
|
|
|
Merge pull request #4180 from sergio-nsk:patch-3
Copybara-Service
2023-03-16
1
-2/+2
|
\
\
\
\
|
*
|
|
|
Environment variables are accessible in UWP/WinRT apps
refs/pull/4180/head
Sergey
2023-03-10
1
-2/+2
*
|
|
|
|
[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...
Lawrence Wolf-Sonkin
2023-03-10
1
-49/+16
|
/
/
/
/
*
|
|
|
Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...
Abseil Team
2023-03-07
1
-1/+3
*
|
|
|
Fix compilation with -Wundef.
Tom Hughes
2023-03-06
2
-17/+21
*
|
|
|
Always specify definitions for internal macros
Tom Hughes
2023-03-06
1
-0/+20
*
|
|
|
Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
Tom Hughes
2023-03-06
2
-8/+9
*
|
|
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
4
-12/+12
*
|
|
|
Only define GTEST_IS_THREADSAFE to 1, not 0
Tom Hughes
2023-03-06
1
-2/+0
*
|
|
|
Always specify definitions for internal macros
Tom Hughes
2023-03-06
1
-3/+20
*
|
|
|
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
5
-68/+99
|
/
/
/
*
|
|
Reorder printers list.
Phoebe Liang
2023-02-27
1
-2/+3
*
|
|
Add `const` qualifier to `gtest_sentinel` which doesn't change.
Abseil Team
2023-02-24
1
-1/+1
*
|
|
Avoid redundant declaration of static constexpr members in c++17
Dino Radakovic
2023-02-22
2
-0/+7
*
|
|
Remove int64_t cast in RecordProperty
Tom Hughes
2023-02-21
1
-1/+1
*
|
|
Remove strdup usage
Abseil Team
2023-02-15
1
-14/+3
*
|
|
Avoid reliance on <any> header without RTTI on MSVC
Abseil Team
2023-02-13
1
-1/+2
*
|
|
Fix -Wsign-conversion warnings
Tom Hughes
2023-02-02
1
-1/+7
*
|
|
Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings
Tom Hughes
2023-01-30
2
-15/+4
*
|
|
Fix formatting of C++ files
Tom Hughes
2023-01-24
5
-22/+23
*
|
|
Remove FloatingPoint::Max() in favor of std::numeric_limits::max()
Derek Mauro
2023-01-24
1
-14/+0
*
|
|
Fix -Wimplicit-int-float-conversion warning
Tom Hughes
2023-01-17
1
-2/+8
*
|
|
Add an explicit #error that C++ versions less than C++14 are not supported
Derek Mauro
2023-01-12
1
-0/+13
*
|
|
IWYU: Add missing std includes
Tom Hughes
2023-01-05
12
-0/+24
*
|
|
Fix _MSC_VER check
Tom Hughes
2023-01-04
1
-1/+1
|
/
/
*
|
Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
Abseil Team
2022-12-12
2
-36/+70
*
|
When printing floating-point numbers, print full precision by default.
Abseil Team
2022-11-16
1
-0/+75
*
|
Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
Abseil Team
2022-11-15
3
-14/+6
*
|
Defined a testing::SrcDir() function that returns the name of a directory
Abseil Team
2022-11-11
1
-2/+9
*
|
Merge pull request #4039 from zloylos:fix-return-fail-at-4038
Copybara-Service
2022-11-10
1
-3/+3
|
\
\
|
*
|
Add return for GTEST_FAIL_AT
refs/pull/4039/head
Denis Hananein
2022-10-15
1
-2/+2
*
|
|
RecordProperty serializes ints and 64-bit ints, including size_ts
Abseil Team
2022-11-07
1
-1/+2
*
|
|
Fix typo in documentation of ConvertGenerator()
Abseil Team
2022-11-05
1
-1/+1
*
|
|
Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...
Abseil Team
2022-10-18
1
-0/+10
*
|
|
Fix detection of the no_sanitize("hwaddress") attribute
Derek Mauro
2022-10-17
1
-1/+12
|
/
/
*
|
Use attribute testing to simplify portable attribute macros
Derek Mauro
2022-10-14
1
-48/+37
*
|
Terse printing of std::reference_wrapper hides pointer
Abseil Team
2022-10-14
1
-0/+7
*
|
Merge pull request #3967 from BMBurstein:custom_type_combine
Copybara-Service
2022-10-04
3
-1/+113
|
\
\
|
*
\
Merge branch 'google:main' into custom_type_combine
Baruch
2022-09-28
2
-11/+23
|
|
\
\
|
*
\
\
Merge branch 'google:main' into custom_type_combine
Baruch
2022-08-25
1
-1/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Custom type with Combine(). Fix for #3781
Baruch Burstein
2022-07-31
3
-1/+112
[next]