1. 31 Aug, 2018 1 commit
  2. 30 Aug, 2018 1 commit
  3. 28 Aug, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 65d03530
      Abseil Team authored
      Fix line that was wrapping in the middle of a link
      
      This looks uglier, but has the advantage that the link is kept in one
      piece.
      
      PiperOrigin-RevId: 210537337
      65d03530
  4. 27 Aug, 2018 1 commit
  5. 20 Aug, 2018 1 commit
  6. 15 Aug, 2018 1 commit
    • Abseil Team's avatar
      googletest export · ca87cc72
      Abseil Team authored
        - 208874130 Copybara tweaks, testing various round-trip sutuations(fu... by misterg <misterg@google.com>
        - 208880646 Fix header guards and remove special case copybara by misterg <misterg@google.com>
        - 208874252 Copybara tweaks for googletest reversible transform by misterg <misterg@google.com>
        - 208853103 Adding a flow to export PR from GitHub into Google3 and a... by misterg <misterg@google.com>
        - 208708150 Removing leakr-sensitive words.  by misterg <misterg@google.com>
        - 208672083 Import of OSS PR 1665 by misterg <misterg@google.com>
        - 208663904 Remove LEAKR "author" warnings for googletest copybara ex... by misterg <misterg@google.com>
        - 208646244 Incrementally finalizing OSS<->google3 transforms by misterg <misterg@google.com>
        - 208548323 Move custom google3 only code to custom/ by misterg <misterg@google.com>
        - 208234974 Removed scrubs, replaced with reversible transforms by misterg <misterg@google.com>
        - 208211213 Move custom tests under custom by misterg <m...
      ca87cc72
  7. 14 Aug, 2018 4 commits
  8. 13 Aug, 2018 3 commits
  9. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  10. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  11. 19 Jul, 2018 2 commits
  12. 18 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 7e73a7ae
      Gennadiy Civil authored
      Formatting and a link
      7e73a7ae
  13. 17 Jul, 2018 1 commit
  14. 30 Jun, 2018 1 commit
  15. 02 May, 2018 1 commit
  16. 25 Apr, 2018 1 commit
  17. 19 Apr, 2018 4 commits
  18. 18 Apr, 2018 2 commits
  19. 17 Apr, 2018 1 commit
  20. 16 Apr, 2018 2 commits
  21. 12 Apr, 2018 4 commits
    • Gennadiy Civil's avatar
      · a79851f2
      Gennadiy Civil authored
      merging 
      a79851f2
    • Gennadiy Civil's avatar
      · fa658e0c
      Gennadiy Civil authored
      merging 
      fa658e0c
    • Gennadiy Civil's avatar
      small cleanup · e77deb29
      Gennadiy Civil authored
      e77deb29
    • 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
  22. 11 Apr, 2018 3 commits
  23. 10 Apr, 2018 2 commits