summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | CMake: raise the default C++ standard to cxx_std_14Derek Mauro2022-07-081-1/+1
* | | | | | | | | Enable heterogeneous lookup for RegisteredTestsMap.Chris Kennelly2022-07-071-1/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Remove the Bazel provided default cxxopt -std=c++0x and replace itDerek Mauro2022-07-011-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Remove support for C++11Derek Mauro2022-06-305-11/+15
* | | | | | | Update version number in CMakeLists.txtDerek Mauro2022-06-301-1/+1
* | | | | | | Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team2022-06-291-0/+5
| |_|_|/ / / |/| | | | |
* | | | | | Mark internal-only function as having internal linkage.Abseil Team2022-06-271-1/+1
* | | | | | Merge pull request #3912 from jarkenau:mainCopybara-Service2022-06-271-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | docs: update googletest README for release 1.12.0refs/pull/3912/headJulian Arkenau2022-06-251-2/+2
|/ / / / /
* | | | | Update README.md for release 1.12.0Derek Mauro2022-06-231-2/+2
* | | | | Update versions of WORKSPACE dependenciesv1.12.0-prev1.12.0release-1.12.0Derek Mauro2022-06-221-12/+12
* | | | | Update GCC floor container used by CI to fix the Bazel cache errorDerek Mauro2022-06-211-1/+2
| |_|_|/ |/| | |
* | | | Disable warning C4251 around refactored codeDerek Mauro2022-06-162-0/+9
* | | | Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\ \ \ \
| * | | | Move declaration of kStdOutFileNo and kStdErrFilenorefs/pull/3863/headGaspard Petit2022-06-111-11/+9
| * | | | Merge branch 'google:main' into fix_unused-variable_warningGaspard Petit2022-05-311-7/+1
| |\ \ \ \
| * | | | | Fix "unused variable" warningGaspard Petit2022-05-301-0/+2
* | | | | | gmock_cook_book.md: Delete superfluous statement from 2014.Abseil Team2022-06-131-2/+1
* | | | | | Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-132-6/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'google:main' into simplify_shouldusecolorrefs/pull/3866/headGaspard Petit2022-05-311-7/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-302-8/+3
| | |/ / / / | |/| | | |
* | | | | | Update googletest docs to indicate that RE2 is now used for regexp implementa...Abseil Team2022-06-091-2/+4
* | | | | | Remove undefined internal function.Abseil Team2022-06-091-8/+0
* | | | | | Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-013-20/+41
| |_|_|/ / |/| | | |
* | | | | Fix internal filesAbseil Team2022-05-311-2/+2
| |/ / / |/| | |
* | | | gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs2022-05-301-7/+1
|/ / /
* | | gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2022-05-272-242/+158
* | | Clarify that `this->` is needed to access members of type-parameterized tests.elixir2022-05-271-0/+4
* | | gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-272-4/+79
* | | gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-262-133/+134
* | | Update GoogleTest documentation's spelling of "GoogleTest".Abseil Team2022-05-261-29/+29
* | | Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team2022-05-241-3/+7
|/ /
* | gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic2022-05-171-1/+1
* | gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-132-29/+83
* | Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team2022-05-121-4/+6
* | gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-122-47/+67
* | Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* | gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-113-93/+192
* | gmock-actions: make OnceAction public.Aaron Jacobs2022-05-113-20/+59
* | Fixup some missing overrides in googletest.Abseil Team2022-05-101-2/+2
* | Merge pull request #3818 from joshiayush:typoCopybara-Service2022-05-061-3/+3
|\ \
| * | Fix typo in the test name of `NormalizeTest`refs/pull/3818/headAyush Joshi2022-04-301-3/+3
* | | Fix example of DescribeMatcher to properly support negation.Abseil Team2022-05-031-1/+2
* | | Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2
* | | gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs2022-05-021-6/+0
* | | gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs2022-05-021-25/+34
|/ /
* | Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...Abseil Team2022-04-281-17/+22
* | gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-272-7/+39
* | Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-262-9/+73
* | Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-264-38/+71