misterg
9b5fb21c23
Googletest export
...
Fix broken link at beginning of "Mocking Non-virtual Methods" section.
PiperOrigin-RevId: 263772074
2019-08-16 11:23:59 -04:00
misterg
5ef2a18d2a
Googletest export
...
Internal Change
PiperOrigin-RevId: 263768422
2019-08-16 11:23:51 -04:00
misterg
e80e872b7d
Googletest export
...
Internal changes
PiperOrigin-RevId: 263636027
2019-08-15 17:34:42 -04:00
Abseil Team
1c2bc6e99d
Googletest export
...
Remove legacy support for signed wchar_t and unsigned wchar_t.
Clang now errors out on these types as well by default. Rather than making the
condition for these types even more complicated, just remove the tests covering
these types since they don't seem to justify the maintenance burden. We
can reasonably expect these types to work in compilers that support them
without needing specific tests for them since they are treated as standard
integral types.
PiperOrigin-RevId: 263577673
2019-08-15 17:34:34 -04:00
Gennadiy Civil
f4b27202f0
Merge pull request #2391 from adambadura:FixCygwin
...
PiperOrigin-RevId: 263574695
2019-08-15 17:34:27 -04:00
Gennadiy Civil
c41bdf001b
Merge pull request #2399 from kuzkry:custom-type-traits-is_same
...
PiperOrigin-RevId: 263568712
2019-08-15 17:34:18 -04:00
Abseil Team
595c3307dc
Googletest export
...
Internal changes
PiperOrigin-RevId: 262994110
2019-08-15 17:33:52 -04:00
Abseil Team
2f4a4e317c
Googletest export
...
Fix a link to the guide for creating custom matchers.
PiperOrigin-RevId: 262572684
2019-08-15 17:33:28 -04:00
Krystian Kuzniarek
5f93edf676
remove custom implementations of std::is_same
2019-08-14 14:00:44 +02:00
Adam Badura
0bcc86893c
Use -Wa,-mbig-obj for Cygwin/MinGW always
2019-08-11 21:10:06 +02:00
Gennadiy Civil
3fe64683c3
Merge pull request #2378 from kuzkry:markdown-table
...
PiperOrigin-RevId: 262135359
2019-08-07 11:57:30 -04:00
Abseil Team
ab1cfe1728
Googletest export
...
Fix broken links.
PiperOrigin-RevId: 262123510
2019-08-07 11:57:22 -04:00
Abseil Team
1bf3a7c419
Googletest export
...
Add general explanation of MOCK_METHOD, including list of supported qualifiers.
PiperOrigin-RevId: 262077180
2019-08-07 11:57:13 -04:00
Gennadiy Civil
ac6e836b93
Merge pull request #2372 from pitrou:issue2371-windows-crt-asserts
...
PiperOrigin-RevId: 262040609
2019-08-07 11:57:04 -04:00
Gennadiy Civil
6de491d029
Merge pull request #2375 from kuzkry:broken-links
...
PiperOrigin-RevId: 261970482
2019-08-06 15:51:51 -04:00
CJ Johnson
d89be72e10
Merge pull request #2359 from kuzkry:superfluous-mutable
...
PiperOrigin-RevId: 261947085
2019-08-06 15:02:42 -04:00
Krystian Kuzniarek
cb7b813f5a
fix broken links
2019-08-06 20:20:50 +02:00
Abseil Team
46fc9cc1af
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 261940226
2019-08-06 13:14:56 -04:00
Gennadiy Civil
11f2b40076
Merge pull request #2111 from knuto:pr/remove_slash
...
PiperOrigin-RevId: 261906004
2019-08-06 13:14:49 -04:00
Gennadiy Civil
5e5f19a36d
Merge pull request #2357 from kuzkry:obsolete-documentation
...
PiperOrigin-RevId: 261343928
2019-08-02 13:26:55 -04:00
Gennadiy Civil
b5a26b6911
Merge pull request #2361 from guillemglez:master
...
PiperOrigin-RevId: 261340959
2019-08-02 13:06:47 -04:00
Abseil Team
8e4348c596
Googletest export
...
Remove markdown extension which isn't supported on github.
PiperOrigin-RevId: 261321329
2019-08-02 11:32:23 -04:00
Gennadiy Civil
26579b3523
Merge pull request #2353 from anttsov:patch-1
...
PiperOrigin-RevId: 261198930
2019-08-02 11:32:15 -04:00
Abseil Team
bc6d1d7cd5
Googletest export
...
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
PiperOrigin-RevId: 261169561
2019-08-01 16:06:11 -04:00
Abseil Team
98791278d9
Googletest export
...
Fix ON_CALL/EXPECT_CALL example comment
PiperOrigin-RevId: 261150884
2019-08-01 16:05:57 -04:00
misterg
1bf8f8ccfe
Googletest export
...
Internal Change
PiperOrigin-RevId: 260939845
2019-08-01 16:05:33 -04:00
Krystian Kuzniarek
ea9c8fec9d
remove an excessive mutable type specifier
...
MockFunction's private member cannot be reached from outside and all its
non-static member functions are not const.
2019-08-01 11:33:36 +02:00
anttsov
7d1ad216c0
Update README.md
...
fixed links to docs pages (on googlemock/README.md)
2019-07-31 10:34:36 +03:00
Krystian Kuzniarek
513f16c0e6
update pre-C++11 paragraphs
2019-07-31 08:17:32 +02:00
Gennadiy Civil
66dd85c631
Merge pull request #2356 from kuzkry:typos
...
PiperOrigin-RevId: 260786935
2019-07-30 18:47:55 -04:00
Gennadiy Civil
44cfdc258c
Merge pull request #2355 from kuzkry:markdown-numbering
...
PiperOrigin-RevId: 260782065
2019-07-30 18:47:37 -04:00
Krystian Kuzniarek
eb3cc9525f
fix typos
2019-07-30 12:52:27 +02:00
Krystian Kuzniarek
985d679546
fix numbering of ordered lists in Markdown
2019-07-30 11:16:21 +02:00
anttsov
60ab17a7f0
Update README.md
...
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
2019-07-30 10:17:22 +03:00
Abseil Team
4425841d07
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 260548004
2019-07-29 15:36:36 -04:00
Gennadiy Civil
fe9fb64edf
Merge pull request #2331 from adambadura:CMakeCorrection
...
PiperOrigin-RevId: 260509310
2019-07-29 11:58:34 -04:00
Gennadiy Civil
23bc2840d1
Manual docs tweaks still in preparation for including docs with code pushes
2019-07-29 10:53:47 -04:00
Adam Badura
887fc637b3
Correct CMake to cover Cygwin
2019-07-27 22:25:32 +02:00
Abseil Team
7cda8d257c
Googletest export
...
Add copyright.
PiperOrigin-RevId: 259997211
2019-07-25 20:53:34 -04:00
Gennadiy Civil
5bba3d0bcb
Manual docs tweaks still in preparation for including docs with code pushes
2019-07-18 11:39:49 -04:00
Gennadiy Civil
fc221272f6
Manual docs tweaks still in preparation for including docs with code pushes
2019-07-18 11:34:17 -04:00
Gennadiy Civil
eda3b4844f
remove outdated
2019-07-17 16:45:00 -04:00
Gennadiy Civil
972d6bdae0
remove outdated
2019-07-17 16:43:18 -04:00
Gennadiy Civil
d3b40c4766
Merge branch 'master' of github.com:google/googletest
2019-07-17 15:36:04 -04:00
Gennadiy Civil
4ceafcdf32
Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS
2019-07-17 15:35:48 -04:00
Abseil Team
221c5b6bae
Googletest export
...
Internal change
PiperOrigin-RevId: 258587862
2019-07-17 13:38:25 -04:00
Adam Badura
6b3e1c7ae6
Add missing <functional> include
...
gmock-spec-builders.h uses std::function (in MockFunction) but did
not include <functional> to provide it. Apparently, it worked since
the header must have been included by something else but better be
safe than sorry.
2019-07-16 23:15:51 +02:00
Gennadiy Civil
87d1ebabfd
Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
2019-07-16 14:38:15 -04:00
misterg
03c5c79c5d
Googletest export
...
Fix documentation links
PiperOrigin-RevId: 258389329
2019-07-16 13:35:16 -04:00
Abseil Team
5782c5f2bc
Googletest export
...
Update a broken link in a comment.
PiperOrigin-RevId: 257493975
2019-07-16 11:21:11 -04:00