aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-012-8/+0
|\
| * Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-232-8/+0
* | Googletest exportAbseil Team2020-05-012-82/+72
|/
* Merge pull request #2350 from adambadura:MockFunctionFromStdFunctionXiaoyi Zhang2020-03-241-0/+51
|\
| * Add support for std::function in MockFunction (#2277)Adam Badura2020-03-181-1/+20
| * Add tests for MockFunction deduction (#2277)Adam Badura2020-03-181-0/+30
|/
* Googletest exportdmauro2020-03-171-5/+3
* Googletest exportAbseil Team2020-03-171-2/+0
* Googletest exportAbseil Team2020-02-281-4/+5
* Googletest exportAbseil Team2020-02-281-2/+13
* Googletest exportAbseil Team2020-02-111-94/+95
* Googletest exportAbseil Team2020-02-071-1/+1
* Googletest exportAbseil Team2020-02-073-756/+257
* Googletest exportAbseil Team2020-02-071-1/+8
* Googletest exportAbseil Team2020-02-071-0/+27
* Merge pull request #2665 from bysreg:fix_noshortcircuitfailure_detectsflakysh...Xiaoyi Zhang2020-01-211-3/+5
|\
| * Use IsReadableTypeName IsReadableTypeName in OfType function in gmock-matcher...Muhammad Hilman Beyri2020-01-121-1/+1
| * fix unit test failure on NoShortCircuitOnFailure and DetectsFlakyShortCircuit...Muhammad Hilman Beyri2020-01-121-2/+2
|/
* Merge pull request #2592 from kuzkry:remove-workaround_msvc-error-C2665Matt Calabrese2019-12-131-9/+0
|\
| * remove MSVC workaround: error C2665Krystian Kuzniarek2019-11-221-9/+0
* | Merge pull request #2593 from kuzkry:remove-workaround_msvc-namespace-scope-f...Gennadiy Rozental2019-11-261-9/+4
|\ \
| * | remove MSVC workaround: accessing namespace scope from within nested classesKrystian Kuzniarek2019-11-221-9/+4
| |/
* / Googletest exportAbseil Team2019-11-223-16/+19
|/
* Merge pull request #2533 from thejcannon:noexcept_specvslashg2019-11-011-0/+29
|\
| * Revert "Merge pull request #2498 from thejcannon:noexcept_spec"Joshua Cannon2019-10-231-0/+29
* | Merge pull request #2527 from PiotrNycz:gmock_prevent_return_ref_to_store_tem...vslashg2019-10-291-0/+36
|\ \
| * | variable names corrected (followed google coding style)Piotr Nycz2019-10-251-14/+14
| * | Apply 80chars limitPiotr Nycz2019-10-251-1/+2
| * | Tests simplified and names corrected (POD->scalar)Piotr Nycz2019-10-241-49/+18
| * | Added more tests to verify: ReturnRef not accept temporaryPiotr Nycz2019-10-231-15/+57
| * | Added tests verifying that temporaries are accepted by ReturnRefPiotr Nycz2019-10-221-0/+24
* | | Merge pull request #2388 from kuzkry:remove-gtest-type-util.pumpvslashg2019-10-291-0/+182
* | | Googletest exportAbseil Team2019-10-231-0/+26
| |/ |/|
* | Merge pull request #2514 from thejcannon:msvc_macro_issuevslashg2019-10-231-0/+10
|\ \
| * | Removing extraneous testJoshua Cannon2019-10-111-1/+0
| * | Replace compile-test with preprocessor testJoshua Cannon2019-10-112-7/+11
| * | Add a compile testJoshua Cannon2019-10-111-0/+7
* | | Merge pull request #2444 from kuzkry:remove-GTEST_ARRAY_SIZE_Gennadiy Civil2019-10-222-44/+47
|\ \ \
| * | | remove GTEST_ARRAY_SIZE_Krystian Kuzniarek2019-09-232-41/+42
* | | | Googletest exportAbseil Team2019-10-221-0/+108
| |_|/ |/| |
* | | Googletest exportmisterg2019-10-181-108/+0
* | | Googletest exportAbseil Team2019-10-181-0/+7
* | | Googletest exportAbseil Team2019-10-171-0/+108
* | | Merge pull request #2421 from kuzkry:cleanup-for-regexAndy Soffer2019-10-161-1/+1
|\ \ \
| * | | change usingsKrystian Kuzniarek2019-09-121-1/+1
* | | | Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-111-29/+0
|\ \ \ \
* | | | | Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-111-0/+29
|\| | | |
| * | | | Made noexcept condition more excitingJoshua Cannon2019-10-101-8/+12
| * | | | Use declval in noexcept expressionJoshua Cannon2019-10-071-7/+8
| * | | | Switch to free function to avoid GCC bugJoshua Cannon2019-10-071-3/+3