aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1341 from coryan/fix-issue-776-support-autoconf-as-submoduleGennadiy Civil2018-01-039-33/+203
|\ | | | | Run autoconf from top-level directory.
| * Merge branch 'master' into fix-issue-776-support-autoconf-as-submoduleGennadiy Civil2018-01-032-8/+3
| |\ | |/ |/|
* | Merge pull request #1374 from davidben/tuple-msvcGennadiy Civil2018-01-031-1/+1
|\ \ | | | | | | Fix testing::Combine on MSVC 2017.
| * \ Merge branch 'master' into tuple-msvcGennadiy Civil2018-01-031-2/+6
| |\ \
| * | | Fix testing::Combine on MSVC 2017.David Benjamin2018-01-021-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 #991 from davidben/uintptrGennadiy Civil2018-01-031-7/+2
|\ \ \ \ | |_|/ / |/| | | Pass MSVC's C4826 warning.
| * | | Merge branch 'master' into uintptrGennadiy Civil2018-01-02177-28909/+4138
| |\| |
| * | | Pass MSVC's C4826 warning.David Benjamin2017-08-071-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MSVC has an optional warning which flags when 32-bit pointers get cast into a 64-bit value. This is a little overaggressive I think, but to ease compiling in projects with aggressive warnings, fix this by just casting to const void * directly. Modern GCCs seem to compile it just fine.
| | | * Merge branch 'master' into fix-issue-776-support-autoconf-as-submoduleGennadiy Civil2018-01-032-2/+10
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #1376 from gennadiycivil/masterSamuel Benzaquen2018-01-031-2/+6
|\ \ \ \ | |_|/ / |/| | | OSS Sync, cl 163329677
| * | | OSS Sync, cl 163329677misterg2018-01-021-2/+6
|/ / /
* | | Merge pull request #1109 from davidben/vs2017Gennadiy Civil2018-01-021-0/+4
|\ \ \ | | | | | | | | Avoid warning C4619 in MSVC 2017.
| * | | Avoid warning C4619 in MSVC 2017.David Benjamin2017-12-251-0/+4
|/ / / | | | | | | | | | | | | C4800 has since been removed in MSVC 2017, so trying to silence it throws warning C4619 when enabled.
| | * Build both googletest and googlemock.Carlos O'Ryan2017-12-241-2/+0
| | |
| | * Create a autotools-based build for Travis.Carlos O'Ryan2017-12-244-2/+99
| | | | | | | | | | | | When this build works, we know the autoconf support is working.
| | * Merge branch 'master' into fix-issue-776-support-autoconf-as-submoduleGennadiy Civil2017-12-223-15/+13
| | |\ | |_|/ |/| |
* | | Merge pull request #778 from gpakosz/C4389Gennadiy Civil2017-12-211-2/+0
|\ \ \ | | | | | | | | Re-enable MSVC++ C4389 warning in CmdHelperEq()
| * | | Re-enable MSVC++ C4389 warning in CmdHelperEq()Gregory Pakosz2017-12-211-2/+0
|/ / / | | | | | | | | | | | | C4389 was inhibited in commit 4b83461 making behavior inconsistent with other compilers.
* | | Merge pull request #1357 from bryanzim/masterGennadiy Civil2017-12-202-13/+13
|\ \ \ | | | | | | | | CMake fixes for paths with spaces
| * | | Update internal_utils.cmakebryanzim2017-12-201-2/+1
| | | |
| * | | Merge branch 'master' into masterbryanzim2017-12-2017-115/+7
| |\ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into masterbryanzim2017-12-159-360/+193
| |\ \ \
| * \ \ \ Merge branch 'master' into masterbryanzim2017-12-118-29/+309
| |\ \ \ \
| * | | | | remove extra lineBryan Zimmerman2017-12-111-1/+0
| | | | | |
| * | | | | remove implicit castsBryan Zimmerman2017-12-114-10/+8
| | | | | |
| * | | | | Merge branch 'master' into masterbryanzim2017-12-112-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into masterbryanzim2017-12-081-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into masterbryanzim2017-12-084-5/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into masterbryanzim2017-12-062-4/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | replaced back accidently removed static_cast with consistent ImplicitCast_Bryan Zimmerman2017-11-221-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into masterbryanzim2017-10-302-4/+12
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix for VS2017 deprecation of ::tr1::tupleBryan Zimmerman2017-10-276-22/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change static_cast to ImplicitCast_ for consitency fixes for building with path names containing spaces
| | | | | | | | | | * Merge branch 'master' into fix-issue-776-support-autoconf-as-submoduleGennadiy Civil2017-12-1917-115/+7
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1248 from ↵Gennadiy Civil2017-12-1916-112/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aninf-wo/hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS remove GTEST_HAS_PARAM_TESTS
| * | | | | | | | | | | Update gtest-param-test.h.pumpGennadiy Civil2017-12-191-3/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Update gtest-param-test.h.pumpGennadiy Civil2017-12-191-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-12-1817-389/+502
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-12-096-6/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-12-011-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-11-0714-47/+136
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-10-0420-22/+22
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-2410-163/+193
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-086-11/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-0416-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/bazelGennadiy Civil2017-12-191-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | Also build when included in source.
| * | | | | | | | | | | | | | | Merge branch 'master' into bazelGennadiy Civil2017-12-18108-1981/+3326
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into bazelGennadiy Civil2017-08-224-9/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bazelZhongming Qu2017-08-181-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Also can build when included in source.Zhongming Qu2017-08-181-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove trailing whitespaces in BUILD.bazelZhongming Qu2017-08-181-2/+2
| | | | | | | | | | | | | | | | | |