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. 16 Oct, 2018 3 commits
  4. 11 Oct, 2018 2 commits
  5. 09 Oct, 2018 2 commits
  6. 08 Oct, 2018 2 commits
  7. 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
  8. 02 Oct, 2018 1 commit
  9. 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
  10. 27 Aug, 2018 1 commit
  11. 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
  12. 09 Aug, 2018 2 commits
  13. 07 Aug, 2018 1 commit
  14. 06 Aug, 2018 1 commit
  15. 01 Aug, 2018 1 commit
  16. 25 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · ed1edf64
      Gennadiy Civil authored
      Formatting changes, code sync
      ed1edf64
  17. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  18. 19 Jul, 2018 1 commit
  19. 18 Jul, 2018 2 commits
    • Gennadiy Civil's avatar
      · 3530ab9e
      Gennadiy Civil authored
      Code sync
      3530ab9e
    • Gennadiy Civil's avatar
      · 8d07cfd0
      Gennadiy Civil authored
      Code sync, mostly formatting and removing outdates
      8d07cfd0
  20. 13 Jul, 2018 1 commit
  21. 12 Jul, 2018 1 commit
  22. 11 Jul, 2018 1 commit
  23. 23 May, 2018 2 commits
  24. 02 May, 2018 1 commit
  25. 25 Apr, 2018 1 commit
  26. 19 Apr, 2018 3 commits
  27. 18 Apr, 2018 2 commits