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.16.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
*
Remove support for C++11
Derek Mauro
2022-06-30
5
-11/+15
*
Update version number in CMakeLists.txt
Derek Mauro
2022-06-30
1
-1/+1
*
Add support of 17-member structs to gmock UnpackStructImpl.
Abseil Team
2022-06-29
1
-0/+5
*
Mark internal-only function as having internal linkage.
Abseil Team
2022-06-27
1
-1/+1
*
Merge pull request #3912 from jarkenau:main
Copybara-Service
2022-06-27
1
-2/+2
|
\
|
*
docs: update googletest README for release 1.12.0
refs/pull/3912/head
Julian Arkenau
2022-06-25
1
-2/+2
|
/
*
Update README.md for release 1.12.0
Derek Mauro
2022-06-23
1
-2/+2
*
Update versions of WORKSPACE dependencies
v1.12.0-pre
v1.12.0
release-1.12.0
Derek Mauro
2022-06-22
1
-12/+12
*
Update GCC floor container used by CI to fix the Bazel cache error
Derek Mauro
2022-06-21
1
-1/+2
*
Disable warning C4251 around refactored code
Derek Mauro
2022-06-16
2
-0/+9
*
Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning
Copybara-Service
2022-06-14
1
-9/+9
|
\
|
*
Move declaration of kStdOutFileNo and kStdErrFileno
refs/pull/3863/head
Gaspard Petit
2022-06-11
1
-11/+9
|
*
Merge branch 'google:main' into fix_unused-variable_warning
Gaspard Petit
2022-05-31
1
-7/+1
|
|
\
|
*
|
Fix "unused variable" warning
Gaspard Petit
2022-05-30
1
-0/+2
*
|
|
gmock_cook_book.md: Delete superfluous statement from 2014.
Abseil Team
2022-06-13
1
-2/+1
*
|
|
Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor
Copybara-Service
2022-06-13
2
-6/+2
|
\
\
\
|
*
\
\
Merge branch 'google:main' into simplify_shouldusecolor
refs/pull/3866/head
Gaspard Petit
2022-05-31
1
-7/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Simplify ColoredPrintf to rely on ShouldUseColor
Gaspard Petit
2022-05-30
2
-8/+3
|
|
|
/
|
|
/
|
*
|
|
Update googletest docs to indicate that RE2 is now used for regexp implementa...
Abseil Team
2022-06-09
1
-2/+4
*
|
|
Remove undefined internal function.
Abseil Team
2022-06-09
1
-8/+0
*
|
|
Work around a maybe-uninitialized warning under GCC 12
Derek Mauro
2022-06-01
3
-20/+41
*
|
|
Fix internal files
Abseil Team
2022-05-31
1
-2/+2
|
|
/
|
/
|
*
|
gmock-spec-builders: remove the name for an unused parameter.
Aaron Jacobs
2022-05-30
1
-7/+1
|
/
*
gmock-spec-builders: add support for non-moveable types.
Aaron Jacobs
2022-05-27
2
-242/+158
*
Clarify that `this->` is needed to access members of type-parameterized tests.
elixir
2022-05-27
1
-0/+4
*
gmock-actions: properly support non-moveable results in `is_callable_r`.
Aaron Jacobs
2022-05-27
2
-4/+79
*
gmock-spec-builders: move a method to the header.
Aaron Jacobs
2022-05-26
2
-133/+134
*
Update GoogleTest documentation's spelling of "GoogleTest".
Abseil Team
2022-05-26
1
-29/+29
*
Clarify the pitfalls of EXPECT_THAT and highlight it's best practices
Abseil Team
2022-05-24
1
-3/+7
*
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
*
Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...
Abseil Team
2022-05-12
1
-4/+6
*
gmock-actions: provide a const reference when converting in ReturnAction.
Aaron Jacobs
2022-05-12
2
-47/+67
*
Do a consistent way of searching for a temporary directory.
Abseil Team
2022-05-11
1
-25/+26
*
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
3
-20/+59
*
Fixup some missing overrides in googletest.
Abseil Team
2022-05-10
1
-2/+2
*
Merge pull request #3818 from joshiayush:typo
Copybara-Service
2022-05-06
1
-3/+3
|
\
|
*
Fix typo in the test name of `NormalizeTest`
refs/pull/3818/head
Ayush Joshi
2022-04-30
1
-3/+3
*
|
Fix example of DescribeMatcher to properly support negation.
Abseil Team
2022-05-03
1
-1/+2
*
|
Use TEST_TMPDIR on MacOS as well if available.
Abseil Team
2022-05-03
1
-2/+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
|
/
*
Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...
Abseil Team
2022-04-28
1
-17/+22
*
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
*
Use RE2 for the regex implementation when building with Bazel and using Abseil
Derek Mauro
2022-04-26
4
-38/+71
*
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
*
Merge pull request #3797 from glandium:issue3514
Copybara-Service
2022-04-26
2
-3/+7
|
\
[next]