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
*
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
|
\
|
*
Fix JSON output format #3884
refs/pull/4036/head
Denis Hananein
2022-10-11
1
-0/+3
*
|
Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...
Abseil Team
2022-10-18
1
-18/+57
|
/
*
[fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch
Abseil Team
2022-10-06
1
-0/+12
*
Merge pull request #4016 from Maratyszcza:qurt
Copybara-Service
2022-09-27
2
-2/+14
|
\
|
*
Port GoogleTest to QuRT (Hexagon RTOS)
refs/pull/4016/head
Marat Dukhan
2022-09-26
2
-2/+14
*
|
Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...
Abseil Team
2022-09-27
1
-1/+2
|
/
*
Merge pull request #3916 from asmodai27:main
Copybara-Service
2022-08-30
1
-1/+1
|
\
|
*
Avoid implicit conversion from int to char
refs/pull/3916/head
Jérôme Travert
2022-06-26
1
-1/+1
*
|
Consider all TERM values ending in "-256color" to be color supporting. In par...
Abseil Team
2022-08-26
1
-6/+3
*
|
Merge pull request #3918 from assafpr:master2main
Copybara-Service
2022-08-01
2
-2/+2
|
\
\
|
*
|
Update gtest.cc
assafpr
2022-06-27
1
-1/+1
|
*
|
Update gtest-death-test.cc
assafpr
2022-06-27
1
-1/+1
|
|
/
*
|
gtest-death-test: add 'noreturn'
refs/pull/3951/head
Matei Dibu
2022-07-20
1
-1/+1
[next]