1. 20 Aug, 2019 1 commit
  2. 30 Jul, 2019 1 commit
  3. 16 Jul, 2019 2 commits
    • misterg's avatar
      Googletest export · 3d9cdd58
      misterg authored
      Fix documentation links
      
      PiperOrigin-RevId: 258389329
      3d9cdd58
    • Abseil Team's avatar
      Googletest export · e4f097b5
      Abseil Team authored
      Update a broken link in a comment.
      
      PiperOrigin-RevId: 257493975
      e4f097b5
  4. 19 Jun, 2019 1 commit
    • Gennadiy Civil's avatar
      · 5ed950c9
      Gennadiy Civil authored
      Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
      5ed950c9
  5. 03 Jan, 2019 1 commit
    • misterg's avatar
      Googletest export · 3a460a26
      misterg authored
      TestCase->TestSuite refactoring
      
      PiperOrigin-RevId: 227702164
      3a460a26
  6. 02 Jan, 2019 2 commits
    • misterg's avatar
      Googletest export · 14c2fba7
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 227575279
      14c2fba7
    • Abseil Team's avatar
      Googletest export · f8b1c1af
      Abseil Team authored
      Remove the #ifs for old, unsupported and buggy compilers:
      * old versions of GCC & MSVC
      * Symbian
      
      PiperOrigin-RevId: 227116941
      f8b1c1af
  7. 13 Dec, 2018 1 commit
  8. 20 Nov, 2018 1 commit
  9. 10 Nov, 2018 1 commit
  10. 29 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · 80b43d90
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 219129336
      80b43d90
  11. 28 Oct, 2018 1 commit
  12. 26 Oct, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · b57c7039
      Abseil Team authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218618184
      b57c7039
    • misterg's avatar
      Googletest export · a50e4f05
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218571466
      a50e4f05
  13. 16 Oct, 2018 3 commits
  14. 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
  15. 14 Aug, 2018 3 commits
  16. 10 Apr, 2018 3 commits
  17. 09 Apr, 2018 6 commits
    • Gennadiy Civil's avatar
      · 05b5a538
      Gennadiy Civil authored
      formatting
      05b5a538
    • Gennadiy Civil's avatar
      · 6525044c
      Gennadiy Civil authored
      And also silence for MSVS14
      6525044c
    • Gennadiy Civil's avatar
      · 35a709a7
      Gennadiy Civil authored
      preproc syntax ( I can never remember it)
      35a709a7
    • Gennadiy Civil's avatar
      · 61e8a0b1
      Gennadiy Civil authored
      syntax
      61e8a0b1
    • Gennadiy Civil's avatar
      · 03be5df1
      Gennadiy Civil authored
      cont.
      03be5df1
    • Gennadiy Civil's avatar
      · e0b3c269
      Gennadiy Civil authored
      continued
      e0b3c269
  18. 06 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · dbd206e3
      Gennadiy Civil authored
      more mcvs fixing
      dbd206e3
  19. 05 Apr, 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
  25. 17 Feb, 2016 1 commit