Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | fix a broken link | Krystian Kuzniarek | 2019-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee3aa831172090fd5442820f215cb04ab6062756 added a broken link which results in 404. The broken part is reference to a nonexistent file "CheatSheet.md" instead of "cheet_sheet.md". | |||||
| * | | | | | | Merge pull request #2309 from cclauss/patch-1 | Gennadiy Civil | 2019-07-15 | 1 | -5/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Travis CI: The sudo: tag is now deprecated in Travis CI | |||||
| | * | | | | | | Travis CI: The sudo: tag is now deprecated in Travis CI | cclauss | 2019-07-01 | 1 | -5/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
* | / | | | | | 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 | 9 | -18/+19 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | 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 | 6 | -8/+8 | |
| |/ / / / | ||||||
* / / / / | 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. | |||||
* | | | | Documentation sync in preparation to including docs with full source sync | Gennadiy Civil | 2019-06-24 | 2 | -35/+37 | |
| | | | | ||||||
* | | | | Documentation sync in preparation to including docs with full source sync | Gennadiy Civil | 2019-06-24 | 1 | -73/+56 | |
| | | | | ||||||
* | | | | Update README.md | Gennadiy Civil | 2019-06-24 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge pull request #2296 from rmstar/replace_golinks | Gennadiy Civil | 2019-06-24 | 2 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Remove google internal links from documentation on github | |||||
| * | | | | Remove google internal links from documentation on github | Prashant Jaikumar | 2019-06-19 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Incremental doc changes in preparation for doc sync | Gennadiy Civil | 2019-06-19 | 1 | -15/+21 | |
| | | | | ||||||
* | | | | 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 | 15 | -32/+32 | |
| | | | | | | | | | | | | | | | | for including documentation in sync process | |||||
* | | | | small docs restucture and cleanup | Gennadiy Civil | 2019-06-19 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | small docs restucture and cleanup | Gennadiy Civil | 2019-06-19 | 4 | -161/+3 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:google/googletest | Gennadiy Civil | 2019-06-19 | 19 | -1976/+36 | |
|\ \ \ \ | ||||||
| * | | | | Googletest export | misterg | 2019-06-18 | 2 | -8/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move Googletest OSS bazel builds to latest bazel. The latest bazel ( 0.27.0 as of now ) does not run on trusty. PiperOrigin-RevId: 253829774 | |||||
| * | | | | 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 | |||||
| * | | | | Merge pull request #2290 from gennadiycivil:master | Gennadiy Civil | 2019-06-18 | 1 | -1/+4 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 253660961 | |||||
| | * | | | | Fixing CI break by going to bazel 0.26.1 | Gennadiy Civil | 2019-06-17 | 1 | -1/+4 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2019-06-17 | 0 | -0/+0 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Revert "testing, explicitly specify compiler" | Gennadiy Civil | 2019-06-17 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6c971ca9a34b3eb82180732db807da74ea71cf79. | |||||
| * | | | | | | Googletest export | misterg | 2019-06-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 253658026 | |||||
| * | | | | | | Merge pull request #2288 from gennadiycivil:master | Gennadiy Civil | 2019-06-18 | 1 | -4/+2 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | PiperOrigin-RevId: 253652550 | |||||
| | * | | | | | revert travis.yml, irrelevant | Gennadiy Civil | 2019-06-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | bazel 0.26.1 | Gennadiy Civil | 2019-06-17 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | bazel 0.26.1 | Gennadiy Civil | 2019-06-17 | 1 | -2/+5 | |
| | | | | | | | ||||||
| | * | | | | | testing with bazel 0.26.1 | Gennadiy Civil | 2019-06-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | testing with bazel 0.26.1 | Gennadiy Civil | 2019-06-17 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | * | | | | | testing, explicitly specify compiler | Gennadiy Civil | 2019-06-17 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Googletest export | Abseil Team | 2019-06-17 | 8 | -845/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369 | |||||
| * | | | | | Googletest export | misterg | 2019-06-17 | 8 | -0/+845 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 253581166 | |||||
| * | | | | Merge pull request #2287 from PhilLab/patch-1 | Gennadiy Civil | 2019-06-17 | 1 | -11/+11 | |
| |\ \ \ \ | | | | | | | | | | | | | docs/primer: Fixed usage of test case | |||||
| | * | | | | docs/primer: Fixed usage of test case | Philipp Hasper | 2019-06-16 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | According to the nomenclature, what was called a test case is actually a test suite | |||||
| * | | | | | Merge pull request #2286 from gennadiycivil/master | Gennadiy Civil | 2019-06-17 | 17 | -1943/+5 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Removing make and automake. | |||||
| | * | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2019-06-14 | 1 | -2/+2 | |
| | |\ \ \ \ | ||||||
| | * | | | | | doc is still valid | Gennadiy Civil | 2019-06-13 | 1 | -3/+52 | |
| | | | | | | | ||||||
| | * | | | | | Finish removing autotools | Gennadiy Civil | 2019-06-13 | 1 | -6/+0 | |
| | | | | | | | ||||||
| | * | | | | | Finish removing autotools | Gennadiy Civil | 2019-06-13 | 1 | -44/+0 | |
| | | | | | | | ||||||
| | * | | | | | 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 | 14 | -1660/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | internally and CMake community supported | |||||
| * | | | | | | Documentation sync working on the documentation being included with the code | Gennadiy Civil | 2019-06-14 | 2 | -60/+15 | |
| | | | | | | |