1. 20 Dec, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · e26a3fa1
      Abseil Team authored
      Unifdef c++11-related macros from googletest now that it requires C++11.
      
      PiperOrigin-RevId: 225905601
      e26a3fa1
  2. 20 Nov, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · 5dab7be7
      Abseil Team authored
      Validate spec modifiers.
      
      PiperOrigin-RevId: 221810235
      5dab7be7
    • Abseil Team's avatar
      Googletest export · e46e87bb
      Abseil Team authored
      Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH.
      
      PiperOrigin-RevId: 221659669
      e46e87bb
  3. 15 Nov, 2018 1 commit
  4. 10 Nov, 2018 1 commit
  5. 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
  6. 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
  7. 09 Oct, 2018 1 commit
  8. 14 Aug, 2018 3 commits
  9. 13 Aug, 2018 3 commits
  10. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  11. 18 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 7e73a7ae
      Gennadiy Civil authored
      Formatting and a link
      7e73a7ae
  12. 17 Jul, 2018 1 commit
  13. 25 Apr, 2018 1 commit
  14. 19 Apr, 2018 4 commits
  15. 18 Apr, 2018 1 commit
  16. 11 Apr, 2018 1 commit
  17. 10 Apr, 2018 2 commits
  18. 09 Apr, 2018 1 commit
  19. 06 Apr, 2018 8 commits
  20. 05 Mar, 2018 1 commit
  21. 23 Feb, 2018 1 commit
  22. 26 Jan, 2018 1 commit
  23. 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