1. 06 May, 2017 1 commit
    • Kamil Rytarowski's avatar
      Add NetBSD support · fac0dfbe
      Kamil Rytarowski authored
      NetBSD is a modern UNIX-like Operating System.
      
      Enable GTEST_HAS_PTHREAD and GTEST_HAS_DEATH_TEST on NetBSD.
      fac0dfbe
  2. 02 May, 2017 1 commit
  3. 02 Mar, 2017 1 commit
    • Dan Kegel's avatar
      Minimal changes to fix build failures on Microsoft Visual Studio 2015 · 518e0519
      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.
      518e0519
  4. 01 Nov, 2016 1 commit
  5. 04 Sep, 2016 1 commit
  6. 26 Feb, 2016 2 commits
  7. 24 Feb, 2016 1 commit
  8. 22 Feb, 2016 1 commit
  9. 23 Dec, 2015 1 commit
  10. 24 Nov, 2015 1 commit
  11. 30 Oct, 2015 1 commit
  12. 12 Oct, 2015 1 commit
  13. 25 Aug, 2015 1 commit
  14. 27 Jul, 2015 2 commits
  15. 24 Jul, 2015 2 commits
  16. 19 Jul, 2015 2 commits
  17. 17 Jul, 2015 2 commits
  18. 14 Jul, 2015 3 commits
  19. 14 Feb, 2015 1 commit
  20. 22 Jan, 2015 1 commit
  21. 14 Jan, 2015 1 commit
  22. 08 Jan, 2015 1 commit
  23. 17 Nov, 2014 7 commits
  24. 18 Jun, 2014 1 commit
  25. 15 May, 2014 1 commit
  26. 02 Apr, 2014 1 commit
  27. 24 Mar, 2014 1 commit