1. 28 Oct, 2018 1 commit
  2. 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
  3. 23 Oct, 2018 1 commit
  4. 18 Oct, 2018 1 commit
  5. 16 Oct, 2018 4 commits
  6. 12 Oct, 2018 1 commit
  7. 11 Oct, 2018 3 commits
  8. 09 Oct, 2018 4 commits
  9. 08 Oct, 2018 2 commits
  10. 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
  11. 02 Oct, 2018 2 commits
  12. 25 Sep, 2018 1 commit
    • misterg's avatar
      Googletest export · ba974c97
      misterg authored
      Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher
      
      PiperOrigin-RevId: 214266944
      ba974c97
  13. 18 Sep, 2018 1 commit
  14. 14 Sep, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · ffc9baeb
      Abseil Team authored
      Treat default-constructed string_view same as constructed from "".
      In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith,
      etc.), a default-constructed string_view (nullptr) should be semantically same
      as a empty string "".
      
      PiperOrigin-RevId: 212816839
      ffc9baeb
  15. 13 Sep, 2018 3 commits
  16. 11 Sep, 2018 2 commits
  17. 09 Sep, 2018 1 commit
  18. 04 Sep, 2018 1 commit
  19. 03 Sep, 2018 1 commit
  20. 02 Sep, 2018 1 commit
  21. 31 Aug, 2018 2 commits
    • misterg's avatar
      Googletest export · a5cc7aa3
      misterg authored
      Fix broken OSS windows build.
      
      PiperOrigin-RevId: 210969049
      a5cc7aa3
    • misterg's avatar
      Googletest export · 2cc00853
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 210594341
      2cc00853
  22. 30 Aug, 2018 1 commit
  23. 28 Aug, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 65d03530
      Abseil Team authored
      Fix line that was wrapping in the middle of a link
      
      This looks uglier, but has the advantage that the link is kept in one
      piece.
      
      PiperOrigin-RevId: 210537337
      65d03530
  24. 27 Aug, 2018 1 commit
  25. 24 Aug, 2018 1 commit