Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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. | 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 |
| |/ | |||||
* | | Add support for versioned standard libraries. | James Dennett | 2018-05-10 | 1 | -2/+18 |
* | | Update generated code. | James Dennett | 2018-05-10 | 1 | -2/+18 |
* | | Add unit test for CanonicalizeForStdLibVersioning. | James Dennett | 2018-05-10 | 1 | -0/+25 |
|/ | |||||
* | Merge pull request #1593 from Steelskin/fuchsia_death_test | Gennadiy Civil | 2018-05-07 | 8 | -18/+243 |
|\ | |||||
| * | Remove magic number | 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-01 | 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 matrix | Scott Graham | 2018-05-01 | 2 | -0/+11 |
|/ | |||||
* | Merge pull request #1588 from gennadiycivil/master | Gennadiy Civil | 2018-04-25 | 4 | -597/+619 |
|\ | |||||
| * | merged | 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 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 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1580 from gennadiycivil/master | Gennadiy Civil | 2018-04-19 | 1 | -112/+93 |
|\ \ \ | |_|/ |/| | | |||||
| * | | reverting, test | Gennadiy Civil | 2018-04-19 | 1 | -13/+3 |
| * | | reverting just to test | Gennadiy Civil | 2018-04-19 | 1 | -1/+1 |
| * | | testing | Gennadiy Civil | 2018-04-19 | 1 | -12/+12 |
| * | | more typos | Gennadiy Civil | 2018-04-18 | 1 | -1/+1 |
| * | | msvc | Gennadiy Civil | 2018-04-18 | 1 | -8/+6 |
| * | | more typos | Gennadiy Civil | 2018-04-18 | 1 | -3/+2 |
| * | | typo | Gennadiy Civil | 2018-04-18 | 1 | -7/+7 |
| * | | move only types docs | Gennadiy Civil | 2018-04-18 | 1 | -112/+93 |
| * | | typo | Gennadiy Civil | 2018-04-18 | 1 | -0/+4 |
| * | | typo | Gennadiy Civil | 2018-04-18 | 1 | -1/+1 |
| * | | http://cl/193386206 | Gennadiy Civil | 2018-04-18 | 1 | -0/+9 |
| * | | Merge branch 'master' of github.com:google/googletest | Gennadiy Civil | 2018-04-18 | 0 | -0/+0 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1579 from gennadiycivil/master | Gennadiy Civil | 2018-04-18 | 2 | -4/+16 |
|\ \ \ | |||||
| | * | | merge, explicit, ( should be it) | Gennadiy Civil | 2018-04-18 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge branch 'master' of github.com:google/googletest | Gennadiy Civil | 2018-04-18 | 0 | -0/+0 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1577 from gennadiycivil/master | Gennadiy Civil | 2018-04-17 | 5 | -270/+426 |
|\ \ \ | |_|/ |/| | | |||||
| | * | 193353312 | Gennadiy Civil | 2018-04-18 | 2 | -4/+16 |
| |/ | |||||
| * | cl/193060888 | Gennadiy Civil | 2018-04-17 | 1 | -3/+3 |