"googlemock/test/gmock-internal-utils_test.cc" did not exist on "c2ad46a5df4414fc2b804c53525f4578f01a3dfe"
  1. 07 Oct, 2019 3 commits
  2. 01 Mar, 2019 1 commit
  3. 18 Jan, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 9518a574
      Abseil Team authored
      Fix mocking method arguments with templated copy constructors.
      
      A previous change removed workarounds for old compilers from googletest and googlemock. Unfortunately, a bit of code that started as a workaround for Symbian's C++ compiler is still needed to avoid copy/move constructor ambiguity when mocking functions with certain argument types.
      
      The test case added by this CL is extracted from Chrome's codebase, and was discovered while attempting to roll googletest.
      
      PiperOrigin-RevId: 229801765
      9518a574
  4. 02 Jan, 2019 1 commit
    • 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
  5. 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
  6. 15 Nov, 2018 1 commit
  7. 10 Nov, 2018 1 commit
  8. 28 Oct, 2018 1 commit
  9. 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
  10. 02 Oct, 2018 1 commit
  11. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  12. 12 Apr, 2018 1 commit
  13. 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
  14. 25 Aug, 2015 1 commit
  15. 24 Jul, 2015 1 commit
  16. 17 Nov, 2014 1 commit
  17. 17 Jun, 2014 1 commit
  18. 13 Jan, 2014 1 commit
  19. 01 Mar, 2013 1 commit
  20. 10 Apr, 2012 1 commit
  21. 24 Feb, 2011 1 commit
  22. 14 Sep, 2010 1 commit
  23. 23 Dec, 2009 1 commit
  24. 25 Sep, 2009 1 commit
  25. 25 Mar, 2009 1 commit
  26. 23 Feb, 2009 1 commit
  27. 10 Dec, 2008 1 commit