Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into tuple-msvc | Gennadiy Civil | 2018-01-03 | 1 | -2/+6 |
|\ | |||||
| * | Merge pull request #1376 from gennadiycivil/master | Samuel Benzaquen | 2018-01-03 | 1 | -2/+6 |
| |\ | | | | | | | OSS Sync, cl 163329677 | ||||
| | * | OSS Sync, cl 163329677 | misterg | 2018-01-02 | 1 | -2/+6 |
| |/ | |||||
* / | Fix testing::Combine on MSVC 2017. | David Benjamin | 2018-01-02 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | On platforms with std::tuple and not std::tr1::tuple, GTEST_HAS_COMBINE gets turned off when it works fine (due to GTEST_TUPLE_NAMESPACE_). Elsewhere in the project, several GTEST_HAS_TR1_TUPLE checks additionally check GTEST_HAS_STD_TUPLE_, so use that formulation. (The ones that don't are specific to std::tr1::tuple and are followed by an identical GTEST_HAS_STD_TUPLE_ version underneath it.) In particular, this fixes testing::Combine on MSVC 2017, which regressed here: https://github.com/google/googletest/pull/1348#issuecomment-353879010 | ||||
* | Merge pull request #1109 from davidben/vs2017 | Gennadiy Civil | 2018-01-02 | 1 | -0/+4 |
|\ | | | | | Avoid warning C4619 in MSVC 2017. | ||||
| * | Avoid warning C4619 in MSVC 2017. | David Benjamin | 2017-12-25 | 1 | -0/+4 |
|/ | | | | | C4800 has since been removed in MSVC 2017, so trying to silence it throws warning C4619 when enabled. | ||||
* | Merge pull request #778 from gpakosz/C4389 | Gennadiy Civil | 2017-12-21 | 1 | -2/+0 |
|\ | | | | | Re-enable MSVC++ C4389 warning in CmdHelperEq() | ||||
| * | Re-enable MSVC++ C4389 warning in CmdHelperEq() | Gregory Pakosz | 2017-12-21 | 1 | -2/+0 |
|/ | | | | | C4389 was inhibited in commit 4b83461 making behavior inconsistent with other compilers. | ||||
* | Merge pull request #1357 from bryanzim/master | Gennadiy Civil | 2017-12-20 | 2 | -13/+13 |
|\ | | | | | CMake fixes for paths with spaces | ||||
| * | Update internal_utils.cmake | bryanzim | 2017-12-20 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' into master | bryanzim | 2017-12-20 | 17 | -115/+7 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1248 from ↵ | Gennadiy Civil | 2017-12-19 | 16 | -112/+4 |
|\ \ | | | | | | | | | | | | | aninf-wo/hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS remove GTEST_HAS_PARAM_TESTS | ||||
| * | | Update gtest-param-test.h.pump | Gennadiy Civil | 2017-12-19 | 1 | -3/+0 |
| | | | |||||
| * | | Update gtest-param-test.h.pump | Gennadiy Civil | 2017-12-19 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Gennadiy Civil | 2017-12-18 | 17 | -389/+502 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Gennadiy Civil | 2017-12-09 | 6 | -6/+18 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Gennadiy Civil | 2017-12-01 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Gennadiy Civil | 2017-11-07 | 14 | -47/+136 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-10-04 | 20 | -22/+22 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-09-24 | 10 | -163/+193 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-09-08 | 6 | -11/+42 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | remove GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-09-04 | 16 | -112/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in issue #360: "Now that all the platforms gtest supports work with value-parameterized tests, we should remove the uses of the GTEST_HAS_PARAM_TESTS macro from the codebase everywhere." https://github.com/google/googletest/issues/360 | ||||
* | | | | | | | | | | Merge pull request #1212 from qzmfranklin/bazel | Gennadiy Civil | 2017-12-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Also build when included in source. | ||||
| * | | | | | | | | | Merge branch 'master' into bazel | Gennadiy Civil | 2017-12-18 | 108 | -1981/+3326 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into bazel | Gennadiy Civil | 2017-08-22 | 4 | -9/+71 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bazel | Zhongming Qu | 2017-08-18 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Also can build when included in source. | Zhongming Qu | 2017-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Remove trailing whitespaces in BUILD.bazel | Zhongming Qu | 2017-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Merge branch 'master' into master | bryanzim | 2017-12-15 | 9 | -360/+193 |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #1354 from coryan/fix-top-level-license | Gennadiy Civil | 2017-12-15 | 9 | -360/+193 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add top-level LICENSE and CONTRIBUTING.md files [skip ci] | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'fix-top-level-license' of github.com:coryan/googletest into ↵ | Carlos O'Ryan | 2017-12-11 | 10 | -33/+313 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix-top-level-license | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix-top-level-license | Gennadiy Civil | 2017-12-11 | 10 | -33/+313 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Refactor docs about contributions to CONTRIBUTING.md. | Carlos O'Ryan | 2017-12-11 | 8 | -364/+132 |
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per the review comments. | ||||
| * | | | | | | | | | | | | Also add documentation around becoming a contributor. | Carlos O'Ryan | 2017-12-08 | 1 | -0/+37 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Wrong LICENSE file, sorry. Corrected. [skip ci] | Carlos O'Ryan | 2017-12-08 | 1 | -201/+28 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add Apache-2.0 LICENSE file. | Carlos O'Ryan | 2017-12-08 | 1 | -0/+201 |
| | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | Merge branch 'master' into master | bryanzim | 2017-12-11 | 8 | -29/+309 |
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #1355 from coryan/blaze-build-travis | Gennadiy Civil | 2017-12-11 | 8 | -29/+309 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | Implement bazel-based builds in Travis. | ||||
| * | | | | | | | | | | | | Merge branch 'master' into blaze-build-travis | Gennadiy Civil | 2017-12-11 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Implement bazel-based builds in Travis. | Carlos O'Ryan | 2017-12-08 | 8 | -29/+309 |
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactored test build scripts to enable bazel-build scripts in Travis. | ||||
| | | | | | | | | | | * | remove extra line | Bryan Zimmerman | 2017-12-11 | 1 | -1/+0 |
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | remove implicit casts | Bryan Zimmerman | 2017-12-11 | 4 | -10/+8 |
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Merge branch 'master' into master | bryanzim | 2017-12-11 | 2 | -4/+4 |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #1333 from sam-lunt/use-system-includes | Gennadiy Civil | 2017-12-09 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | Use system includes | ||||
| * | | | | | | | | | | | Merge branch 'master' into use-system-includes | Gennadiy Civil | 2017-12-08 | 6 | -2/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'master' into use-system-includes | Gennadiy Civil | 2017-12-01 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | make includes system | Sam Lunt | 2017-11-27 | 2 | -4/+4 |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| | | | | | | | | | * | Merge branch 'master' into master | bryanzim | 2017-12-08 | 1 | -0/+2 |
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1340 from coryan/fix-googlemock-test-build-file | Gennadiy Civil | 2017-12-08 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add licenses() directive for googlemock/tests. | ||||
| * | | | | | | | | | | | Add licenses() directive for googlemock/tests. | Carlos O'Ryan | 2017-12-08 | 1 | -0/+2 |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the directive embedding googletest into third_party breaks any //... target. |