Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'master' into use-system-includes | Gennadiy Civil | 2017-12-08 | 2 | -0/+4 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | 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. | |||||
| | * | | | Improved description of VS std::tuple support | Wojciech Mamrak | 2017-12-07 | 1 | -0/+2 | |
| | |/ / | ||||||
| * / / | make includes system | Sam Lunt | 2017-11-27 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Remove gcc 6 misleading indentations. | Romain Geissler | 2017-10-25 | 2 | -13/+26 | |
| | | | ||||||
| * | | Fix gmock tests when std::unary_function unavailable | Arkady Shapkin | 2017-10-25 | 1 | -2/+5 | |
| | | | ||||||
| * | | Fix tests with VS2015 and VS2017 | Arkadiy Shapkin | 2017-10-25 | 2 | -4/+9 | |
| | | | ||||||
| * | | #1282: Doc typo fix | Dariusz Ostolski | 2017-10-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use gender-neutral pronouns in comments and docs | Jonathan Wakely | 2017-09-27 | 8 | -9/+9 | |
| | | | ||||||
| * | | Fix ellipsis position in examples | Alex Yursha | 2017-09-08 | 1 | -8/+16 | |
| | | | ||||||
| * | | Merge pull request #975 from LebedevRI/respect-option | Gennadiy Civil | 2017-09-05 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | CMake: use threads if allowed and found, not just if found. | |||||
| | * | | CMake: use threads if allowed and found, not just if found. | Roman Lebedev | 2017-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user's cmakelists.txt first look for threads using find_package(Threads), then set(gtest_disable_pthreads ON), and then include googletest. GoogleTest will not look for threads. But since they have already been found before in user's cmakelists, it will use them regardless. This helped me fix build issue in darktable-org/rawspeed on windows/MSYS2, even though there are threads, and they are usable, googletest build was failing with issues about AutoHandle. I was first looking for threads, and only then including googletest, so no matter the value of gtest_disable_pthreads, it failed. The other obvious solution is for user to first include googletest, and only then look for threads by himself. | |||||
| * | | | Merge pull request #900 from Gallaecio/patch-1 | Gennadiy Civil | 2017-09-01 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | Fix WhenSorted() documentation example | |||||
| | * | | Fix WhenSorted() documentation example | Gallaecio | 2016-10-08 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1011 from zeitounator/wrong-version-reported | Gennadiy Civil | 2017-09-01 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Wrong version reported (1.7.0 should be 1.8.0) | |||||
| | * \ | Merge branch 'master' into wrong-version-reported | Gennadiy Civil | 2017-08-21 | 43 | -15316/+604 | |
| | |\ \ | ||||||
| | * | | | googlemock version must be changed as well | Olivier Clavel | 2017-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | keep googletest and googlemock versions in sync | |||||
| * | | | | change links from former code.google.com to current github repository | Herbert Thielen | 2017-08-31 | 7 | -10/+10 | |
| | | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | 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 | 36 | -14930/+630 | |
| |\ \ \ \ | ||||||
| | * | | | | Support x64 configuration for old VS2015 projects | Arkady Shapkin | 2017-08-25 | 4 | -7/+216 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into vs-projects-fix | Gennadiy Civil | 2017-08-22 | 2 | -8/+47 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Support ref-qualified member functions in Property(). | Roman Perepelitsa | 2017-08-22 | 2 | -8/+47 | |
| | | | |/ / | | | |/| | | ||||||
| | * / | | | Support x64 configuration for old VS2010 projects | Arkady Shapkin | 2017-08-23 | 5 | -22/+237 | |
| | |/ / / | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | Remove unused variable | Maurice Gilden | 2017-08-21 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Added "explicit" as per compiler suggestion | Gennadiy Civil | 2017-08-20 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Proposing these changes, please review | Gennadiy Civil | 2017-08-20 | 1 | -12/+9 | |
| | | | | | | | | | | | | | | | | | | | | Slightly better names and cleaner tests. Please review | |||||
| | * | | | Change tabs to spaces in test case | Maurice Gilden | 2017-08-18 | 1 | -11/+11 | |
| | | | | | ||||||
| | * | | | Switch return type to class without default constructor | Maurice Gilden | 2017-08-18 | 1 | -1/+7 | |
| | | | | | ||||||
| | * | | | Fix test if exceptions are not supported | Maurice Gilden | 2017-08-18 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | adds test for NiceMock with unknown return value | Maurice Gilden | 2017-08-18 | 1 | -0/+15 | |
| | | | | | ||||||
| | * | | | Add function name to exception if there's no default action | Maurice Gilden | 2017-08-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into josh/fix_scoped_class2 | Josh Bodily | 2017-08-16 | 23 | -14892/+106 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Add support for pkgconfig | David Seifert | 2017-08-14 | 3 | -1/+36 | |
| | | | | | ||||||
| * | | | | Merge pull request #926 from bartshappee/patch-1 | Gennadiy Civil | 2017-08-11 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix small typo in Cookbook: SeArrayArgument | |||||
| | * | | | | Fix small typo SeArrayArgument | bartshappee | 2016-11-07 | 1 | -1/+1 | |
| | | |_|/ | | |/| | | | | | | | SeArrayArgument => SetArrayArgument | |||||
| * | | | | Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffix | Gennadiy Civil | 2017-08-11 | 1 | -4/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix library install destinations | |||||
| | * | | | | Fix library install destinations | Matthew Woehlke | 2017-08-09 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify library install destinations to install .dll's to the correct location (`bin`, not `lib`), and to install other artifacts to the correct platform-dependent location by using GNUInstallDirs. This is required for some distributions (e.g. Fedora) and will fix an issue that otherwise requires those distributions to patch the upstream sources. Also, add options to suppress installation, which may be useful for projects that embed Google Test. Since Google Test is trying to support archaic versions of CMake, a brain-dead fallback (which requires that the user set either LIB_SUFFIX or CMAKE_INSTALL_LIBDIR themselves) is included for versions that predate GNUInstallDirs. Fixes #1161. Co-Authored-By: d3x0r <d3x0r@users.noreply.github.com> | |||||
| * | | | | | Merge pull request #957 from sglass68/sim | Gennadiy Civil | 2017-08-10 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix a few documentation nits in the mock dummies guide | |||||
| | * | | | | | Fix a few documentation nits in the mock dummies guide | Simon Glass | 2016-12-08 | 1 | -2/+2 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | Add a hyphen to 'ad hoc' and change 'distance' to plural. | |||||
| * | | | | | Merge pull request #1164 from aninf-wo/hethi/remove-old-docs | Gennadiy Civil | 2017-08-10 | 16 | -14883/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | remove documentation of former versions - it's available in the commit history | |||||
| | * | | | | | say "former version" instead of "released version" | Herbert Thielen | 2017-08-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into hethi/remove-old-docs | Herbert Thielen | 2017-08-09 | 9 | -18/+52 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | remove doc of former versions | Herbert Thielen | 2017-07-30 | 15 | -14880/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation of former versions is available in the history (e.g. by checking out the appropriate git tags), so there is no need to keep them in parallel to the current documentation. | |||||
| | * | | | | | remove obsolete reference to SVN trunk and fix link to pump manual | Herbert Thielen | 2017-07-30 | 1 | -3/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1192 from eduherminio/master | Gennadiy Civil | 2017-08-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Minor style fixes |