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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update naming to "GoogleTest" in the GoogleTest Primer.
Abseil Team
2023-03-29
1
-34/+34
*
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
*
|
Fix redundant redeclaration warning
Derek Mauro
2023-03-28
1
-0/+2
*
|
Remove the Win64 arch from the CMake Generator since
Derek Mauro
2023-03-28
1
-5/+5
*
|
Migrate CI builds to MSVC 2022
Derek Mauro
2023-03-27
1
-9/+11
*
|
Replace `const char*` with `absl::string_view` as the latter is preferred.
Abseil Team
2023-03-24
1
-4/+4
*
|
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
5
-15/+39
*
|
Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exit
Abseil Team
2023-03-21
1
-2/+1
*
|
Internal Code Change
Abseil Team
2023-03-21
1
-5/+5
*
|
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
*
|
|
Revise documentation to include AbslStringify
Phoebe Liang
2023-03-20
1
-88/+111
*
|
|
Introduce std::make_unique and bool literals where possible
Abseil Team
2023-03-20
3
-12/+9
*
|
|
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
*
|
|
|
|
Move transitive dependencies of googletest to googletest_deps.bzl to allow ot...
Deanna Garcia
2023-03-16
2
-16/+25
*
|
|
|
|
Internal Code Change
Abseil Team
2023-03-11
1
-0/+1
*
|
|
|
|
[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...
Lawrence Wolf-Sonkin
2023-03-10
2
-55/+23
|
/
/
/
/
*
|
|
|
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
*
|
|
|
Add -Wundef to the CI scripts when building with Bazel
Tom Hughes
2023-03-07
2
-0/+4
*
|
|
|
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
*
|
|
|
Internal Code Change
Abseil Team
2023-03-07
1
-1/+2
*
|
|
|
Fix indentation syntax error in feature request issue template
Dino Radakovic
2023-03-06
1
-3/+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
17
-50/+50
*
|
|
|
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
27
-263/+305
*
|
|
|
Internal Code Change
Abseil Team
2023-03-03
3
-3/+3
|
/
/
/
*
|
|
Merge pull request #4158 from VuPhamVan:main
Copybara-Service
2023-02-28
1
-1/+1
|
\
\
\
|
*
|
|
Fix typo
refs/pull/4158/head
Vũ Phạm
2023-02-19
1
-1/+1
|
|
/
/
*
|
|
Rephrase the description of TEST_F() arguments for clarity.
Abseil Team
2023-02-28
1
-4/+4
*
|
|
Eliminate argv list action parameter.
Abseil Team
2023-02-28
2
-6/+5
[next]