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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Internal Code Change
Abseil Team
2023-03-24
2
-5/+5
*
Internal Code Change
Abseil Team
2023-03-23
5
-12/+9
*
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
4
-15/+21
*
Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exit
Abseil Team
2023-03-21
1
-2/+1
*
Merge pull request #4157 from dpogue:patch-1
Copybara-Service
2023-03-20
1
-0/+4
|
\
|
*
Set CMP0069 policy to avoid warnings
refs/pull/4157/head
Darryl Pogue
2023-02-18
1
-0/+4
*
|
Remove unused using-declarations in sample unit tests
Abseil Team
2023-03-20
2
-2/+0
*
|
Fix typo in test case name.
Abseil Team
2023-03-19
1
-1/+1
*
|
Merge pull request #4182 from venik:venik-char8-lib-fix
Copybara-Service
2023-03-17
3
-7/+7
|
\
\
|
*
|
__cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...
refs/pull/4182/head
Alexander Nikforov
2023-03-07
3
-3/+5
*
|
|
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
|
/
/
/
*
|
|
Apply clang-tidy fixes
Abseil Team
2023-03-09
2
-4/+5
*
|
|
Add a comment to clarify Fuchsia process launcher requirement.
Abseil Team
2023-03-08
1
-0/+5
*
|
|
Apply clang-tidy fixes
Abseil Team
2023-03-08
6
-16/+3
*
|
|
Fix compilation of googletest-printers-test.cc when using -Wundef
Tom Hughes
2023-03-07
1
-2/+4
*
|
|
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
3
-19/+23
*
|
|
Always specify definitions for internal macros
Tom Hughes
2023-03-06
1
-0/+20
*
|
|
Remove GTEST_FOR_GOOGLE_ macro
Tom Hughes
2023-03-06
1
-4/+0
*
|
|
Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
Tom Hughes
2023-03-06
6
-21/+22
*
|
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
15
-48/+48
*
|
|
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
19
-241/+283
|
/
/
*
|
Eliminate argv list action parameter.
Abseil Team
2023-02-28
1
-2/+1
*
|
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
*
|
|
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
4
-14/+12
|
/
*
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
1
-21/+0
*
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
*
Build gmock Python tests when building with cmake
Tom Hughes
2023-02-01
1
-2/+4
*
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
2
-15/+4
*
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
*
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
2
-7/+3
[next]