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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
1
-4/+4
*
Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...
Abseil Team
2023-06-30
2
-46/+27
*
Print stack traces on SEH exceptions on Windows
Abseil Team
2023-06-28
1
-18/+21
*
On platforms without a file system, don't log an error when no
Derek Mauro
2023-06-28
1
-2/+4
*
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
3
-7/+8
|
\
|
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
2
-4/+4
|
*
Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`
Dino Radakovic
2023-06-14
1
-1/+2
|
*
Check for file system for current directory
refs/pull/4269/head
Joakim Plate
2023-06-02
1
-2/+2
*
|
add support for nxp qn9090 mcu
Chris Johnson
2023-06-22
1
-2/+2
|
/
*
Give CreateArgvFromArgs internal linkage
Abseil Team
2023-05-11
1
-1/+4
*
This trips up when compiling with -Wvla otherwise.
Abseil Team
2023-05-05
1
-2/+2
*
Merge pull request #4227 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
2
-2/+2
|
\
|
*
Fix spelling
refs/pull/4227/head
Vertexwahn
2023-04-25
2
-2/+2
*
|
Use Abseil Flag public API for flag parsing.
Abseil Team
2023-04-26
1
-15/+54
|
/
*
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
2
-8/+8
*
Add missing std includes
Tom Hughes
2023-04-20
7
-0/+21
*
Make parameter names in function declaration match the names in the
Tom Hughes
2023-04-20
1
-10/+10
*
gtest.cc: run tests within a test suite in a deterministic order.
Abseil Team
2023-04-05
1
-0/+20
*
Rolled back due to breaking existing tests.
Abseil Team
2023-04-03
1
-20/+0
*
gtest.cc: run tests within a test suite in a deterministic order.
Aaron Jacobs
2023-03-30
1
-0/+20
*
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
1
-0/+2
*
Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exit
Abseil Team
2023-03-21
1
-2/+1
*
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
*
|
Add a comment to clarify Fuchsia process launcher requirement.
Abseil Team
2023-03-08
1
-0/+5
*
|
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
2
-7/+7
*
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
4
-16/+16
*
|
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
6
-104/+113
|
/
*
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
|
/
*
Remove strdup usage
Abseil Team
2023-02-15
2
-94/+42
*
Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2023-02-14
1
-1/+6
*
Fix -Wsign-conversion warnings
Tom Hughes
2023-02-02
1
-5/+0
*
Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input
Abseil Team
2023-02-02
2
-1/+10
*
Fix formatting of C++ files
Tom Hughes
2023-01-24
2
-11/+8
*
Fix GTEST_OS_ESP8266 check
Tom Hughes
2023-01-05
1
-1/+1
*
IWYU: Add missing std includes
Tom Hughes
2023-01-05
1
-0/+1
*
Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xG
Derek Mauro
2023-01-04
1
-1/+2
*
Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
Abseil Team
2022-12-12
3
-4/+45
*
Fall back to the system clock when building with newlib on a system without a...
Tom Hughes
2022-12-08
1
-3/+10
*
Remove the unused class TestNameIs
Derek Mauro
2022-12-06
1
-31/+0
*
Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
Abseil Team
2022-11-15
1
-1/+1
*
Merge pull request #4058 from zloylos:support-kitty-term
Copybara-Service
2022-11-14
1
-9/+10
|
\
|
*
Support kitty TERM
refs/pull/4058/head
Denis Hananein
2022-11-10
1
-0/+1
*
|
Defined a testing::SrcDir() function that returns the name of a directory
Abseil Team
2022-11-11
1
-9/+34
*
|
RecordProperty serializes ints and 64-bit ints, including size_ts
Abseil Team
2022-11-07
1
-6/+4
|
/
*
Merge pull request #4036 from zloylos:fix-output-json-3884
Copybara-Service
2022-10-19
1
-0/+3
|
\
[next]