| Commit message (Expand) | Author | Age | Files | Lines |
* | formatting custom/README.md | Gennadiy Civil | 2018-08-13 | 1 | -1/+1 |
* | formatting for new READMEs | Gennadiy Civil | 2018-08-13 | 1 | -6/+6 |
* | Move instructions into custom/README files | Gennadiy Civil | 2018-08-13 | 3 | -13/+18 |
* | comment cleanup | Gennadiy Civil | 2018-08-13 | 1 | -2/+0 |
* | Update gmock_output_test.py | Gennadiy Civil | 2018-08-09 | 1 | -1/+1 |
* | Formatting change for auto code management, no functionality changes | Gennadiy Civil | 2018-08-09 | 1 | -1/+2 |
* | Formatting changes,small cleanup, no functionality changes | Gennadiy Civil | 2018-08-07 | 1 | -1/+2 |
* | small cleanup, np functional changes | Gennadiy Civil | 2018-08-07 | 1 | -2/+0 |
* | automatic code sync mgt, comment only | Gennadiy Civil | 2018-08-06 | 1 | -0/+2 |
* | Merge branch 'master' into master | Gennadiy Civil | 2018-08-01 | 4 | -7/+7 |
|\ |
|
| * | Merge branch 'master' into master | Gennadiy Civil | 2018-07-30 | 23 | -1/+47 |
| |\ |
|
| * | | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 4 | -7/+7 |
* | | | Formatting changes and upstreaming one test | Gennadiy Civil | 2018-08-01 | 2 | -3/+0 |
| |/
|/| |
|
* | | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 23 | -1/+47 |
|/ |
|
* | Formatting changes, code sync | Gennadiy Civil | 2018-07-25 | 1 | -2/+1 |
* | Merge branch 'master' into feature/fix-build-error-vs2017-win10-jp | Masaru Tsuchiyama | 2018-07-21 | 5 | -28/+67 |
|\ |
|
| * | code merge | Gennadiy Civil | 2018-07-20 | 2 | -1/+18 |
| * | Merge branch 'master' into googletest_for_asam | duxiuxing | 2018-07-20 | 2 | -7/+29 |
| |\ |
|
| | * | code sync | Gennadiy Civil | 2018-07-19 | 2 | -4/+9 |
| | * | Code sync | Gennadiy Civil | 2018-07-18 | 1 | -3/+20 |
| * | | Replace "…" with "..."(three dots) to fix warning C4819 in Visual Studio | 杜修杏 | 2018-07-20 | 2 | -4/+4 |
| * | | Merge branch 'master' into googletest_for_asam | duxiuxing | 2018-07-19 | 3 | -204/+3 |
| |\| |
|
| * | | Fix warning C4819: The file contains a character that cannot be represented i... | duxiuxing | 2018-07-17 | 3 | -21/+21 |
* | | | Merge branch 'master' into feature/fix-build-error-vs2017-win10-jp | Masaru Tsuchiyama | 2018-07-19 | 3 | -204/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Code sync, mostly formatting and removing outdates | Gennadiy Civil | 2018-07-18 | 2 | -203/+2 |
| * | | Formatting and a link | Gennadiy Civil | 2018-07-18 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into feature/fix-build-error-vs2017-win10-jp | Masaru Tsuchiyama | 2018-07-18 | 1 | -3/+2 |
|\| |
|
| * | Put ifdef guard after the includes. | Adrian Moran | 2018-07-13 | 1 | -1/+1 |
| * | Avoid full test in no exceptions are enabled. | Adrian Moran | 2018-07-12 | 1 | -5/+2 |
| * | Fix issue #1654. | Adrian Moran | 2018-07-11 | 1 | -0/+2 |
* | | This closes #1595: fix compiler error with Visual Studio 2017 on Win10 JP. | Masaru Tsuchiyama | 2018-06-30 | 2 | -8/+8 |
|/ |
|
* | Removed "Documentation.md" not adding value and not consitent with internal docs | Gennadiy Civil | 2018-06-11 | 1 | -1/+0 |
* | Rename AdvancedGuide.md to advanced.md and adjust the links. | Gennadiy Civil | 2018-06-11 | 3 | -3/+3 |
* | Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion ... | Gennadiy Civil | 2018-06-11 | 2 | -9/+9 |
* | formatting changes | Gennadiy Civil | 2018-05-23 | 2 | -6/+5 |
* | Formatting changes | Gennadiy Civil | 2018-05-23 | 2 | -2/+2 |
* | Fix gmock not building when -fno-rtti | Scott Graham | 2018-05-02 | 2 | -8/+6 |
* | merged | Gennadiy Civil | 2018-04-25 | 1 | -1/+0 |
|\ |
|
| * | Merge branch 'master' into parameterless | Gennadiy Civil | 2018-04-19 | 1 | -112/+93 |
| |\ |
|
| * | | Fix friend declaration to use GTEST_API_ decl spec. | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| * | | Revert useless use of GTEST_API_ on WithoutMatchers decl. | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| * | | Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem... | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| * | | Mark new GetWithoutMatchers method as part of the exported API, to address MS... | David Sunderland | 2018-04-18 | 2 | -2/+2 |
| * | | Merge branch 'parameterless' of https://github.com/dnsunderland/googletest in... | David Sunderland | 2018-04-18 | 5 | -270/+438 |
| |\ \ |
|
| | * \ | Merge branch 'master' into parameterless | dnsunderland | 2018-04-18 | 5 | -270/+438 |
| | |\ \ |
|
| * | | | | Don't use generalized initializer list; is C++11 extension. | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 7 | -13/+426 |
* | | | | merging, | Gennadiy Civil | 2018-04-25 | 8 | -493/+929 |
| |_|/
|/| | |
|
* | | | reverting, test | Gennadiy Civil | 2018-04-19 | 1 | -13/+3 |
* | | | reverting just to test | Gennadiy Civil | 2018-04-19 | 1 | -1/+1 |