1. 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
  2. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  3. 17 Jul, 2018 1 commit
  4. 25 Apr, 2018 1 commit
  5. 18 Apr, 2018 1 commit
  6. 12 Apr, 2018 1 commit
    • Victor Costan's avatar
      Remove multiple inheritance from "unintesting call" mock classes. · 1324e2d7
      Victor Costan authored
      Internal CL 156157936, which was published in commit
      fe402c27, introduced undefined behavior
      by casting a base class (internal::{Naggy,Nice,Strict}Base<MockClass>,
      using the curiously recurring template pattern) pointer to a derived
      class ({Naggy,Nice,Strict}Mock<MockClass>), in the base class'
      constructor. At that point, the object isn't guaranteed to have taken on
      the shape of the derived class, and casting is undefined behavior.
      
      The undefined behavior was caught by Chrome's CFI build bot [1], and
      prevents rolling googletest past that commit / CL.
      
      This commit simplifies the {Naggy,Nice,Strict}Mock class hierarchy in
      a way that removes the undefined behavior.
      
      [1] https://www.chromium.org/developers/testing/control-flow-integrity
      1324e2d7
  7. 05 Apr, 2018 1 commit
  8. 16 Mar, 2018 1 commit
  9. 15 Mar, 2018 1 commit
  10. 26 Jan, 2018 1 commit
  11. 27 Sep, 2017 1 commit
  12. 10 Aug, 2017 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. 17 Nov, 2014 2 commits
  16. 29 Jan, 2014 1 commit
  17. 01 Mar, 2013 2 commits
  18. 28 Feb, 2013 1 commit
  19. 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
  20. 10 Apr, 2012 1 commit
  21. 24 Oct, 2011 2 commits
  22. 20 May, 2011 1 commit
  23. 08 Apr, 2011 1 commit
  24. 24 Feb, 2011 1 commit
  25. 23 Feb, 2011 1 commit
  26. 11 Feb, 2011 1 commit
  27. 01 Feb, 2011 1 commit
  28. 14 Sep, 2010 1 commit
  29. 09 Aug, 2010 1 commit
  30. 13 May, 2010 1 commit
  31. 10 May, 2010 1 commit
  32. 24 Mar, 2010 1 commit
  33. 24 Feb, 2010 1 commit
  34. 08 Jan, 2010 1 commit
  35. 23 Dec, 2009 1 commit
  36. 21 Oct, 2009 1 commit