- 25 Oct, 2017 1 commit
-
-
Arkadiy Shapkin authored
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 16 Sep, 2017 1 commit
-
-
Benjamin Kircher authored
TempDir() function is declared twice, once in `internal/gtest-port.h` and a second time in `gtest.h`. Fixes a warning with GCC when -Wredundant-decls is given.
-
- 29 Aug, 2017 1 commit
-
-
Scott Graham authored
-
- 09 Aug, 2017 2 commits
-
-
drgler authored
Infinite Loop when calling a mock function that takes boost::filesystem::path as parameter #521: Add is_same type trait and prevent infinite loops for recursive containers
-
drgler authored
Infinite Loop when calling a mock function that takes boost::filesystem::path as parameter #521: Add is_same type trait
-
- 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.
-
- 04 May, 2017 1 commit
-
-
Victor Costan authored
This makes it possible for a port to define the specifier used for exported symbols without having to change Google Test.
-
- 02 May, 2017 1 commit
-
-
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.
-
- 22 Dec, 2016 1 commit
-
-
David Benjamin authored
googletest doesn't currently build with clang's very aggressive -Wformat-nonliteral warning. It requires that all non-literal format strings come from the argument of a function annotated with a compatible format attribute. Fixing that reports that ColoredPrintf's callers weren't passing the normal -Wformat warning. Some messages were passed directly into the format string rather than via "%s".
-
- 11 Nov, 2016 1 commit
-
-
srz_zumix authored
-
- 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).
-
- 17 Oct, 2016 1 commit
-
-
iignatev authored
-
- 04 Sep, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 26 Feb, 2016 2 commits
-
-
Doug Greiman authored
-
Doug Greiman authored
-
- 24 Feb, 2016 1 commit
-
-
Doug Greiman authored
If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had been set.
-
- 22 Feb, 2016 1 commit
-
-
Daniele Tamino authored
-
- 23 Dec, 2015 1 commit
-
-
Dawid Kurek authored
As repository moved to github. All urls need to be changed. There is still plenty to do.
-
- 24 Nov, 2015 1 commit
-
-
Patrick J. LoPresti authored
-
- 30 Oct, 2015 1 commit
-
-
Dominic Meiser authored
This is to enable using gtest with -fvisibility=hidden.
-
- 12 Oct, 2015 1 commit
-
-
Mark Mentovai authored
This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 27 Jul, 2015 2 commits
- 24 Jul, 2015 2 commits
- 19 Jul, 2015 2 commits
- 17 Jul, 2015 2 commits
- 14 Jul, 2015 3 commits
- 14 Feb, 2015 1 commit
-
-
kosak authored
-
- 22 Jan, 2015 1 commit
-
-
kosak authored
-
- 14 Jan, 2015 1 commit
-
-
kosak authored
-
- 08 Jan, 2015 1 commit
-
-
kosak authored
-
- 17 Nov, 2014 1 commit
-
-
kosak authored
-