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
path:
root
/
googletest
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro
2023-08-02
1
-14/+4
*
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
1
-2/+34
*
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
1
-0/+22
*
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
2
-1/+3
|
\
\
|
*
|
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
2
-1/+3
*
|
|
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
2
-4/+4
*
|
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-2/+4
|
/
*
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
1
-1/+4
|
\
|
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-1/+4
*
|
add support for nxp qn9090 mcu
Chris Johnson
2023-06-22
2
-1/+4
|
/
*
Merge pull request #4146 from lygstate:fixes_std_pair_diff
Copybara-Service
2023-05-02
1
-0/+30
|
\
|
*
Merge branch 'main' into fixes_std_pair_diff
refs/pull/4146/head
Andy Soffer
2023-05-01
11
-229/+269
|
|
\
|
|
/
|
/
|
*
|
Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus
Dino Radakovic
2023-04-28
1
-8/+9
*
|
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
7
-32/+32
*
|
Use std::make_unique
Tom Hughes
2023-04-20
1
-1/+1
*
|
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
|
|
|
*
Fixes the test gmock_output_test.py with MSVC
Yonggang Luo
2023-02-28
1
-0/+30
|
|
_
|
/
|
/
|
|
*
|
|
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
[next]