aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-151-32/+4
|
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-152-1692/+2486
|
* Merge pull request #2326 from kuzkry/missing-references-to-documentationGennadiy Civil2019-07-157-11/+12
|\ | | | | Add missing references to documentation
| * add missing references to DesignDoc and KnownIssuesKrystian Kuzniarek2019-07-131-1/+2
| |
| * rename and apply snake_case on KnownIssues.mdKrystian Kuzniarek2019-07-131-0/+0
| |
| * rename and apply snake_case on FrequentlyAskedQuestions.mdKrystian Kuzniarek2019-07-133-2/+2
| |
| * rename and apply snake_case on ForDummies.mdKrystian Kuzniarek2019-07-134-3/+3
| |
| * 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-134-6/+6
| |
* | 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.
* 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-194-14/+14
| | | | for including documentation in sync process
* small docs restucture and cleanupGennadiy Civil2019-06-191-1/+1
|
* Merge pull request #2286 from gennadiycivil/masterGennadiy Civil2019-06-171-3/+1
|\ | | | | Removing make and automake.
| * Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-131-3/+1
| | | | | | | | internally and CMake community supported
* | googlemock/docs/CookBook.md small doc testGennadiy Civil2019-06-141-0/+2
|/
* removing obsolete language from docs, CMake and Bazel is the only supporeted ↵Gennadiy Civil2019-06-101-71/+0
| | | | build methods
* fix typoWenyuan Yan2019-06-061-1/+1
|
* Add Optional() to the cheat sheet doc.Alex Konradi2018-10-291-0/+1
| | | | | The Optional() matcher is otherwise undocumented except in the source. This patch adds it to the cheat sheet for better visibility.
* Fix doc linksArkady Shapkin2018-09-045-14/+14
|
* Update documentation to syntax highlight codeArkady Shapkin2018-09-035-316/+342
|
* Updated broken and outdated URLsPiotr Kąkol2018-07-252-2/+2
|
* Replace "…" with "..."(three dots) to fix warning C4819 in Visual Studio杜修杏2018-07-201-2/+2
|
* Removed "Documentation.md" not adding value and not consitent with internal docsGennadiy Civil2018-06-111-1/+0
|
* Rename AdvancedGuide.md to advanced.md and adjust the links. Gennadiy Civil2018-06-113-3/+3
| | | Part of documentation rationalization work
* Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion ↵Gennadiy Civil2018-06-111-1/+1
| | | | rationalzation
* move only types docsGennadiy Civil2018-04-181-112/+93
|
* Add documentation for VariantWith.Xiaoyi Zhang2018-02-271-0/+2
|
* Fixed typosTroy Holsapple2018-02-071-3/+3
|
* Refactor docs about contributions to CONTRIBUTING.md.Carlos O'Ryan2017-12-112-133/+1
| | | | Per the review comments.
* #1282: Doc typo fixDariusz Ostolski2017-10-141-1/+1
|
* Use gender-neutral pronouns in comments and docsJonathan Wakely2017-09-272-2/+2
|
* Fix ellipsis position in examplesAlex Yursha2017-09-081-8/+16
|
* Merge pull request #900 from Gallaecio/patch-1Gennadiy Civil2017-09-011-1/+1
|\ | | | | Fix WhenSorted() documentation example
| * Fix WhenSorted() documentation exampleGallaecio2016-10-081-1/+1
| |
* | change links from former code.google.com to current github repositoryHerbert Thielen2017-08-311-2/+2
| |
* | use plural verb as mentioned in issue #1105Herbert Thielen2017-08-291-1/+1
| |
* | remove Yob's comma mentioned in issue #1105Herbert Thielen2017-08-291-1/+1
| |
* | Merge pull request #926 from bartshappee/patch-1Gennadiy Civil2017-08-111-1/+1
|\ \ | | | | | | Fix small typo in Cookbook: SeArrayArgument
| * | Fix small typo SeArrayArgumentbartshappee2016-11-071-1/+1
| |/ | | | | SeArrayArgument => SetArrayArgument
* | Merge pull request #957 from sglass68/simGennadiy Civil2017-08-101-2/+2
|\ \ | | | | | | Fix a few documentation nits in the mock dummies guide
| * | Fix a few documentation nits in the mock dummies guideSimon Glass2016-12-081-2/+2
| |/ | | | | | | Add a hyphen to 'ad hoc' and change 'distance' to plural.
* | say "former version" instead of "released version"Herbert Thielen2017-08-101-1/+1
| |
* | Merge branch 'master' into hethi/remove-old-docsHerbert Thielen2017-08-092-6/+7
|\ \
| * \ Merge pull request #867 from marzojr/patch-1Gennadiy Civil2017-08-021-2/+3
| |\ \ | | | | | | | | Clarifying documentation language
| | * | Clarifying languageMarzo Sette Torres Junior2016-09-021-2/+3
| | | | | | | | | | | | The old language might mislead someone into thinking that the access level on the base class itself was changed.
| * | | Merge pull request #998 from dawikur/patch-1Gennadiy Civil2017-08-021-2/+2
| |\ \ \ | | | | | | | | | | Replace html entities with their equivalents
| | * | | Replace html entities with their equivalentsDawid Kurek2017-02-061-2/+2
| | | |/ | | |/|
| * | | fix links to Google C++ Style GuideHerbert Thielen2017-07-302-2/+2
| | | |