1. 07 Dec, 2017 1 commit
  2. 25 Oct, 2017 1 commit
  3. 20 Oct, 2017 1 commit
  4. 27 Sep, 2017 1 commit
  5. 16 Sep, 2017 1 commit
    • Benjamin Kircher's avatar
      Remove redundant declaration · d4af64ca
      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.
      d4af64ca
  6. 29 Aug, 2017 1 commit
  7. 09 Aug, 2017 2 commits
  8. 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
  9. 04 May, 2017 1 commit
  10. 02 May, 2017 1 commit
  11. 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
  12. 22 Dec, 2016 1 commit
    • David Benjamin's avatar
      Annotate ColoredPrintf with the format attribute and fix bugs. · 53c478d6
      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".
      53c478d6
  13. 11 Nov, 2016 1 commit
  14. 01 Nov, 2016 1 commit
  15. 17 Oct, 2016 1 commit
  16. 04 Sep, 2016 1 commit
  17. 26 Feb, 2016 2 commits
  18. 24 Feb, 2016 1 commit
  19. 22 Feb, 2016 1 commit
  20. 23 Dec, 2015 1 commit
  21. 24 Nov, 2015 1 commit
  22. 30 Oct, 2015 1 commit
  23. 12 Oct, 2015 1 commit
  24. 25 Aug, 2015 1 commit
  25. 27 Jul, 2015 2 commits
  26. 24 Jul, 2015 2 commits
  27. 19 Jul, 2015 2 commits
  28. 17 Jul, 2015 2 commits
  29. 14 Jul, 2015 3 commits
  30. 14 Feb, 2015 1 commit
  31. 22 Jan, 2015 1 commit
  32. 14 Jan, 2015 1 commit