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 3 commits
  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. 26 Feb, 2017 2 commits
  5. 17 Feb, 2017 1 commit
  6. 02 Feb, 2017 1 commit
  7. 31 Jan, 2017 1 commit
  8. 23 Jan, 2017 2 commits
  9. 10 Jan, 2017 1 commit
  10. 18 Dec, 2016 2 commits
  11. 17 Dec, 2016 1 commit
    • Craig Scott's avatar
      Added CMake configure-time download instructions to docs · cb502b7a
      Craig Scott authored
      Adds instructions for how to add gtest and gmock to
      another CMake project directly. Downloading of the
      googletest sources happens as configure time, allowing
      it to be added to the main build directly via the
      add_subdirectory() command. This ensures googletest is
      built with the same compiler settings, etc. and will
      typically result in a more robust and more convenient
      build arrangement.
      cb502b7a
  12. 03 Nov, 2016 1 commit
  13. 02 Nov, 2016 1 commit
  14. 01 Nov, 2016 1 commit
  15. 21 Sep, 2016 1 commit
  16. 13 Sep, 2016 1 commit
  17. 12 Sep, 2016 9 commits
  18. 07 Sep, 2016 1 commit
  19. 04 Sep, 2016 1 commit
  20. 24 Aug, 2016 1 commit
  21. 14 Jul, 2016 3 commits
  22. 29 Jun, 2016 2 commits
  23. 28 Jun, 2016 1 commit
  24. 27 Jun, 2016 1 commit