1. 26 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · a50e4f05
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218571466
      a50e4f05
  2. 16 Oct, 2018 3 commits
  3. 05 Oct, 2018 1 commit
    • Abseil Team's avatar
      Apply clang-tidy modernize-use-nullptr to googletest. · 4bb49ed6
      Abseil Team authored
      Now that googletest has moved to C++11, it should no longer
      use NULL or 0 for the null pointer. This patch converts all
      such usages to nullptr using clang-tidy.
      
      This prevents LLVM from issuing -Wzero-as-null-pointer-constant
      warnings.
      
      PiperOrigin-RevId: 215814400
      4bb49ed6
  4. 14 Aug, 2018 3 commits
  5. 07 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · b345bf90
      Gennadiy Civil authored
      Formatting changes,small cleanup,  no functionality changes
      b345bf90
  6. 25 Jul, 2018 1 commit
  7. 25 Apr, 2018 1 commit
  8. 19 Apr, 2018 1 commit
  9. 18 Apr, 2018 2 commits
  10. 11 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · 373481c5
      Gennadiy Civil authored
      ...merging
      373481c5
  11. 10 Apr, 2018 3 commits
  12. 09 Apr, 2018 8 commits
  13. 06 Apr, 2018 2 commits
  14. 05 Apr, 2018 1 commit
  15. 04 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · e55089ec
      Gennadiy Civil authored
      merging gmock matchers 1
      e55089ec
  16. 22 Mar, 2018 1 commit
  17. 05 Mar, 2018 1 commit
  18. 27 Feb, 2018 1 commit
  19. 12 Feb, 2018 1 commit
  20. 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
  21. 27 Sep, 2017 1 commit
  22. 16 Aug, 2017 2 commits
  23. 10 Aug, 2017 1 commit
  24. 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