aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal
Commit message (Collapse)AuthorAgeFilesLines
* Evaluate and cat NARG in different macrosJoshua Cannon2019-10-111-8/+8
|
* Fix preprocessor testsJoshua Cannon2019-10-111-3/+1
|
* Workaround MSVC VA_ARGS weirdnessJoshua Cannon2019-10-111-66/+19
|
* Googletest exportkuzkry2019-09-161-5/+4
| | | | | | | | | Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c164490a227bbb7cf5223b846c836a0305 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
* Merge pull request #2387 from kuzkry:iffShaindel Schwartz2019-09-121-10/+10
|\ | | | | | | PiperOrigin-RevId: 268693457
| * restore mistakenly removed iffs in their explicit formKrystian Kuzniarek2019-08-201-10/+10
| | | | | | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* | Googletest exportkuzkry2019-09-061-4/+0
| | | | | | | | | | | | | | | | | | Merge 7f4f58da20e1066a888d3e4bcbef541db798a605 into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2395 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2395 from kuzkry:custom-type-traits-remove_reference 7f4f58da20e1066a888d3e4bcbef541db798a605 PiperOrigin-RevId: 266189044
* | Merge pull request #2382 from kuzkry:dead-metafunctionGennadiy Civil2019-08-271-13/+0
|\ \ | | | | | | | | | PiperOrigin-RevId: 265730482
| * | remove a dead metafunctionKrystian Kuzniarek2019-08-161-13/+0
| | |
* | | Googletest exportkuzkry2019-08-231-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2396 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b PiperOrigin-RevId: 265064856
* | | Merge pull request #2394 from ↵Xiaoyi Zhang2019-08-231-14/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | kuzkry:custom-type-traits-duplication-of-custom-index_sequence PiperOrigin-RevId: 264863984
| * | | reuse IndexSequence from googletestKrystian Kuzniarek2019-08-141-14/+3
| |/ /
* | | Merge pull request #2393 from kuzkry:custom-type-traits-remove_constXiaoyi Zhang2019-08-211-5/+5
|\ \ \ | |_|/ |/| | | | | PiperOrigin-RevId: 264652890
| * | remove a custom implementation of std::remove_constKrystian Kuzniarek2019-08-141-5/+5
| |/
* | Merge pull request #2397 from kuzkry:custom-type-traits-is_referenceGennadiy Civil2019-08-191-4/+0
|\ \ | | | | | | | | | PiperOrigin-RevId: 264193098
| * | remove a custom implementation of std::is_referenceKrystian Kuzniarek2019-08-141-4/+0
| |/
* | Googletest exportAbseil Team2019-08-151-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | remove custom implementations of std::is_sameKrystian Kuzniarek2019-08-141-4/+0
|/
* fix typosKrystian Kuzniarek2019-07-301-9/+9
|
* Don't allow signed/unsigned wchar_t in gcc 9 and laterPeter Levine2019-06-041-1/+4
|
* Googletest exportAbseil Team2019-01-171-0/+1
| | | | | | | | | Refactor the `Invoke` and `InvokeWithoutArgs` actions: - Replace pump'd classes and functions with templates. - Make the polymorphic actions be polymorphic functors instead. - Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor. PiperOrigin-RevId: 229604112
* Googletest exportAbseil Team2019-01-083-392/+35
| | | | | | Drop generated file gmock-generated-internal-utils.h. PiperOrigin-RevId: 228232195
* Googletest exportmisterg2019-01-021-2/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Googletest exportAbseil Team2019-01-023-54/+3
| | | | | | | | Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
* Googletest exportAbseil Team2018-12-201-2/+0
| | | | | | Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601
* Googletest exportAbseil Team2018-11-201-2/+2
| | | | | | Validate spec modifiers. PiperOrigin-RevId: 221810235
* Googletest exportAbseil Team2018-11-201-47/+4
| | | | | | Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH. PiperOrigin-RevId: 221659669
* Googletest exportAbseil Team2018-11-151-0/+360
| | | | | | One macro to rule them all. PiperOrigin-RevId: 221462515
* Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-101-3/+3
|
* Googletest exportmisterg2018-10-292-10/+0
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* Googletest exportAbseil Team2018-10-262-0/+10
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* Googletest exportmisterg2018-10-262-10/+0
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Unconditionally use std::tuple.Abseil Team2018-10-093-59/+51
| | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-1/+1
|
* Comments changes, no functionality changesGennadiy Civil2018-08-144-8/+4
|
* formatting custom/README.mdGennadiy Civil2018-08-131-1/+1
|
* formatting for new READMEsGennadiy Civil2018-08-131-6/+6
|
* Move instructions into custom/README filesGennadiy Civil2018-08-133-13/+18
|
* comment cleanupGennadiy Civil2018-08-131-2/+0
|
* Formatting changes for automatic code managementGennadiy Civil2018-07-278-0/+16
|
* Merge branch 'master' into googletest_for_asamduxiuxing2018-07-191-1/+1
|\
| * Formatting and a linkGennadiy Civil2018-07-181-1/+1
| |
* | Fix warning C4819: The file contains a character that cannot be represented ↵duxiuxing2018-07-171-1/+1
|/ | | | in the current code page (936). Save the file in Unicode format to prevent data loss
* Fix friend declaration to use GTEST_API_ decl spec.David Sunderland2018-04-191-1/+1
|
* Revert useless use of GTEST_API_ on WithoutMatchers decl.David Sunderland2018-04-191-1/+1
|
* Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the ↵David Sunderland2018-04-181-1/+1
| | | | problem on MSVC?
* Mark new GetWithoutMatchers method as part of the exported API, to address ↵David Sunderland2018-04-181-1/+1
| | | | MSVC linker errors.
* Clone of unsubmitted cr/176529515. Introduce parameterless expectations.David Sunderland2018-04-181-0/+15
|
* ..and this should be itGennadiy Civil2018-04-111-1/+15
|
* mergeGennadiy Civil2018-04-101-15/+1
|\