1. 20 Nov, 2018 2 commits
  2. 15 Nov, 2018 1 commit
  3. 10 Nov, 2018 1 commit
  4. 07 Nov, 2018 1 commit
    • krzysio's avatar
      Googletest export · 105579a6
      krzysio authored
      Improve Bazel build files.
      
      New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted.
      
      PiperOrigin-RevId: 220279205
      105579a6
  5. 31 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · e857f9cd
      misterg authored
      Remove scoped_ptr replace with std::unique_ptr
      
      PiperOrigin-RevId: 219291284
      e857f9cd
  6. 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
  7. 28 Oct, 2018 1 commit
  8. 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
  9. 16 Oct, 2018 3 commits
  10. 11 Oct, 2018 2 commits
  11. 09 Oct, 2018 2 commits
  12. 08 Oct, 2018 2 commits
  13. 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
  14. 02 Oct, 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. 27 Aug, 2018 1 commit
  17. 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
  18. 09 Aug, 2018 2 commits
  19. 07 Aug, 2018 1 commit
  20. 06 Aug, 2018 1 commit
  21. 01 Aug, 2018 1 commit
  22. 25 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · ed1edf64
      Gennadiy Civil authored
      Formatting changes, code sync
      ed1edf64
  23. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  24. 19 Jul, 2018 1 commit
  25. 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
  26. 13 Jul, 2018 1 commit
  27. 12 Jul, 2018 1 commit
  28. 11 Jul, 2018 1 commit
  29. 23 May, 2018 2 commits