index
:
riscv-gnu-toolchain/qemu/roms/edk2/UnitTestFrameworkPkg/Library/GoogleTestLib/googletest.git
main
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.17.x
v1.8.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
googletest
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Provide a better error message when ASSERT and SKIP macros are used in method...
HEAD
main
Abseil Team
1
-1
/
+4
13 days
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
1
-1
/
+1
2025-07-12
Automated Code Change
Abseil Team
1
-3
/
+3
2025-06-27
gtest: Reword fail_if_no_test_selected_message for sharding and filtering.
David Pizzuto
1
-1
/
+5
2025-06-25
Merge pull request #4694 from chromy:main
Copybara-Service
3
-0
/
+5
2025-06-09
In MatcherCast, store the input value as its own type rather than as the Matc...
Abseil Team
1
-0
/
+29
2025-06-09
googletest: Add a flag to fail if no tests were selected to run.
David Pizzuto
3
-5
/
+108
2025-05-30
Fix unified diff headers.
Abseil Team
3
-15
/
+15
2025-05-30
Use the provided length in ConditionalPrintAsText
Abseil Team
2
-1
/
+17
2025-05-22
Print std::basic_string_view<Char> as a string literal
Daniel Cheng
3
-28
/
+83
2025-05-20
Delete the absl polyfill support for std::any, std::optional
Derek Mauro
4
-161
/
+25
2025-05-19
Use static_cast instead of ImplicitCast_ for character conversions
Abseil Team
1
-2
/
+6
2025-05-13
Add [[nodiscard]] to GetParam() to prevent accidental misuse.
Mike Kruskal
2
-2
/
+2
2025-04-30
Update documentation for v1.17.0
Derek Mauro
1
-6
/
+6
2025-04-29
Use std::memcpy instead of a union to access floating point bits.
Laramie Leavitt
1
-21
/
+13
2025-04-29
Fix GCC15 warning that <ciso646> is deprecated in C++17
Derek Mauro
1
-4
/
+8
2025-03-21
Fix a typo
Tommy Chiang
1
-1
/
+1
2025-03-04
Add a `testing::ConvertGenerator` overload that accepts a converting functor....
Abseil Team
3
-19
/
+180
2025-02-28
Try to warn the user when test filters do not match any tests
Derek Mauro
3
-0
/
+58
2025-02-26
Output to the test warning file if no tests are linked.
Derek Mauro
2
-10
/
+101
2025-02-24
Adds support for a --gtest_fail_if_no_test_linked flag
Zhanyong Wan
5
-16
/
+256
2025-02-21
GoogleTest C++17 cleanups
Derek Mauro
7
-189
/
+132
2025-02-12
Require C++17
Derek Mauro
4
-6
/
+12
2025-02-07
Update docs for v1.16.x branch
Derek Mauro
1
-1
/
+1
2025-02-06
Remove empty glob pattern, which is now an error.
Derek Mauro
1
-1
/
+0
2025-01-30
Export testsuite properties as XML elements, not attributes.
Abseil Team
4
-88
/
+80
2025-01-10
Default to color output for ghostty
Hector Dearman
3
-0
/
+5
2024-12-26
gtest: Output a canned test case for test suite setup / teardown failures in ...
Abseil Team
4
-28
/
+198
2024-12-10
Add support for printing C++20 std::*_ordering types to gtest.
Abseil Team
3
-0
/
+71
2024-11-15
Fix documentation bug.
Andy Soffer
1
-3
/
+3
2024-10-14
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2
-1
/
+65
2024-08-01
Update main to point to 1.15.2 patch release
Derek Mauro
1
-1
/
+1
2024-07-16
Update main branch to reflect the release of 1.15.0
Derek Mauro
1
-1
/
+1
2024-07-10
Workaround GCC 12 -Wrestrict false-positive
Derek Mauro
1
-3
/
+3
2024-06-28
Add a bounds check to protect against an empty vector from GetArgs(), which
Abseil Team
1
-2
/
+5
2024-06-13
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
1
-0
/
+2
2024-05-21
Change GoogleTest flag removal to not read beyond the end of the array
Derek Mauro
1
-6
/
+6
2024-05-13
Make EXPECT_DEATH_IF_SUPPORTED work with matchers
Abseil Team
2
-26
/
+27
2024-05-06
Merge pull request #4527 from abhina-sree:abhina/add_zos
Copybara-Service
1
-1
/
+1
2024-05-02
add zos for death test support
Abhina Sreeskantharajan
1
-1
/
+1
2024-05-02
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS
Paul Groke
89
-3426
/
+4850
2024-04-25
Adds "IWYU pragma: export" to gtest-param-util.h
Abseil Team
1
-1
/
+1
2024-04-16
Use `[[maybe_unused]]` when it is available to avoid
Derek Mauro
5
-75
/
+101
2024-04-08
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
3
-16
/
+61
2024-04-05
No external change
Abseil Team
1
-1
/
+1
2024-04-04
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
3
-64
/
+14
2024-04-03
Merge pull request #4505 from to01z:add-winapi-partition-games-support
Copybara-Service
4
-23
/
+26
2024-04-03
Fix a race condition between the Watcher thread and the main thread
Derek Mauro
1
-10
/
+25
2024-04-03
Add skipped messages to JSON output (fixes #4507).
David Matson
3
-16
/
+62
2024-04-02
Merge pull request #4503 from davidmatson:fixTypo
Copybara-Service
1
-1
/
+1
[next]