1. 14 Aug, 2019 1 commit
  2. 30 Jul, 2019 1 commit
  3. 04 Jun, 2019 1 commit
  4. 17 Jan, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 0adeadd2
      Abseil Team authored
      Refactor the `Invoke` and `InvokeWithoutArgs` actions:
       - Replace pump'd classes and functions with templates.
       - Make the polymorphic actions be polymorphic functors instead.
       - Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor.
      
      PiperOrigin-RevId: 229604112
      0adeadd2
  5. 08 Jan, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 216c37f0
      Abseil Team authored
      Drop generated file gmock-generated-internal-utils.h.
      
      PiperOrigin-RevId: 228232195
      216c37f0
  6. 02 Jan, 2019 2 commits
    • misterg's avatar
      Googletest export · 14c2fba7
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 227575279
      14c2fba7
    • Abseil Team's avatar
      Googletest export · f8b1c1af
      Abseil Team authored
      Remove the #ifs for old, unsupported and buggy compilers:
      * old versions of GCC & MSVC
      * Symbian
      
      PiperOrigin-RevId: 227116941
      f8b1c1af
  7. 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
  8. 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
  9. 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
  10. 09 Oct, 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. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  13. 17 Jul, 2018 1 commit
  14. 25 Apr, 2018 1 commit
  15. 19 Apr, 2018 4 commits
  16. 18 Apr, 2018 1 commit
  17. 11 Apr, 2018 1 commit
  18. 10 Apr, 2018 1 commit
  19. 06 Apr, 2018 8 commits
  20. 23 Feb, 2018 1 commit
  21. 26 Jan, 2018 1 commit
  22. 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
  23. 25 Aug, 2015 1 commit
  24. 19 May, 2014 1 commit
    • billydonahue's avatar
      Push several shanges: · 1f5fdea4
      billydonahue authored
          Make single argument constructors explicit in macros.
      
          Remove NOMINMAX macro.
      
          Add macros for disabling Microsoft Visual C++ warnings.
      
          Add WhenDynamicCastTo<T> matcher.
          A matcher that matches a pointer that matches inner_matcher when
          dynamic_cast<T> is applied.
      
          Add IWYU export pragmas to the tuple include lines.
      
          Fix NativeArray to not require a copy constructor unless we ask for one.
          This allows ElementsAre() to support non-copyable types.
      
          Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms.
          Author: martin@martin.st
          From: https://codereview.appspot.com/57220043/
      1f5fdea4
  25. 02 Apr, 2014 1 commit
  26. 29 Jan, 2014 1 commit
  27. 27 Mar, 2013 1 commit