1. 11 Oct, 2019 1 commit
    • Robert Luberda's avatar
      Add more override keywords · 3cddd56e
      Robert Luberda authored
      Mark more functions with "override" keyword, just like
      it was done in commit 2460f971.
      
      This should prevent compiler from complaining while compiling both
      user code, and the googletest code itself with the -Wsuggest-override
      option turned on; with the exception of:
       * calls to new MOCK_METHOD() in test/gmock-function-mocker_test.cc
       * calls to old MOCK_METHODx()/MOCK_CONST_METHODx() in other
         unit test files.
      
      Closes #2493
      3cddd56e
  2. 31 Jul, 2019 1 commit
  3. 16 Jul, 2019 2 commits
    • misterg's avatar
      Googletest export · 3d9cdd58
      misterg authored
      Fix documentation links
      
      PiperOrigin-RevId: 258389329
      3d9cdd58
    • Abseil Team's avatar
      Googletest export · e4f097b5
      Abseil Team authored
      Update a broken link in a comment.
      
      PiperOrigin-RevId: 257493975
      e4f097b5
  4. 19 Jun, 2019 1 commit
    • Gennadiy Civil's avatar
      · 5ed950c9
      Gennadiy Civil authored
      Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
      5ed950c9
  5. 21 Mar, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · a4b63e7e
      Abseil Team authored
      Action helpers need to pass by const& so that they can work with unique_ptr.
      
      PiperOrigin-RevId: 239062671
      a4b63e7e
  6. 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
  7. 17 Dec, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 096fb37a
      Abseil Team authored
      Replace pump'd code for DoAll with variadic templates.
      
      PiperOrigin-RevId: 225584656
      096fb37a
  8. 13 Dec, 2018 1 commit
  9. 20 Nov, 2018 2 commits
    • misterg's avatar
      Googletest export · b4926660
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 222123106
      b4926660
    • Abseil Team's avatar
      Googletest export · aac18185
      Abseil Team authored
      Upgrade WithArgs family of actions to C++11.
      
      PiperOrigin-RevId: 221671690
      aac18185
  10. 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
  11. 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
  12. 18 Oct, 2018 1 commit
  13. 09 Oct, 2018 1 commit
  14. 14 Aug, 2018 2 commits
  15. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  16. 10 Apr, 2018 2 commits
  17. 09 Apr, 2018 1 commit
  18. 31 Aug, 2017 1 commit
  19. 25 Aug, 2015 1 commit
  20. 28 Jul, 2015 1 commit
  21. 19 Jul, 2015 1 commit
  22. 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
  23. 02 Apr, 2014 1 commit
  24. 31 May, 2012 1 commit
    • zhanyong.wan's avatar
      Pulls in gtest r615. · 2fd619ed
      zhanyong.wan authored
      Renames internal enums to the kFoo naming style.
      
      Fixes gmock doctor to work with newer versions of Clang.
      2fd619ed
  25. 10 Apr, 2012 1 commit
  26. 24 Feb, 2011 1 commit
  27. 14 Sep, 2010 1 commit
  28. 09 Aug, 2010 1 commit
  29. 23 Dec, 2009 1 commit
  30. 22 Jul, 2009 1 commit
  31. 21 Jul, 2009 1 commit
  32. 20 Jul, 2009 1 commit
  33. 14 May, 2009 1 commit
  34. 11 May, 2009 1 commit
  35. 09 Apr, 2009 1 commit