Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Correct CMake to cover Cygwin | Adam Badura | 2019-07-27 | 1 | -2/+2 | |
| |/ / / | ||||||
* / / / | Manual docs tweaks still in preparation for including docs with code pushes | Gennadiy Civil | 2019-07-29 | 4 | -29/+131 | |
|/ / / | ||||||
* / / | Googletest export | Abseil Team | 2019-07-25 | 1 | -0/+35 | |
|/ / | | | | | | | | | | | Add copyright. PiperOrigin-RevId: 259997211 | |||||
* | | Manual docs tweaks still in preparation for including docs with code pushes | Gennadiy Civil | 2019-07-18 | 3 | -65/+97 | |
| | | ||||||
* | | Manual docs tweaks still in preparation for including docs with code pushes | Gennadiy Civil | 2019-07-18 | 4 | -4/+4 | |
| | | ||||||
* | | remove outdated | Gennadiy Civil | 2019-07-17 | 1 | -16/+0 | |
| | | ||||||
* | | remove outdated | Gennadiy Civil | 2019-07-17 | 2 | -301/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:google/googletest | Gennadiy Civil | 2019-07-17 | 2 | -1/+4 | |
|\ \ | ||||||
| * | | Googletest export | Abseil Team | 2019-07-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | Internal change PiperOrigin-RevId: 258587862 | |||||
| * | | Add missing <functional> include | Adam Badura | 2019-07-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Preparation for including docs in round-trip with OSS, Manual merge, review ↵ | Gennadiy Civil | 2019-07-17 | 4 | -938/+1050 | |
|/ / | | | | | | | and merge docs internal-OSS | |||||
* | | Preparation for including docs in round-trip with OSS. Manual review and ↵ | Gennadiy Civil | 2019-07-16 | 2 | -199/+30 | |
| | | | | | | | | merge docs internal-OSS | |||||
* | | Googletest export | misterg | 2019-07-16 | 6 | -9/+9 | |
| | | | | | | | | | | | | Fix documentation links PiperOrigin-RevId: 258389329 | |||||
* | | Googletest export | Abseil Team | 2019-07-16 | 6 | -9/+9 | |
| | | | | | | | | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975 | |||||
* | | Preparation for including docs in round-trip with OSS | Gennadiy Civil | 2019-07-15 | 1 | -2/+2 | |
| | | ||||||
* | | Preparation for including docs in round-trip with OSS | Gennadiy Civil | 2019-07-15 | 1 | -2/+2 | |
| | | ||||||
* | | Preparation for including docs in round-trip with OSS | Gennadiy Civil | 2019-07-15 | 1 | -32/+4 | |
| | | ||||||
* | | Preparation for including docs in round-trip with OSS | Gennadiy Civil | 2019-07-15 | 2 | -1692/+2486 | |
| | | ||||||
* | | Merge pull request #2326 from kuzkry/missing-references-to-documentation | Gennadiy Civil | 2019-07-15 | 8 | -17/+18 | |
|\ \ | | | | | | | Add missing references to documentation | |||||
| * | | add missing references to DesignDoc and KnownIssues | Krystian Kuzniarek | 2019-07-13 | 1 | -1/+2 | |
| | | | ||||||
| * | | rename and apply snake_case on KnownIssues.md | Krystian Kuzniarek | 2019-07-13 | 2 | -1/+1 | |
| | | | ||||||
| * | | rename and apply snake_case on FrequentlyAskedQuestions.md | Krystian Kuzniarek | 2019-07-13 | 4 | -3/+3 | |
| | | | ||||||
| * | | rename and apply snake_case on ForDummies.md | Krystian Kuzniarek | 2019-07-13 | 5 | -6/+6 | |
| | | | ||||||
| * | | rename and apply snake_case on Documentation.md | Krystian Kuzniarek | 2019-07-13 | 1 | -0/+0 | |
| | | | ||||||
| * | | rename and apply snake_case on DesignDoc.md | Krystian Kuzniarek | 2019-07-13 | 1 | -0/+0 | |
| | | | ||||||
| * | | rename and apply snake_case on CheatSheet.md | Krystian Kuzniarek | 2019-07-13 | 5 | -7/+7 | |
| | | | ||||||
* | | | Fix bad advice in cook book (#2308) | Sam Sobell | 2019-07-10 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | This line directly contradicts the warning that google mock spits out on unused mock calls: ``` NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details. ``` One or the other should be changed, and I believe the advice in this file is incorrect. | |||||
* | | missed the actual file in previous commit | Gennadiy Civil | 2019-06-19 | 1 | -0/+0 | |
| | | ||||||
* | | Renaming doc files to make the file names more palatable and in preparation ↵ | Gennadiy Civil | 2019-06-19 | 13 | -28/+28 | |
| | | | | | | | | for including documentation in sync process | |||||
* | | small docs restucture and cleanup | Gennadiy Civil | 2019-06-19 | 1 | -1/+1 | |
| | | ||||||
* | | Googletest export | misterg | 2019-06-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it. PiperOrigin-RevId: 253820111 | |||||
* | | Googletest export | Abseil Team | 2019-06-17 | 2 | -358/+0 | |
| | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369 | |||||
* | | Googletest export | misterg | 2019-06-17 | 2 | -0/+358 | |
| | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 253581166 | |||||
* | | Merge pull request #2286 from gennadiycivil/master | Gennadiy Civil | 2019-06-17 | 6 | -877/+1 | |
|\ \ | | | | | | | Removing make and automake. | |||||
| * \ | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2019-06-14 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | Also remove googlemock/scripts/gmock-config.in | Gennadiy Civil | 2019-06-13 | 1 | -303/+0 | |
| | | | | ||||||
| * | | | Removing make and automake. The only supported build systems are Bazel ↵ | Gennadiy Civil | 2019-06-13 | 5 | -565/+1 | |
| | | | | | | | | | | | | | | | | internally and CMake community supported | |||||
* | | | | googlemock/docs/CookBook.md small doc test | Gennadiy Civil | 2019-06-14 | 1 | -0/+2 | |
| |/ / |/| | | ||||||
* | | | Makefiles are no longer supported. Adding pseudo-break with their impending ↵ | Gennadiy Civil | 2019-06-13 | 1 | -1/+10 | |
| | | | | | | | | | | | | removal to make sure that people who are interested will notice | |||||
* | | | Fixed issue #2284 (Incompatibility with C++17) | Tom Lachecki | 2019-06-13 | 1 | -2/+2 | |
|/ / | ||||||
* | | removing obsolete language from docs, CMake and Bazel is the only supporeted ↵ | Gennadiy Civil | 2019-06-10 | 1 | -71/+0 | |
| | | | | | | | | build methods | |||||
* | | removing gmock msvc solution, as CMake and Bazel is the only supporeted ↵ | Gennadiy Civil | 2019-06-10 | 15 | -1700/+0 | |
| | | | | | | | | build methods | |||||
* | | removing build-aux files , as CMake and Bazel is the only supporeted build ↵ | Gennadiy Civil | 2019-06-10 | 1 | -0/+0 | |
| | | | | | | | | methods | |||||
* | | Merge pull request #2274 from goudan-er/master | Gennadiy Civil | 2019-06-07 | 1 | -1/+1 | |
|\ \ | | | | | | | fix typo | |||||
| * | | fix typo | Wenyuan Yan | 2019-06-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Don't allow signed/unsigned wchar_t in gcc 9 and later | Peter Levine | 2019-06-04 | 1 | -1/+4 | |
|/ / | ||||||
* | | Fix typo introduced in 63be3dcc245 (maintaners -> maintainers) | Enji Cooper | 2019-05-19 | 3 | -3/+3 | |
| | | | | | | | | Signed-off-by: Enji Cooper <yaneurabeya@gmail.com> | |||||
* | | Googletest export | Abseil Team | 2019-05-03 | 1 | -67/+11 | |
| | | | | | | | | | | | | Remove special case for protocol buffers. It is no longer needed. PiperOrigin-RevId: 246550795 | |||||
* | | Googletest export | misterg | 2019-05-03 | 3 | -0/+9 | |
|/ | | | | | | Clarify build system support - CMake and automake community supported PiperOrigin-RevId: 245821927 | |||||
* | Googletest export | Abseil Team | 2019-04-18 | 3 | -540/+0 | |
| | | | | | | | | | Remove GMock Doctor. It has not been actively supported for a while. We also now have better techniques to improve compiler errors where needed instead of requiring a separate tool to diagnose them. PiperOrigin-RevId: 244196068 |