summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2021-01-268-63/+3
| | | | | | Delete internal tags from docs PiperOrigin-RevId: 353769887
* Googletest exportAbseil Team2021-01-261-3/+6
| | | | | | Updates the gMock cheat sheet to include the versions of the Field and Property matchers which take an additional name parameter. PiperOrigin-RevId: 353273968
* Googletest exportAbseil Team2021-01-261-0/+1
| | | | | | | `IsEmpty()` | `argument` is an empty string. | PiperOrigin-RevId: 352880252
* Googletest exportofats2021-01-261-190/+0
| | | | | | Remove scripts for code generating together with related files. PiperOrigin-RevId: 352805926
* Googletest exportAbseil Team2021-01-269-33/+33
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-155-10/+6
| | | | | | Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
* Merge pull request #3214 from kuzkry:broken-linkDerek Mauro2021-01-151-1/+1
|\ | | | | | | PiperOrigin-RevId: 352044381
| * fix a broken linkrefs/pull/3214/headKrystian Kuzniarek2021-01-151-1/+1
| |
* | Googletest exportAbseil Team2021-01-151-0/+2
| | | | | | | | | | | | Add "using is_gtest_matcher = void" to the DivisibleBy7Matcher example. PiperOrigin-RevId: 351797821
* | Googletest exportAbseil Team2021-01-141-66/+113
|/ | | | | | | | | | | | Change Matcher<T> to allow binding an implementation by value directly: - Drop the requirement of MatcherInterface. Doing manual type erasure avoid extra layers in many cases. - Avoid the adaptor for `MatcherInterface<T>` and `MatcherInterface<const T&>` mismatch. - Use a small object optimization when possible. This makes things like `_` and `Eq(1)` really cheap and do not require memory allocations. - Migrate some matchers to the new model to speed them up and to test the new framework. More matchers to come in future changes. PiperOrigin-RevId: 350580998
* Googletest exportAbseil Team2021-01-1411-0/+10518
| | | | | | Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2529-16074/+0
|
* Update PumpManual.mdrefs/pull/502/headBilly Donahue2015-08-221-2/+2
|
* relative links to samples/Billy Donahue2015-08-221-11/+11
|
* Move wiki .md files to docs/ folder.refs/pull/498/headBilly Donahue2015-08-2229-0/+16074