Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2382 from kuzkry:dead-metafunction | Gennadiy Civil | 2019-08-15 | 2 | -24/+0 |
|\ | | | | | | | PiperOrigin-RevId: 263416977 | ||||
| * | remove a dead metafunction | Krystian Kuzniarek | 2019-08-08 | 2 | -24/+0 |
| | | |||||
* | | Merge pull request #2386 from kuzkry:outdated-comment | Gennadiy Civil | 2019-08-15 | 1 | -6/+0 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 263400925 | ||||
| * | | remove an outdated comment | Krystian Kuzniarek | 2019-08-11 | 1 | -6/+0 |
| | | | |||||
* | | | Googletest export | Abseil Team | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Internal changes PiperOrigin-RevId: 262994110 | ||||
* | | | Googletest export | Abseil Team | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fix a link to the guide for creating custom matchers. PiperOrigin-RevId: 262572684 | ||||
* | | | Googletest export | Abseil Team | 2019-08-15 | 1 | -4/+0 |
|/ / | | | | | | | | | | | Internal change, documentation only. PiperOrigin-RevId: 262554386 | ||||
* | | Merge pull request #2378 from kuzkry:markdown-table | Gennadiy Civil | 2019-08-07 | 4 | -19/+482 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 262135359 | ||||
| * | | fix an improperly generated table | Krystian Kuzniarek | 2019-08-07 | 1 | -9/+3 |
| |/ | |||||
* | | Googletest export | Abseil Team | 2019-08-07 | 2 | -4/+5 |
| | | | | | | | | | | | | Fix broken links. PiperOrigin-RevId: 262123510 | ||||
* | | Googletest export | Abseil Team | 2019-08-07 | 1 | -3/+27 |
| | | | | | | | | | | | | Add general explanation of MOCK_METHOD, including list of supported qualifiers. PiperOrigin-RevId: 262077180 | ||||
* | | Merge pull request #2372 from pitrou:issue2371-windows-crt-asserts | Gennadiy Civil | 2019-08-07 | 5 | -480/+81 |
|\ \ | |/ |/| | | | PiperOrigin-RevId: 262040609 | ||||
| * | Fix #2371: Redirect Windows CRT assertions to stderr | Antoine Pitrou | 2019-08-06 | 2 | -5/+71 |
| | | |||||
* | | Merge pull request #2375 from kuzkry:broken-links | Gennadiy Civil | 2019-08-06 | 8 | -21/+486 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 261970482 | ||||
| * | | fix broken links | Krystian Kuzniarek | 2019-08-06 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2359 from kuzkry:superfluous-mutable | CJ Johnson | 2019-08-06 | 9 | -487/+22 |
|\ \ \ | |/ / |/| | | | | | PiperOrigin-RevId: 261947085 | ||||
| * | | remove an excessive mutable type specifier | Krystian Kuzniarek | 2019-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | MockFunction's private member cannot be reached from outside and all its non-static member functions are not const. | ||||
* | | | Googletest export | Abseil Team | 2019-08-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Fix broken link. PiperOrigin-RevId: 261940226 | ||||
* | | | Merge pull request #2111 from knuto:pr/remove_slash | Gennadiy Civil | 2019-08-06 | 7 | -15/+494 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 261906004 | ||||
| * | | | Remove / from parameterized test names if base test name is empty | Knut Omang | 2019-04-26 | 3 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful to let a subsystem generate test names based on parameterized tests without exposing them as such to the user. Signed-off-by: Knut Omang <knut.omang@oracle.com> | ||||
* | | | | Googletest export | misterg | 2019-08-06 | 1 | -5/+1 |
| |_|/ |/| | | | | | | | | | | | | | | Restore https://github.com/google/googletest/pull/2309 that got overwritten PiperOrigin-RevId: 261759571 | ||||
* | | | Googletest export | misterg | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 261683482 | ||||
* | | | Merge pull request #2358 from kuzkry:adjustment-of-similar-comments | Gennadiy Civil | 2019-08-02 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 261355792 | ||||
| * | | | adjust a comment to the similar section in advanced.md | Krystian Kuzniarek | 2019-07-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | in addition, fix typo of use -> us | ||||
* | | | | Merge pull request #2341 from ChrisBaish:master | Gennadiy Civil | 2019-08-02 | 1 | -12/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261344735 | ||||
| * | | | | Moved explanation to single line as well | Chris Baish | 2019-07-19 | 1 | -12/+6 |
| | | | | | |||||
| * | | | | Moved table to single lines | Chris Baish | 2019-07-19 | 1 | -12/+12 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' into primer_md_table_update | Chris Baish | 2019-07-19 | 10 | -184/+224 |
| |\ \ \ \ | |||||
| * | | | | | Update primer.md | Chris Baish | 2019-07-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | Correct formatting in table | ||||
* | | | | | | Merge pull request #2357 from kuzkry:obsolete-documentation | Gennadiy Civil | 2019-08-02 | 8 | -30/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261343928 | ||||
| * | | | | | | update pre-C++11 paragraphs | Krystian Kuzniarek | 2019-07-31 | 4 | -20/+12 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #2361 from guillemglez:master | Gennadiy Civil | 2019-08-02 | 5 | -46/+51 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261340959 | ||||
| * | | | | | | Fix table formatting in advanced.md | Guillem González Vela | 2019-08-01 | 1 | -36/+23 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Googletest export | Abseil Team | 2019-08-02 | 2 | -294/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove markdown extension which isn't supported on github. PiperOrigin-RevId: 261321329 | ||||
* | | | | | | Merge pull request #2353 from anttsov:patch-1 | Gennadiy Civil | 2019-08-02 | 5 | -10/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261198930 | ||||
| * | | | | | | Update README.md | anttsov | 2019-07-31 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | fixed links to docs pages (on googlemock/README.md) | ||||
| * | | | | | | Update README.md | anttsov | 2019-07-30 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 6 | -32/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ON_CALL/EXPECT_CALL example comment PiperOrigin-RevId: 261150884 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signed conversion warning for wchar_t -> wint_t. Fixes Github issue #2300 PiperOrigin-RevId: 261045497 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the fact that {Setup,TearDown}TestSuite failures are currently being dropped. PiperOrigin-RevId: 260962695 | ||||
* | | | | | | | Googletest export | misterg | 2019-08-01 | 5 | -19/+173 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 260939845 | ||||
* | | | | | | Merge pull request #2356 from kuzkry:typos | Gennadiy Civil | 2019-07-30 | 42 | -228/+228 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260786935 | ||||
| * | | | | | | fix typos | Krystian Kuzniarek | 2019-07-30 | 42 | -228/+228 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2354 from kuzkry:trailing-whitespaces | Gennadiy Civil | 2019-07-30 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260782847 | ||||
| * | | | | | | | remove trailing whitespaces | Krystian Kuzniarek | 2019-07-30 | 1 | -3/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #2355 from kuzkry:markdown-numbering | Gennadiy Civil | 2019-07-30 | 5 | -37/+37 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | PiperOrigin-RevId: 260782065 | ||||
| * | | | | | | fix numbering of ordered lists in Markdown | Krystian Kuzniarek | 2019-07-30 | 5 | -37/+37 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #2338 from kuzkry:environment-documentation | Gennadiy Civil | 2019-07-29 | 1 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260559531 | ||||
| * | | | | | | explicitly show overriding to align examples to their comments | Krystian Kuzniarek | 2019-07-18 | 1 | -2/+2 |
| | | | | | | |