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
Age
Commit message (
Expand
)
Author
Files
Lines
23 hours
Use an internal symbol for deprecate-and-inline that allows
HEAD
main
Derek Mauro
3
-15
/
+13
5 days
Automated Code Change
Abseil Team
1
-1
/
+1
5 days
Update spelling of Mutex::lock and Mutex::unlock for compatibility
Derek Mauro
5
-18
/
+18
2025-09-02
Bump Abseil dependency to 20250814.0
Derek Mauro
2
-4
/
+4
2025-08-24
Remove unused syslog dependency for Fuchsia.
Abseil Team
1
-1
/
+0
2025-08-19
Internal header include changes.
Abseil Team
1
-2
/
+1
2025-08-16
Deprecate single-argument DoAll and Invoke.
Abseil Team
4
-51
/
+59
2025-08-11
Update the document in typed tests to use using-declaration instead of typedef
Abseil Team
1
-4
/
+4
2025-07-28
Provide a better error message when ASSERT and SKIP macros are used in method...
Abseil Team
1
-1
/
+4
2025-07-23
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
1
-1
/
+1
2025-07-18
Fix the sample usage of `ConvertGenerator` by removing the type-id name.
Abseil Team
1
-1
/
+1
2025-07-12
Automated Code Change
Abseil Team
1
-3
/
+3
2025-07-04
Replace internal link in GoogleTest docs
Abseil Team
1
-2
/
+4
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-24
Add documentation for exception matchers.
Abseil Team
1
-0
/
+27
2025-06-13
Although the following paragraph explains there is a better solution, having ...
Abseil Team
1
-11
/
+13
2025-06-12
Add UnpackStructImpl for structs with 24, 25 and 26 fields.
Abseil Team
1
-0
/
+21
2025-06-12
Merge pull request #4774 from joel-langlois:FixReadme
Copybara-Service
1
-2
/
+2
2025-06-11
README.md: Fixed broken Markdown link formatting.
Joël Langlois
1
-1
/
+1
2025-06-10
Automated Code Change
Abseil Team
1
-1
/
+1
2025-06-09
In MatcherCast, store the input value as its own type rather than as the Matc...
Abseil Team
3
-18
/
+72
2025-06-09
googletest: Add a flag to fail if no tests were selected to run.
David Pizzuto
4
-5
/
+123
2025-06-05
Remove "blindly" from the gmock "uninteresting call" message.
Abseil Team
3
-6
/
+6
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-27
Merge pull request #4765 from qubka:main
Copybara-Service
1
-1
/
+1
2025-05-25
Fix extra ';' after member function definition
qubka
1
-1
/
+1
2025-05-22
Updates Google Analytics tracker.
Abseil Team
1
-7
/
+7
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
5
-166
/
+27
2025-05-19
Add UnpackStructImpl specialization for 23 struct members.
Abseil Team
1
-0
/
+8
2025-05-19
Use static_cast instead of ImplicitCast_ for character conversions
Abseil Team
1
-2
/
+6
2025-05-15
GoogleTest CI Update
Derek Mauro
5
-42
/
+76
2025-05-13
Add [[nodiscard]] to GetParam() to prevent accidental misuse.
Mike Kruskal
2
-2
/
+2
2025-05-12
Clarify that the return value of `InvokeArgument` is not the return value of ...
Abseil Team
1
-2
/
+2
2025-05-01
gtest: Remove incorrect documentation of private headers as PIMPL idiom
Abseil Team
1
-4
/
+1
2025-04-30
Update documentation for v1.17.0
Derek Mauro
4
-32
/
+21
2025-04-30
Update GoogleTest dependencies in preparation for release
Derek Mauro
3
-12
/
+12
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-04-23
AllOf, AnyOf, Optional: Avoid generating unnecessary match explanations
Abseil Team
2
-0
/
+91
2025-04-17
Bump RE2 dependency to 2024-07-02.bcr.1
Derek Mauro
1
-1
/
+1
2025-04-09
`gmock-actions`: add a missing conversion operator to `WithArgsAction`.
Aaron Jacobs
2
-0
/
+40
2025-04-09
`gmock-actions`: run clang-format.
Aaron Jacobs
1
-3
/
+2
2025-03-26
Remove obsolete references to LinuxThreads.
Andy Getzendanner
1
-13
/
+0
2025-03-21
Add UnpackStructImpl for structs with 22 fields.
Abseil Team
1
-0
/
+8
2025-03-21
Fix a typo
Tommy Chiang
1
-1
/
+1
2025-03-20
Add a non-'const' overload for the function invoked by the IgnoreArgs action ...
Abseil Team
1
-0
/
+4
2025-03-18
Improve the failure messages of `ElementsAre()`, `ElementsAreArray()`, etc.
Zhanyong Wan
2
-27
/
+348
[next]