Commit Graph

47 Commits

Author SHA1 Message Date
Abseil Team d128fc8252 Googletest export
Fixes #3222, fixes #3225, closes #3223

PiperOrigin-RevId: 352066131
2021-01-15 15:54:03 -05:00
Andy Getz fb98f7447e Merge pull request #3008 from hyukmyeong:update_tutorial
PiperOrigin-RevId: 340286884
2020-11-02 22:26:39 -05:00
Hyuk Myeong 242ee2720c Remove spaces between Google Test and Google Mock 2020-09-16 01:33:41 +09:00
vslashg 1a9c3e4414 Merge pull request #2830 from keshavgbpecdelhi:patch-1
PiperOrigin-RevId: 309951872
2020-05-05 17:07:05 -04:00
keshavgbpecdelhi 4bab55dc54
Removed a typo in README.md
There is an unnecessary comma before 'and'
2020-05-01 12:24:32 +05:30
Gennadiy Civil c8d338c629 Merge pull request #2353 from anttsov:patch-1
PiperOrigin-RevId: 261198930
2019-08-02 11:32:15 -04:00
anttsov 64b17693e3
Update README.md
fixed links to docs pages (on googlemock/README.md)
2019-07-31 10:34:36 +03:00
anttsov 579591a351
Update README.md
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
2019-07-30 10:17:22 +03:00
Gennadiy Civil 4ab6f4d709 Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS 2019-07-16 14:38:15 -04:00
Krystian Kuzniarek b138afde15 rename and apply snake_case on KnownIssues.md 2019-07-13 08:16:41 +02:00
Krystian Kuzniarek 1d5b7cc1e2 rename and apply snake_case on FrequentlyAskedQuestions.md 2019-07-13 08:15:20 +02:00
Krystian Kuzniarek 92d92f2f55 rename and apply snake_case on ForDummies.md 2019-07-13 08:09:11 +02:00
Krystian Kuzniarek 275bbc7884 rename and apply snake_case on CheatSheet.md 2019-07-13 07:47:14 +02:00
Gennadiy Civil 5ed950c9e3 Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process 2019-06-19 16:48:38 -04:00
Gennadiy Civil 6b8c138154 Removing make and automake. The only supported build systems are Bazel internally and CMake community supported 2019-06-13 13:49:42 -04:00
Jerry Turcios 11319f1c63 Correct grammatical error in README.md 2018-10-31 12:56:21 -04:00
Gennadiy Civil 5c89346def
Update README.md 2018-09-13 17:22:16 -04:00
Arkady Shapkin e6c407d605 Fix doc links 2018-09-04 23:07:18 +03:00
Will Vining 08aa7c67dd Fix #1764 Remove cmake code that leads to a configuration error
This step is no longer necessary. The configuration given in the
googletest README.md is sufficient to bring in all the googlemock
headers.
2018-08-24 12:52:32 -06:00
Gennadiy Civil de47b0d30c Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation 2018-06-11 11:26:16 -04:00
Carlos O'Ryan 23a014ab57
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
2017-12-11 19:33:27 -05:00
Herbert Thielen e033d8c73d change links from former code.google.com to current github repository 2017-08-31 18:12:17 +02:00
Eduardo Caceres 854b28f199 Minor style fixes
Typos, punctuation & broken links
2017-08-10 18:05:32 +02:00
danilcha 5ff680577d Again rewrote everything 2017-03-12 18:11:22 +01:00
danilcha 81bc87652d Added explicit gtest library dependency 2017-03-12 17:47:14 +01:00
danilcha b6c4d434db Update README.md 2017-03-11 01:06:58 +01:00
danilcha b2521c890a Update README.md 2017-03-11 01:02:21 +01:00
Billy Donahue ba638689e4 Remove /tree/ from Readme.md links.
Issue #1028
2017-02-25 20:46:21 -05:00
Sam Roth 3134af23d7 Merge pull request #1 from google/master
Syncing my branch
2017-01-23 13:49:32 -05:00
Craig Scott cb502b7ad1 Added CMake configure-time download instructions to docs
Adds instructions for how to add gtest and gmock to
another CMake project directly. Downloading of the
googletest sources happens as configure time, allowing
it to be added to the main build directly via the
add_subdirectory() command. This ensures googletest is
built with the same compiler settings, etc. and will
typically result in a more robust and more convenient
build arrangement.
2016-12-18 09:01:27 +11:00
Samuel Roth 32b4a9b390 Fixed broken links 2016-09-12 12:34:50 -04:00
Samuel Roth 0e0ff5c341 blob vs tree 2016-09-12 12:33:44 -04:00
Samuel Roth 960a511f45 Fixing relative links 2016-09-12 12:31:50 -04:00
Samuel Roth 995db996de Fixing KnownIssues and FrequentlyAskedQuestions links 2016-09-12 12:27:36 -04:00
Samuel Roth f5c0130e88 Broken relative links fixed 2016-09-12 12:24:08 -04:00
Samuel Roth 9cb03aa702 Fixing ForDummies link 2016-09-12 12:19:26 -04:00
Samuel Roth 51b290d41e One works 2016-09-12 12:15:49 -04:00
Samuel Roth 16d6af7d41 Relative links 2016-09-12 12:14:53 -04:00
Samuel Roth 10ff7f9468 Fixing relative links 2016-09-12 12:14:00 -04:00
Billy Donahue ccd0f94e82 Merge pull request #592 from Ferenc-/master
Fix typo in googlemock/README.md
2015-11-30 13:49:47 -05:00
Marco Molteni e35cee9698 Fix broken link to FrequentlyAskedQuestions 2015-09-23 21:08:21 +02:00
Ferenc- 30846f31c5 Fix typo in googlemock/README.md 2015-09-19 00:10:55 +02:00
Billy Donahue 8cb0499b6a Fix relative links in googlemock docs. 2015-09-17 18:22:40 -04:00
Billy Donahue 23bd6d8a9b readme merging 2015-08-30 12:36:37 -04:00
Billy Donahue 3f4e79b999 readme merging 2015-08-26 21:45:10 -04:00
Billy Donahue 37b5c297cf readme merging 2015-08-26 18:28:20 -04:00
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 2015-08-25 17:47:18 -04:00