- 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 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.
-
- 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).
-
- 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 7 commits
- 18 Jun, 2014 1 commit
-
-
kosak authored
-
- 15 May, 2014 1 commit
-
-
billydonahue authored
-
- 02 Apr, 2014 1 commit
-
-
kosak authored
-
- 24 Mar, 2014 1 commit
-
-
kosak authored
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
-