| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename AdvancedGuide.md to advanced.md and adjust the links. | Gennadiy Civil | 2018-06-11 | 9 | -17/+17 |
|
|
* | Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion ... | Gennadiy Civil | 2018-06-11 | 7 | -15/+15 |
|
|
* | Merge pull request #1619 from Steelskin/fuchsia-launchpad-removal | Gennadiy Civil | 2018-06-05 | 1 | -22/+21 |
|\ |
|
| * | Merge branch 'master' into fuchsia-launchpad-removalrefs/pull/1619/head | Gennadiy Civil | 2018-06-04 | 2 | -0/+10 |
| |\
| |/
|/| |
|
* | | Merge pull request #1620 from gennadiycivil/master | Gennadiy Civil | 2018-06-04 | 2 | -0/+10 |
|\ \ |
|
| * | | Upstream, cl/199129756refs/pull/1620/head | Gennadiy Civil | 2018-06-04 | 2 | -0/+10 |
|/ / |
|
| * | Merge branch 'master' into fuchsia-launchpad-removal | Gennadiy Civil | 2018-06-04 | 2 | -6/+5 |
| |\
| |/
|/| |
|
* | | Merge pull request #1608 from gennadiycivil/master | Gennadiy Civil | 2018-06-01 | 2 | -6/+5 |
|\ \ |
|
| * | | formatting changes refs/pull/1608/head | Gennadiy Civil | 2018-05-23 | 2 | -6/+5 |
|/ / |
|
| * | Clean up | Fabrice de Gans-Riberi | 2018-05-31 | 1 | -5/+1 |
|
|
| * | Remvoe launchpad dependency from Fuchsia. | Fabrice de Gans-Riberi | 2018-05-31 | 1 | -23/+26 |
|/ |
|
* | Merge pull request #1607 from gennadiycivil/master | Gennadiy Civil | 2018-05-23 | 30 | -30/+30 |
|\ |
|
| * | Formatting changes refs/pull/1607/head | Gennadiy Civil | 2018-05-23 | 30 | -30/+30 |
|/ |
|
* | Merge pull request #1603 from Steelskin/unused-variable-fuchsia | Gennadiy Civil | 2018-05-22 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into unused-variable-fuchsiarefs/pull/1603/head | Gennadiy Civil | 2018-05-22 | 5 | -10/+65 |
| |\
| |/
|/| |
|
* | | Merge pull request #1591 from sgraham/disabled-rtti | Gennadiy Civil | 2018-05-22 | 2 | -8/+6 |
|\ \ |
|
| * \ | Merge branch 'master' into disabled-rttirefs/pull/1591/head | Gennadiy Civil | 2018-05-22 | 3 | -2/+59 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge pull request #1601 from jdennett/StdLibVersioning | Gennadiy Civil | 2018-05-22 | 3 | -2/+59 |
|\ \ \ |
|
| * | | | Downgrade to C++98.refs/pull/1601/head | James Dennett | 2018-05-21 | 1 | -6/+6 |
|
|
| * | | | Downgrade to C++98 code. | James Dennett | 2018-05-21 | 1 | -6/+6 |
|
|
| * | | | Merge branch 'master' into StdLibVersioning | James Dennett | 2018-05-21 | 2 | -4/+30 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | Add support for versioned standard libraries. | James Dennett | 2018-05-11 | 1 | -2/+18 |
|
|
| * | | | Update generated code. | James Dennett | 2018-05-11 | 1 | -2/+18 |
|
|
| * | | | Add unit test for CanonicalizeForStdLibVersioning. | James Dennett | 2018-05-11 | 1 | -0/+25 |
|
|
| | * | | Merge branch 'master' into disabled-rtti | Scott Graham | 2018-05-11 | 10 | -22/+273 |
| | |\ \
| |_|/ /
|/| | | |
|
| | * | | Fix gmock not building when -fno-rtti | Scott Graham | 2018-05-02 | 2 | -8/+6 |
|
|
| | | * | Remove unused variable in Fuchsia. | Fabrice de Gans-Riberi | 2018-05-11 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge pull request #1597 from jaeheonlee/master | Gennadiy Civil | 2018-05-11 | 2 | -4/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use NULL instead of nullptr, for pre-C++11 builds.refs/pull/1597/head | Jae Heon Lee | 2018-05-09 | 1 | -2/+2 |
|
|
| * | | Fix the bug where ad_hoc_test_result() functions of UnitTest and TestCase obj... | Jae Heon Lee | 2018-05-07 | 2 | -4/+30 |
|/ / |
|
* | | Merge pull request #1593 from Steelskin/fuchsia_death_test | Gennadiy Civil | 2018-05-07 | 8 | -18/+243 |
|\ \
| |/
|/| |
|
| * | Remove magic numberrefs/pull/1593/head | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 |
|
|
| * | Style fix | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 |
|
|
| * | Fix comments | Fabrice de Gans-Riberi | 2018-05-03 | 2 | -6/+6 |
|
|
| * | Fix more stuff and get tests to pass | Fabrice de Gans-Riberi | 2018-05-03 | 6 | -14/+35 |
|
|
| * | Get all the things to work. | Fabrice de Gans-Riberi | 2018-05-02 | 1 | -35/+45 |
|
|
| * | Fix stuff | Fabrice de Gans-Riberi | 2018-05-02 | 1 | -29/+27 |
|
|
| * | Add Fuchsia support for death test. | Fabrice de Gans-Riberi | 2018-05-01 | 4 | -4/+200 |
|/ |
|
* | Merge pull request #1589 from sgraham/rtti-build | Gennadiy Civil | 2018-05-01 | 2 | -0/+11 |
|\ |
|
| * | Add no-exception and no-rtti to build matrixrefs/pull/1589/head | Scott Graham | 2018-05-01 | 2 | -0/+11 |
|/ |
|
* | Merge pull request #1588 from gennadiycivil/master | Gennadiy Civil | 2018-04-25 | 4 | -597/+619 |
|\ |
|
| * | mergedrefs/pull/1588/head | Gennadiy Civil | 2018-04-25 | 1 | -1/+0 |
| |\
| |/
|/| |
|
* | | Merge pull request #1582 from dnsunderland/parameterless | Gennadiy Civil | 2018-04-19 | 7 | -13/+426 |
|\ \ |
|
| * \ | Merge branch 'master' into parameterlessrefs/pull/1582/head | 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-19 | 1 | -1/+1 |
|
|
| * | | Mark new GetWithoutMatchers method as part of the exported API, to address MS... | David Sunderland | 2018-04-19 | 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 |
| | |\ \ |
|