aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | fix small typo in commentHerbert Thielen2017-08-051-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #1030 from vpfautz/masterGennadiy Civil2017-08-0310-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fixed some typos
| * | | | | | | | | | | | | | | | Fixed some typosvpfautz2017-02-2610-11/+11
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1172 from joelypoley/joelypoley-patch-1Gennadiy Civil2017-08-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cmake policy issue
| * | | | | | | | | | | | | | | | Fixed cmake policy issueJoel Laity2017-08-031-2/+2
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #1042 from danilcha/patch-1Gennadiy Civil2017-08-021-3/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added description of how to silence clang pedantic warnings in Google Mock includes
| * | | | | | | | | | | | | | | | Again rewrote everythingdanilcha2017-03-121-12/+24
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Added explicit gtest library dependencydanilcha2017-03-121-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Update README.mddanilcha2017-03-111-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Update README.mddanilcha2017-03-111-3/+24
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #1170 from Manozco/1169_fix_old_cmake_issueGennadiy Civil2017-08-021-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix policy issue with old cmakes
| * | | | | | | | | | | | | | | | Fix policy issue with old cmakesManuel VIVES2017-08-021-1/+4
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1169
* | | | | | | | | | | | | | | | Merge pull request #867 from marzojr/patch-1Gennadiy Civil2017-08-021-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarifying documentation language
| * | | | | | | | | | | | | | | | Clarifying languageMarzo Sette Torres Junior2016-09-021-2/+3
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old language might mislead someone into thinking that the access level on the base class itself was changed.
* | | | | | | | | | | | | | | | Merge pull request #671 from mehagar/patch-1Gennadiy Civil2017-08-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in AdvancedGuide.md
| * | | | | | | | | | | | | | | | Fix typo in AdvancedGuide.mdmehagar2015-12-291-1/+1
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #782 from Manozco/709-cmake-policy-project-versionGennadiy Civil2017-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue 709: Fix Cmake policy 0048
| * | | | | | | | | | | | | | | | Issue 709: Fix Cmake policy 0048Manuel Vives2016-05-211-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-0212-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove duplicated words
| * | | | | | | | | | | | | | | | remove duplicated wordsLi Peng2016-04-2712-12/+12
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Li Peng <lip@dtdream.com>
* | | | | | | | | | | | | | | | Merge pull request #962 from klimkin/klimkin-patch-typoGennadiy Civil2017-08-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo
| * | | | | | | | | | | | | | | | Fix a typoAlexey Klimkin2016-12-121-1/+1
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help says "FILE_PATH defaults to test_details.xml", but the real path is test_detail.xml.
* | | | | | | | | | | | | | | | Merge pull request #998 from dawikur/patch-1Gennadiy Civil2017-08-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace html entities with their equivalents
| * | | | | | | | | | | | | | | | Replace html entities with their equivalentsDawid Kurek2017-02-061-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #968 from nicolacavallini/link_typed_test_docsGennadiy Civil2017-08-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added link to sample 6 in the documentation of typed test
| * | | | | | | | | | | | | | | | added link to sample 6 in the documentation of typed testnicolacavallini2016-12-231-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1147 from pbos/gtest_parallel_linkGennadiy Civil2017-08-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | Add gtest-parallel to open-source projects.
| * | | | | | | | | | | | | | | | Add gtest-parallel to open-source projects.Peter Boström2017-07-111-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1167 from krizalys/fix-typoGennadiy Civil2017-07-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo
| * | | | | | | | | | | | | | | | Fixed typoChristophe Vidal2017-07-311-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1165 from aninf-wo/hethi/fix-doc-linksGennadiy Civil2017-07-313-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | fix links to Google C++ Style Guide
| * | | | | | | | | | | | | | | fix links to Google C++ Style GuideHerbert Thielen2017-07-303-4/+4
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1137 from coryan/masterGennadiy Civil2017-07-264-29/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix table formatting.
| * | | | | | | | | | | | | | | More tables that did not render correctly.Carlos O'Ryan2017-07-014-1/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove silly claim that C++ lacks lambdas.Carlos O'Ryan2017-07-014-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The document itself uses lambdas later, all the scaffolding to work around lack of lambdas should be considered for removal, but that is much larger an effort than I can commit to.
| * | | | | | | | | | | | | | | Same fixes for "current" version.Carlos O'Ryan2017-07-011-4/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix typos too s/destoyed/destroyed/Carlos O'Ryan2017-07-013-6/+6
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix table formatting.Carlos O'Ryan2017-07-013-6/+9
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The markdown was not working for a small table, fixed.
* | | | | | | | | | | | | | | Merge pull request #1107 from lipk/patch-1Gennadiy Civil2017-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor grammar fix in docs.
| * | | | | | | | | | | | | | | Remove unnecessary 'the'.lipk2017-05-301-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1158 from junr03/fix-linkGennadiy Civil2017-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: fix broken link
| * | | | | | | | | | | | | | | | docs: fix broken linkJose Nino2017-07-261-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #1143 from nyibbang/patch-1Gennadiy Civil2017-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a typo in FAQ.md
| * | | | | | | | | | | | | | | | Fixes a typo in FAQ.mdVincent Palancher2017-07-051-1/+1
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1126 from junr03/fix-broken-linkGennadiy Civil2017-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | docs: fix broken link from dummies guide to cook book
| * | | | | | | | | | | | | | | docs: fix broken link from dummies guide to cook bookJose Nino2017-06-191-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | * Update googletest README.mdChe-Hsun Liu2017-07-021-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `EXCLUDE_FROM_ALL` in `add_subdirectory` to prevent `make install` from including lots of headers from gtest/gmock. ``` add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src ${CMAKE_BINARY_DIR}/googletest-build EXCLUDE_FROM_ALL) ```
* | | | | | | | | | | | | | Merge pull request #1081 from krytarowski/netbsd-1Billy Donahue2017-06-232-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NetBSD support
| * | | | | | | | | | | | | | Add NetBSD supportKamil Rytarowski2017-05-062-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NetBSD is a modern UNIX-like Operating System. Enable GTEST_HAS_PTHREAD and GTEST_HAS_DEATH_TEST on NetBSD.
* | | | | | | | | | | | | | | Merge pull request #1129 from Chris-Sharpe/masterBilly Donahue2017-06-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Colouring in help text