aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use upper-case build typeHerbert Thielen2017-08-301-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.ymlHerbert Thielen2017-08-301-0/+1
| | | | The BUILD_TYPE variable of .travis.yml was ignored up to now.
* Merge pull request #1226 from aninf-wo/hethi/fix-typoGennadiy Civil2017-08-301-2/+2
|\ | | | | fix typo in comment and string (SetUpTestCase)
| * Merge branch 'master' into hethi/fix-typoGennadiy Civil2017-08-2910-14/+139
| |\ | |/ |/|
* | Merge pull request #1233 from aninf-wo/hethi/typo-issue-1105Gennadiy Civil2017-08-291-2/+2
|\ \ | | | | | | fix typos mentioned in issue 1105
| * | use plural verb as mentioned in issue #1105Herbert Thielen2017-08-291-1/+1
| | |
| * | remove Yob's comma mentioned in issue #1105Herbert Thielen2017-08-291-1/+1
| | |
* | | Merge pull request #1229 from aninf-wo/hethi/typo-xUnitGennadiy Civil2017-08-291-1/+1
|\ \ \ | | | | | | | | fix typo: xUnit
| * \ \ Merge branch 'master' into hethi/typo-xUnitGennadiy Civil2017-08-292-8/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1232 from aninf-wo/hethi/travis-reduce-buildjobsGennadiy Civil2017-08-292-8/+4
|\ \ \ \ | | | | | | | | | | reduce travis buildjobs by 4/12
| * | | | run combined build onlyHerbert Thielen2017-08-292-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-makeGennadiy Civil2017-08-291-3/+3
|\| | | | | |_|/ / |/| | | switch on verbose make in travis builds
| * | | switch on verbose makeHerbert Thielen2017-08-291-3/+3
|/ / /
| * | Merge branch 'master' into hethi/typo-xUnitGennadiy Civil2017-08-296-3/+132
| |\ \ | |/ / |/| |
* | | Merge pull request #1189 from alyssawilk/flag-defaultGennadiy Civil2017-08-296-3/+132
|\ \ \ | | | | | | | | Adding a flag option to change the default mock type
| * | | Applying lint checks from upstream google3Alyssa Wilk2017-08-281-4/+7
| | | |
| * | | Merge branch 'refs/heads/master' into flag-defaultAlyssa Wilk2017-08-28115-28062/+2959
| |\ \ \ | |/ / / |/| | |
| * | | Handling invalid flag valuesAlyssa Wilk2017-08-162-1/+28
| | | |
| * | | Adding a flag option to change the default mock typeAlyssa Wilk2017-08-106-3/+102
| | | |
| | * | fix typo: xUnitHerbert Thielen2017-08-291-1/+1
| |/ / |/| |
| | * fix typo in comment and string (SetUpTestCase)Herbert Thielen2017-08-291-2/+2
| |/ |/|
* | Merge pull request #1222 from KindDragon/vs-projects-fix3Gennadiy Civil2017-08-254-7/+216
|\ \ | | | | | | Support x64 configuration for old VS2015 projects
| * \ Merge branch 'master' into vs-projects-fix3Gennadiy Civil2017-08-2410-1222/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1221 from KindDragon/vs-projects-fix2Gennadiy Civil2017-08-2410-1222/+0
|\ \ \ | | | | | | | | Remove gtest VS2005 projects
| * | | Remove gtest VS2005 projectsArkady Shapkin2017-08-2510-1222/+0
|/ / /
| * / Support x64 configuration for old VS2015 projectsArkady Shapkin2017-08-254-7/+216
|/ /
* | Merge pull request #1186 from Dani-Hub/masterGennadiy Civil2017-08-244-8/+74
|\ \ | | | | | | Prevent infinite loops for recursive containers like boost::filesystem::path
| * \ Merge branch 'master' into masterGennadiy Civil2017-08-2323-22/+1879
| |\ \ | |/ / |/| |
* | | Merge pull request #1219 from KindDragon/vs-projects-fixGennadiy Civil2017-08-2323-22/+1879
|\ \ \ | | | | | | | | Support x64 configuration for VS2010 projects
| * \ \ Merge branch 'master' into vs-projects-fixGennadiy Civil2017-08-222-8/+47
| |\ \ \ | |/ / / |/| | |
| * | | Support x64 configuration for old VS2010 projectsArkady Shapkin2017-08-2323-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 masterDaniel Krügler2017-08-232-8/+47
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1220 from romkatv/property-matcherGennadiy Civil2017-08-222-8/+47
|\ \ \ \ | |/ / / |/| | | Support ref-qualified member functions in Property().
| * | | Support ref-qualified member functions in Property().Roman Perepelitsa2017-08-222-8/+47
|/ / /
| * | Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-220-0/+0
| |\ \
| | * \ Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-2293-26841/+845
| | |\ \
| * | \ \ Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-2294-26841/+847
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'master' into masterDaniel Krügler2017-08-2193-26841/+845
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1206 from ShadowIce/methodname-in-exceptionGennadiy Civil2017-08-212-1/+24
|\ \ \ \ | | | | | | | | | | Add function name to exception if there's no default action
| * | | | Remove unused variableMaurice Gilden2017-08-211-1/+0
| | | | |
| * | | | Added "explicit" as per compiler suggestionGennadiy Civil2017-08-201-1/+1
| | | | |
| * | | | Proposing these changes, please reviewGennadiy Civil2017-08-201-12/+9
| | | | | | | | | | | | | | | | | | | | Slightly better names and cleaner tests. Please review
| * | | | Merge branch 'master' into methodname-in-exceptionGennadiy Civil2017-08-181-0/+4
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1215 from henryiii/patch-1Gennadiy Civil2017-08-181-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Adding CMake visibility policy setting
| * | | | | Adding CMake visibility policy settingHenry Schreiner2017-08-181-0/+4
|/ / / / / | | | | | | | | | | This policy setting will silence a warning when using with a visibility settings on targets. Due to the forced `cmake_minimum_version`, policy settings in CMakeLists calling this one (including the main CMakeLists) are lost, forcing the change to be made here.
| * | | | Change tabs to spaces in test caseMaurice Gilden2017-08-181-11/+11
| | | | |
| * | | | Switch return type to class without default constructorMaurice Gilden2017-08-181-1/+7
| | | | |
| * | | | Fix test if exceptions are not supportedMaurice Gilden2017-08-181-0/+6
| | | | |
| * | | | adds test for NiceMock with unknown return valueMaurice Gilden2017-08-181-0/+15
| | | | |
| * | | | Merge branch 'master' into methodname-in-exceptionGennadiy Civil2017-08-171-2/+1
| |\ \ \ \ | |/ / / / |/| | | |