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
/
googlemock
Commit message (
Expand
)
Author
Age
Files
Lines
*
gmock-internal-utils.cc: Avoid implicit conversion from int to char
Dino Radakovic
2022-05-17
1
-1/+1
*
gmock-actions: add support for move-only values to Return.
Aaron Jacobs
2022-05-13
2
-29/+83
*
gmock-actions: provide a const reference when converting in ReturnAction.
Aaron Jacobs
2022-05-12
2
-47/+67
*
gmock-actions: simplify Return and add better documentation.
Aaron Jacobs
2022-05-11
3
-93/+192
*
gmock-actions: make OnceAction public.
Aaron Jacobs
2022-05-11
2
-8/+8
*
Fix example of DescribeMatcher to properly support negation.
Abseil Team
2022-05-03
1
-1/+2
*
gmock-actions: remove a no-longer-necessary friend declaration.
Aaron Jacobs
2022-05-02
1
-6/+0
*
gmock-actions: support ByMove in a specialization of ReturnAction.
Aaron Jacobs
2022-05-02
1
-25/+34
*
gmock-actions: improve comments and tests for the implicit cast in Return.
Aaron Jacobs
2022-04-27
2
-7/+39
*
Support move-only and &&-qualified actions in WithArgs.
Aaron Jacobs
2022-04-26
2
-9/+73
*
Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.
Abseil Team
2022-04-26
5
-50/+144
*
Support move-only and &&-qualified actions in DoAll.
Aaron Jacobs
2022-04-26
3
-258/+480
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
17
-46/+101
*
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
Derek Mauro
2022-04-21
2
-26/+23
*
Document two surprises in `DoAllAction::NonFinalType`.
Aaron Jacobs
2022-04-13
2
-0/+128
*
Replace infinite recursion call (intentionally invoking undefined behavior to...
Abseil Team
2022-04-13
1
-3/+6
*
Add support for move-only and &&-qualified actions in WillOnce.
Abseil Team
2022-04-09
3
-34/+581
*
gmock: improve SFINAE for actions involving arguments.
Abseil Team
2022-04-04
2
-2/+4
*
Use ResultOf()'s result_description when explaining match result.
Abseil Team
2022-04-04
2
-1/+16
*
Use the Abseil flags library when Abseil is present
Derek Mauro
2022-04-04
1
-20/+47
*
Address deprecation warning surfaced by Github presubmit tests
Abseil Team
2022-03-23
1
-4/+4
*
Split gmock-matchers_test into 4 smaller test #3653
Mattias Ellert
2022-03-23
9
-8645/+8857
*
Merge branch 'main' into promote-inclusive-behavior
refs/pull/3779/head
Brad Messer
2022-03-18
32
-1940/+1678
|
\
|
*
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
32
-1940/+1678
*
|
Remove sanity as it is offensive to neurodiverse individuals.
Brad Messer
2022-03-18
1
-1/+1
|
/
*
Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilati...
Abseil Team
2022-03-08
1
-0/+3
*
Add a 3-arg overload for ResultOf() matcher that takes a description string f...
Abseil Team
2022-02-10
2
-6/+47
*
Merge pull request #3617 from Bagira80:fix_3616
Copybara-Service
2022-02-07
1
-2/+3
|
\
|
*
CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES property
refs/pull/3617/head
Deniz Bahadir
2021-10-19
1
-2/+3
*
|
Change `ReturnArg` to use perfect forwarding of arguments (#3733)
Dino Radakovic
2022-01-26
2
-3/+9
*
|
Consistently apply IWYU pragmas across googletest and googlemock headers
Abseil Team
2022-01-18
14
-11/+42
*
|
Merge pull request #3725 from bsilver8192:remove-another-disallow-assign
Copybara-Service
2022-01-11
1
-189/+162
|
\
\
|
*
|
Remove another GTEST_DISALLOW_ASSIGN_ that crept in
refs/pull/3725/head
Brian
2022-01-06
1
-2/+0
|
/
/
*
|
Include the param names in the generated description of the MATCHER_P matchers.
Abseil Team
2021-12-27
7
-65/+83
*
|
Makes the Python imports consistently use full paths from the repository root,
Derek Mauro
2021-12-22
3
-15/+3
*
|
Support std::reference_wapper as a smart pointer type in gmock
Abseil Team
2021-12-03
2
-0/+13
*
|
fix a typo
refs/pull/3664/head
Krystian Kuzniarek
2021-11-16
1
-1/+1
*
|
Clarify "Times() after X" error message
Taylor Cramer
2021-11-15
2
-5/+5
*
|
Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment =...
Abseil Team
2021-11-12
1
-1/+1
*
|
Replace use of deprecated std::iterator
refs/pull/3650/head
Raul Tambre
2021-11-05
1
-5/+7
*
|
Googletest export
Abseil Team
2021-11-03
1
-3/+3
|
/
*
Merge pull request #3581 from cclauss:codespell
dinord
2021-10-05
3
-3/+3
|
\
|
*
Fix remaining typos discovered by codespell
refs/pull/3581/head
Christian Clauss
2021-09-24
3
-3/+3
*
|
Googletest export
Abseil Team
2021-09-28
2
-10/+8
|
/
*
Merge pull request #3195 from Inujel:fix-3194
dinord
2021-09-23
1
-10/+7
|
\
|
*
Using auto instead of container::const_iterator
refs/pull/3195/head
Julien JEMINE
2020-12-29
1
-10/+7
*
|
Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rules
dinord
2021-09-23
1
-1/+0
|
\
\
|
*
|
Remove bazelbuild/rules_cc dependency
refs/pull/3574/head
Vertexwahn
2021-09-17
1
-1/+0
*
|
|
Internal change
Abseil Team
2021-09-23
1
-6/+6
|
/
/
*
|
Googletest export
dmauro
2021-09-15
1
-4/+0
[next]