summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | rename and apply snake_case on FrequentlyAskedQuestions.mdKrystian Kuzniarek2019-07-134-3/+3
| | | | | |
| * | | | | rename and apply snake_case on ForDummies.mdKrystian Kuzniarek2019-07-135-6/+6
| | | | | |
| * | | | | rename and apply snake_case on Documentation.mdKrystian Kuzniarek2019-07-131-0/+0
| | | | | |
| * | | | | rename and apply snake_case on DesignDoc.mdKrystian Kuzniarek2019-07-131-0/+0
| | | | | |
| * | | | | rename and apply snake_case on CheatSheet.mdKrystian Kuzniarek2019-07-136-8/+8
| |/ / / /
* / / / / Fix bad advice in cook book (#2308)Sam Sobell2019-07-101-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 syncGennadiy Civil2019-06-242-35/+37
| | | |
* | | | Documentation sync in preparation to including docs with full source syncGennadiy Civil2019-06-241-73/+56
| | | |
* | | | Update README.mdGennadiy Civil2019-06-241-0/+3
| | | |
* | | | Merge pull request #2296 from rmstar/replace_golinksGennadiy Civil2019-06-242-2/+2
|\ \ \ \ | | | | | | | | | | Remove google internal links from documentation on github
| * | | | Remove google internal links from documentation on githubPrashant Jaikumar2019-06-192-2/+2
|/ / / /
* | | | Incremental doc changes in preparation for doc syncGennadiy Civil2019-06-191-15/+21
| | | |
* | | | missed the actual file in previous commitGennadiy Civil2019-06-191-0/+0
| | | |
* | | | Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-1915-32/+32
| | | | | | | | | | | | | | | | for including documentation in sync process
* | | | small docs restucture and cleanupGennadiy Civil2019-06-191-0/+0
| | | |
* | | | small docs restucture and cleanupGennadiy Civil2019-06-194-161/+3
| | | |
* | | | Merge branch 'master' of github.com:google/googletestGennadiy Civil2019-06-1919-1976/+36
|\ \ \ \
| * | | | Googletest exportmisterg2019-06-182-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 exportmisterg2019-06-181-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:masterGennadiy Civil2019-06-181-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 253660961
| | * | | | Fixing CI break by going to bazel 0.26.1Gennadiy Civil2019-06-171-1/+4
| | | | | |
| | * | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2019-06-170-0/+0
| | |\ \ \ \
| | * | | | | Revert "testing, explicitly specify compiler"Gennadiy Civil2019-06-170-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6c971ca9a34b3eb82180732db807da74ea71cf79.
| * | | | | | Googletest exportmisterg2019-06-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 253658026
| * | | | | | Merge pull request #2288 from gennadiycivil:masterGennadiy Civil2019-06-181-4/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | PiperOrigin-RevId: 253652550
| | * | | | | revert travis.yml, irrelevantGennadiy Civil2019-06-171-1/+1
| | | | | | |
| | * | | | | bazel 0.26.1Gennadiy Civil2019-06-171-3/+3
| | | | | | |
| | * | | | | bazel 0.26.1Gennadiy Civil2019-06-171-2/+5
| | | | | | |
| | * | | | | testing with bazel 0.26.1Gennadiy Civil2019-06-171-1/+1
| | | | | | |
| | * | | | | testing with bazel 0.26.1Gennadiy Civil2019-06-171-1/+2
| | | | | | |
| | * | | | | testing, explicitly specify compilerGennadiy Civil2019-06-171-1/+1
| | |/ / / /
| * | | | | Googletest exportAbseil Team2019-06-178-845/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369
| * | | | | Googletest exportmisterg2019-06-178-0/+845
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 253581166
| * | | | Merge pull request #2287 from PhilLab/patch-1Gennadiy Civil2019-06-171-11/+11
| |\ \ \ \ | | | | | | | | | | | | docs/primer: Fixed usage of test case
| | * | | | docs/primer: Fixed usage of test casePhilipp Hasper2019-06-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | According to the nomenclature, what was called a test case is actually a test suite
| * | | | | Merge pull request #2286 from gennadiycivil/masterGennadiy Civil2019-06-1717-1943/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | | Removing make and automake.
| | * | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2019-06-141-2/+2
| | |\ \ \ \
| | * | | | | doc is still validGennadiy Civil2019-06-131-3/+52
| | | | | | |
| | * | | | | Finish removing autotoolsGennadiy Civil2019-06-131-6/+0
| | | | | | |
| | * | | | | Finish removing autotoolsGennadiy Civil2019-06-131-44/+0
| | | | | | |
| | * | | | | Also remove googlemock/scripts/gmock-config.inGennadiy Civil2019-06-131-303/+0
| | | | | | |
| | * | | | | Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-1314-1660/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | internally and CMake community supported
| * | | | | | Documentation sync working on the documentation being included with the codeGennadiy Civil2019-06-142-60/+15
| | | | | | |
| * | | | | | googlemock/docs/CookBook.md small doc testGennadiy Civil2019-06-141-0/+2
| | |/ / / / | |/| | | |
* / | | | | Remove outdated from READMEGennadiy Civil2019-06-191-42/+0
|/ / / / /
* | | | | Makefiles are no longer supported. Adding pseudo-break with their impending ↵Gennadiy Civil2019-06-132-2/+20
| | | | | | | | | | | | | | | | | | | | removal to make sure that people who are interested will notice
* | | | | Merge pull request #2285 from tomalakgeretkal:c++17-fixGennadiy Civil2019-06-131-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | PiperOrigin-RevId: 253067038
| * | | | Fixed issue #2284 (Incompatibility with C++17)Tom Lachecki2019-06-131-2/+2
| | | | |
* | | | | Merge pull request #2283 from xammy:cmake-cmp0054Gennadiy Civil2019-06-131-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | PiperOrigin-RevId: 253052041
| * | | | Setting CMP0054 policy to NEW. This allows to use the string "SHARED" ↵Matthias Walter2019-06-121-0/+4
|/ / / / | | | | | | | | | | | | without interpreting it as a variable.
OpenPOWER on IntegriCloud