1. 29 Oct, 2018 2 commits
    • Alex Konradi's avatar
      Add Optional() to the cheat sheet doc. · 39de88cb
      Alex Konradi authored
      The Optional() matcher is otherwise undocumented except in the source.
      This patch adds it to the cheat sheet for better visibility.
      39de88cb
    • misterg's avatar
      Googletest export · 80b43d90
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 219129336
      80b43d90
  2. 28 Oct, 2018 1 commit
  3. 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
  4. 23 Oct, 2018 1 commit
  5. 18 Oct, 2018 1 commit
  6. 16 Oct, 2018 4 commits
  7. 12 Oct, 2018 1 commit
  8. 11 Oct, 2018 3 commits
  9. 09 Oct, 2018 4 commits
  10. 08 Oct, 2018 2 commits
  11. 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
  12. 02 Oct, 2018 2 commits
  13. 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
  14. 18 Sep, 2018 1 commit
  15. 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
  16. 13 Sep, 2018 3 commits
  17. 11 Sep, 2018 2 commits
  18. 09 Sep, 2018 1 commit
  19. 04 Sep, 2018 1 commit
  20. 03 Sep, 2018 1 commit
  21. 02 Sep, 2018 1 commit
  22. 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
  23. 30 Aug, 2018 1 commit
  24. 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