1. 25 Oct, 2017 1 commit
  2. 27 Sep, 2017 1 commit
  3. 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
  4. 29 Aug, 2017 1 commit
  5. 09 Aug, 2017 2 commits
  6. 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
  7. 04 May, 2017 1 commit
  8. 02 May, 2017 1 commit
  9. 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
  10. 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
  11. 11 Nov, 2016 1 commit
  12. 01 Nov, 2016 1 commit
  13. 17 Oct, 2016 1 commit
  14. 04 Sep, 2016 1 commit
  15. 26 Feb, 2016 2 commits
  16. 24 Feb, 2016 1 commit
  17. 22 Feb, 2016 1 commit
  18. 23 Dec, 2015 1 commit
  19. 24 Nov, 2015 1 commit
  20. 30 Oct, 2015 1 commit
  21. 12 Oct, 2015 1 commit
  22. 25 Aug, 2015 1 commit
  23. 27 Jul, 2015 2 commits
  24. 24 Jul, 2015 2 commits
  25. 19 Jul, 2015 2 commits
  26. 17 Jul, 2015 2 commits
  27. 14 Jul, 2015 3 commits
  28. 14 Feb, 2015 1 commit
  29. 22 Jan, 2015 1 commit
  30. 14 Jan, 2015 1 commit
  31. 08 Jan, 2015 1 commit
  32. 17 Nov, 2014 1 commit