summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_output_test_.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-011-1/+1
|\
| * Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-1/+1
| | | | | | | | | | | | | | https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-equals-default.html PiperOrigin-RevId: 526079054 Change-Id: Ia4db21e3e5f58b90de05d52fd94b291ed06d785d
* | Revert "Fix gmock_output_test when using MSVC"Yonggang Luo2023-02-091-7/+2
|/ | | | This reverts commit 0a3b403fe037ff80daa1826ae99eed41e94dea05.
* Fix gmock_output_test when using MSVCTom Hughes2023-02-011-2/+7
| | | | | | | | | | | | | std::pair is printed as "struct std::pair<int,bool>" when using MSVC vs "std::pair<int,bool>" with other compilers. Switch to "std::tuple", which is the same for all compilers. See https://learn.microsoft.com/en-us/cpp/standard-library/pair-structure https://learn.microsoft.com/en-us/cpp/standard-library/tuple-class PiperOrigin-RevId: 506340295 Change-Id: Ib4ce2f74d54888a4e4173f42da1b55cc5583f7d4
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-7/+2
| | | | | | | | | Prior to this change we had a mixture of pragmas and GTEST_DISABLE_MSC_WARNINGS; this change consolidates all instances to use the macros. PiperOrigin-RevId: 505786926 Change-Id: I2be8f6304387393995081af42ed32c2ad1bba5a7
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-1/+2
| | | | | PiperOrigin-RevId: 443715444 Change-Id: I3ffd54b63d2728ae4a668ee7875c8c3c8188087c
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-41/+22
| | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
* Googletest exportAbseil Team2021-09-151-6/+6
| | | | | | Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* mergingGennadiy Civil2018-04-101-3/+5
|
* mergeGennadiy Civil2018-04-101-5/+3
|\
| * Revert "gmock actions 2"refs/pull/1556/headGennadiy Civil2018-04-101-10/+0
| |
| * ... and thisrefs/pull/1551/headGennadiy Civil2018-04-091-8/+4
| |
| * formattingGennadiy Civil2018-04-091-2/+0
| |
| * tuningGennadiy Civil2018-04-091-1/+1
| |
| * tuningGennadiy Civil2018-04-091-3/+7
| |
* | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵Gennadiy Civil2018-04-101-3/+1
|/ | | | errors before merging the PR
* more warningsGennadiy Civil2018-04-061-0/+12
|
* Merging gMock, 2Gennadiy Civil2018-04-051-0/+5
|
* merging, gmock -1Gennadiy Civil2018-03-221-1/+5
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+291