- 06 May, 2017 1 commit
-
-
Kamil Rytarowski authored
NetBSD is a modern UNIX-like Operating System. Enable GTEST_HAS_PTHREAD and GTEST_HAS_DEATH_TEST on NetBSD.
-
- 02 May, 2017 3 commits
-
-
Billy Donahue authored
Minimal changes to fix build failures on Microsoft Visual Studio 2015
-
Billy Donahue authored
Changes to make TempDir() public
-
Gennadiy Civil authored
Fixes #1076.
-
- 02 Mar, 2017 1 commit
-
-
Dan Kegel authored
Fixes the following errors: hash_map(17): error C2338: <hash_map> is deprecated and will be REMOVED. Please use <unordered_map>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [googlemock\gtest\gtest-printers_test.vcxproj] hash_set(17): error C2338: <hash_set> is deprecated and will be REMOVED. Please use <unordered_set>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [googlemock\gtest\gtest-printers_test.vcxproj] googletest\test\gtest_catch_exceptions_test_.cc(152): error C2220: warning treated as error - no 'object' file generated googletest\test\gtest_catch_exceptions_test_.cc(152): warning C4297: 'CxxExceptionInDestructorTest::~CxxExceptionInDestructorTest': function assumed not to throw an exception but does googletest\test\gtest_catch_exceptions_test_.cc(152): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification There were already some checks for _MSC_VER in the code, so this commit continues in that vein.
-
- 26 Feb, 2017 2 commits
-
-
Billy Donahue authored
Remove /tree/ from Readme.md links.
-
Billy Donahue authored
Issue #1028
-
- 17 Feb, 2017 1 commit
-
-
Billy Donahue authored
fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/
-
- 02 Feb, 2017 1 commit
-
-
srz_zumix authored
-
- 31 Jan, 2017 1 commit
-
-
Billy Donahue authored
Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P
-
- 23 Jan, 2017 2 commits
-
-
Billy Donahue authored
Fixing broken relative links in Google Mock documentation
-
Sam Roth authored
Syncing my branch
-
- 10 Jan, 2017 1 commit
-
-
Mike Bjorge authored
If REGISTER_TYPED_TEST_CASE_P is included in a header file, but the .cc file does not declare INSTANTIATE_TYPED_TEST_CASE_P, an unused-variable warning may be raised by the compiler.
-
- 18 Dec, 2016 2 commits
-
-
Billy Donahue authored
Added docs for ExternalProject download during CMake step
-
Craig Scott authored
-
- 17 Dec, 2016 1 commit
-
-
Craig Scott authored
Adds instructions for how to add gtest and gmock to another CMake project directly. Downloading of the googletest sources happens as configure time, allowing it to be added to the main build directly via the add_subdirectory() command. This ensures googletest is built with the same compiler settings, etc. and will typically result in a more robust and more convenient build arrangement.
-
- 03 Nov, 2016 1 commit
-
-
Billy Donahue authored
Fix detection of GTEST_HAS_CLONE for Android.
-
- 02 Nov, 2016 1 commit
-
-
Billy Donahue authored
Fix a test to compile when tuple isn't available.
-
- 01 Nov, 2016 1 commit
-
-
Dan Albert authored
This was not in Gingerbread for anything but ARM (even though the libs were hacked to lie about it being available in gingerbread).
-
- 21 Sep, 2016 1 commit
-
-
Billy Donahue authored
mock cookbook: fix broken relative link
-
- 13 Sep, 2016 1 commit
-
-
Marco Molteni authored
-
- 12 Sep, 2016 9 commits
-
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
- 07 Sep, 2016 1 commit
-
-
Billy Donahue authored
Fix Mingw-w64 build
-
- 04 Sep, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 24 Aug, 2016 1 commit
-
-
Billy Donahue authored
Fix compilation of googletest with MinGW using Win32 threads
-
- 14 Jul, 2016 3 commits
-
-
Billy Donahue authored
Fixed issue #775. Mark the ConvertibleFromAny constructor as explicit, and fix operator overload issue for Unprintable
-
mazong1123 authored
-
mazong1123 authored
-
- 29 Jun, 2016 2 commits
-
-
Billy Donahue authored
Add Appveyor badge to Readme.md
-
Billy Donahue authored
-
- 28 Jun, 2016 1 commit
-
-
Billy Donahue authored
Run MSVC tests on AppVeyor
-
- 27 Jun, 2016 1 commit
-
-
Arkadiy Shapkin authored
-