Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Herbert Thielen | 2017-08-31 | 4 | -3/+10 |
|\ | |||||
| * | Merge pull request #1230 from aninf-wo/hethi/travis-unused-cmake | Gennadiy Civil | 2017-08-30 | 1 | -1/+0 |
| |\ | | | | | | | remove non-existing gmock_build_samples switch | ||||
| | * | Merge branch 'master' into hethi/travis-unused-cmake | Gennadiy Civil | 2017-08-30 | 1 | -2/+2 |
| | |\ | |||||
| | * \ | Merge branch 'master' into hethi/travis-unused-cmake | Herbert Thielen | 2017-08-30 | 5 | -13/+9 |
| | |\ \ | |||||
| | * | | | remove non-existing gmock_build_samples switch | Herbert Thielen | 2017-08-29 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge pull request #1237 from sgraham/update-docs-3 | Gennadiy Civil | 2017-08-30 | 3 | -2/+10 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIA, plus small documentation change | ||||
| | * | | | Removed "Trivial" | Gennadiy Civil | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Who knows? may not be very trivial given the code drift between internal and OSS | ||||
| | * | | | removed internal link ( not allowed in OSS) | Gennadiy Civil | 2017-08-30 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Note that it is preferable for Googlers to create a CL internally first | Scott Graham | 2017-08-30 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Merge branch 'master' into master | Gennadiy Civil | 2017-08-30 | 6 | -15/+11 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIA | Scott Graham | 2017-08-29 | 2 | -2/+6 |
| | |/ / | |||||
* | | | | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
|\| | | | |||||
| * | | | Merge pull request #1236 from aninf-wo/hethi/issue-1087-fix-advancedguide | Gennadiy Civil | 2017-08-30 | 1 | -2/+2 |
| |\ \ \ | | |_|/ | |/| | | fix SetUp/TearDownTestCase() in AdvancedGuide | ||||
| | * | | fix SetUp/TearDownTestCase() in AdvancedGuide | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
| |/ / | | | | | | | | | | fixes issue #1087 | ||||
* | | | create different python based tests for single and multi configuration build ↵ | Herbert Thielen | 2017-08-30 | 1 | -9/+21 |
| | | | | | | | | | | | | generators | ||||
* | | | Revert "ask cmake for per-configuration output subdir" | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 73d58dd4c83883b46697798e978d576b28b1d24e. Unfortunately, ${CMAKE_CFG_INTDIR} is set during build only and doesn't help here. | ||||
* | | | ask cmake for per-configuration output subdir | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | On single-configuration build systems as Makefile Generators, there is no subdirectory for the configuration in the build tree - therefore ask cmake for the subdir by using CMAKE_CFG_INTDIR, which is just '.' on single-configuration build systems (Linux et al.). | ||||
* | | | remove obsolete comment regarding python tests on linux | Herbert Thielen | 2017-08-30 | 1 | -2/+0 |
| | | | |||||
* | | | use upper-case build type | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | While cmake does not complain on build type 'debug', the cmake documentation always spells it 'Debug', so take this. | ||||
* | | | use build type set in .travis.yml | Herbert Thielen | 2017-08-30 | 1 | -0/+1 |
|/ / | | | | | | | The BUILD_TYPE variable of .travis.yml was ignored up to now. | ||||
* | | Merge pull request #1226 from aninf-wo/hethi/fix-typo | Gennadiy Civil | 2017-08-30 | 1 | -2/+2 |
|\ \ | | | | | | | fix typo in comment and string (SetUpTestCase) | ||||
| * \ | Merge branch 'master' into hethi/fix-typo | Gennadiy Civil | 2017-08-29 | 10 | -14/+139 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1233 from aninf-wo/hethi/typo-issue-1105 | Gennadiy Civil | 2017-08-29 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fix typos mentioned in issue 1105 | ||||
| * | | | use plural verb as mentioned in issue #1105 | Herbert Thielen | 2017-08-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove Yob's comma mentioned in issue #1105 | Herbert Thielen | 2017-08-29 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1229 from aninf-wo/hethi/typo-xUnit | Gennadiy Civil | 2017-08-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo: xUnit | ||||
| * \ \ | Merge branch 'master' into hethi/typo-xUnit | Gennadiy Civil | 2017-08-29 | 2 | -8/+4 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1232 from aninf-wo/hethi/travis-reduce-buildjobs | Gennadiy Civil | 2017-08-29 | 2 | -8/+4 |
|\ \ \ \ | | | | | | | | | | | reduce travis buildjobs by 4/12 | ||||
| * | | | | run combined build only | Herbert Thielen | 2017-08-29 | 2 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | There is no need for separate 'googlemock' and 'googletest' builds, as the 'googlemock' build includes 'googletest' and it's unit tests. | ||||
* | | | | | Merge pull request #1231 from aninf-wo/heth/travis-verbose-make | Gennadiy Civil | 2017-08-29 | 1 | -3/+3 |
|\| | | | | |_|/ / |/| | | | switch on verbose make in travis builds | ||||
| * | | | switch on verbose make | Herbert Thielen | 2017-08-29 | 1 | -3/+3 |
|/ / / | |||||
| * | | Merge branch 'master' into hethi/typo-xUnit | Gennadiy Civil | 2017-08-29 | 6 | -3/+132 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1189 from alyssawilk/flag-default | Gennadiy Civil | 2017-08-29 | 6 | -3/+132 |
|\ \ \ | | | | | | | | | Adding a flag option to change the default mock type | ||||
| * | | | Applying lint checks from upstream google3 | Alyssa Wilk | 2017-08-28 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge branch 'refs/heads/master' into flag-default | Alyssa Wilk | 2017-08-28 | 115 | -28062/+2959 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Handling invalid flag values | Alyssa Wilk | 2017-08-16 | 2 | -1/+28 |
| | | | | |||||
| * | | | Adding a flag option to change the default mock type | Alyssa Wilk | 2017-08-10 | 6 | -3/+102 |
| | | | | |||||
| | * | | fix typo: xUnit | Herbert Thielen | 2017-08-29 | 1 | -1/+1 |
| |/ / |/| | | |||||
| | * | fix typo in comment and string (SetUpTestCase) | Herbert Thielen | 2017-08-29 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #1222 from KindDragon/vs-projects-fix3 | Gennadiy Civil | 2017-08-25 | 4 | -7/+216 |
|\ \ | | | | | | | Support x64 configuration for old VS2015 projects | ||||
| * \ | Merge branch 'master' into vs-projects-fix3 | Gennadiy Civil | 2017-08-24 | 10 | -1222/+0 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1221 from KindDragon/vs-projects-fix2 | Gennadiy Civil | 2017-08-24 | 10 | -1222/+0 |
|\ \ \ | | | | | | | | | Remove gtest VS2005 projects | ||||
| * | | | Remove gtest VS2005 projects | Arkady Shapkin | 2017-08-25 | 10 | -1222/+0 |
|/ / / | |||||
| * / | Support x64 configuration for old VS2015 projects | Arkady Shapkin | 2017-08-25 | 4 | -7/+216 |
|/ / | |||||
* | | Merge pull request #1186 from Dani-Hub/master | Gennadiy Civil | 2017-08-24 | 4 | -8/+74 |
|\ \ | | | | | | | Prevent infinite loops for recursive containers like boost::filesystem::path | ||||
| * \ | Merge branch 'master' into master | Gennadiy Civil | 2017-08-23 | 23 | -22/+1879 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1219 from KindDragon/vs-projects-fix | Gennadiy Civil | 2017-08-23 | 23 | -22/+1879 |
|\ \ \ | | | | | | | | | Support x64 configuration for VS2010 projects | ||||
| * \ \ | Merge branch 'master' into vs-projects-fix | Gennadiy Civil | 2017-08-22 | 2 | -8/+47 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Support x64 configuration for old VS2010 projects | Arkady Shapkin | 2017-08-23 | 23 | -22/+1879 |
| | | | | | | | | | | | | | | | | VS2010 solution only to simplify old users (who used these solutions) upgrading to new gtest/gmock, new users should use CMake generated solutions. VS2010 solution can be opened in any new VS. | ||||
| | * | | Merge branch 'master' into master | Daniel Krügler | 2017-08-23 | 2 | -8/+47 |
| | |\ \ | |_|/ / |/| | | |