1. 14 Aug, 2018 2 commits
    • Gennadiy Civil's avatar
      · 265efde9
      Gennadiy Civil authored
      Comments changes, no functionality changes. 
      265efde9
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  2. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  3. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  4. 19 Jul, 2018 1 commit
  5. 02 May, 2018 1 commit
  6. 25 Apr, 2018 1 commit
  7. 18 Apr, 2018 1 commit
  8. 17 Apr, 2018 1 commit
  9. 16 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · 3f88bb18
      Gennadiy Civil authored
      test-meerging
      3f88bb18
  10. 11 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · ab84d142
      Gennadiy Civil authored
      Upstream cl/192179348
      ab84d142
  11. 04 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · e55089ec
      Gennadiy Civil authored
      merging gmock matchers 1
      e55089ec
  12. 26 Mar, 2018 3 commits
  13. 23 Mar, 2018 2 commits
  14. 22 Mar, 2018 1 commit
  15. 27 Feb, 2018 2 commits
  16. 12 Feb, 2018 1 commit
  17. 08 Feb, 2018 1 commit
  18. 26 Jan, 2018 1 commit
  19. 03 Jan, 2018 1 commit
    • David Benjamin's avatar
      Pass the -Wmissing-declarations warning. · b3d9be5c
      David Benjamin authored
      This makes it easier to use GTest in projects that build with the
      -Wmissing-declarations warning. This fixes the warning in headers and
      source files, though not GTest's own tests as it is rather noisy there.
      b3d9be5c
  20. 22 Aug, 2017 1 commit
  21. 19 Jun, 2017 1 commit
  22. 15 May, 2017 1 commit
    • Nico Weber's avatar
      Use std::string and ::string explicitly in gtest and gmock code. · 09fd5b3e
      Nico Weber authored
      This merges a Google-internal change (117235625).
      
      Original CL description:
      This CL was created manually in about an hour with sed, a Python script
      to find all the places unqualified 'string' was mentioned, and some help
      from Emacs to add the "std::" qualifications, plus a few manual tweaks.
      09fd5b3e
  23. 25 Aug, 2015 1 commit
  24. 27 Jul, 2015 1 commit
  25. 13 Jul, 2015 1 commit
  26. 28 Apr, 2015 2 commits
  27. 14 Feb, 2015 1 commit
  28. 08 Jan, 2015 1 commit
  29. 17 Nov, 2014 2 commits
  30. 28 Jul, 2014 2 commits
  31. 19 May, 2014 1 commit
    • billydonahue's avatar
      Push several shanges: · 1f5fdea4
      billydonahue authored
          Make single argument constructors explicit in macros.
      
          Remove NOMINMAX macro.
      
          Add macros for disabling Microsoft Visual C++ warnings.
      
          Add WhenDynamicCastTo<T> matcher.
          A matcher that matches a pointer that matches inner_matcher when
          dynamic_cast<T> is applied.
      
          Add IWYU export pragmas to the tuple include lines.
      
          Fix NativeArray to not require a copy constructor unless we ask for one.
          This allows ElementsAre() to support non-copyable types.
      
          Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms.
          Author: martin@martin.st
          From: https://codereview.appspot.com/57220043/
      1f5fdea4
  32. 02 Apr, 2014 1 commit