1. 25 Oct, 2022 1 commit
    • Dino Radakovic's avatar
      Use git commit hash in CMake quickstart · 90171d10
      Dino Radakovic authored
      Commit hashes reflect GoogleTest's live-at-head stance.
      Credits to @shinfd.
      Fixes #4000
      
      PiperOrigin-RevId: 483655943
      Change-Id: Ieeb162859348dbe3657e18f283bac81412f2585d
      90171d10
  2. 24 Oct, 2022 1 commit
  3. 14 Oct, 2022 1 commit
  4. 07 Oct, 2022 1 commit
  5. 18 Sep, 2022 1 commit
  6. 09 Sep, 2022 1 commit
  7. 31 Jul, 2022 1 commit
  8. 30 Jun, 2022 1 commit
    • Derek Mauro's avatar
      Remove support for C++11 · 96f51426
      Derek Mauro authored
      v1.12.x is the last branch to support C++11
      Future releases will require at least C++14
      
      PiperOrigin-RevId: 458250106
      Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
      96f51426
  9. 27 Jun, 2022 1 commit
  10. 22 Jun, 2022 3 commits
  11. 13 Jun, 2022 1 commit
  12. 09 Jun, 2022 1 commit
  13. 27 May, 2022 1 commit
  14. 26 May, 2022 1 commit
  15. 24 May, 2022 1 commit
  16. 11 May, 2022 1 commit
    • Aaron Jacobs's avatar
      gmock-actions: make OnceAction public. · 6386897f
      Aaron Jacobs authored
      So that it can be referenced in conversion operators for actions that need to
      know the concrete return type.
      
      PiperOrigin-RevId: 447889344
      Change-Id: I643d3298bc8effd08741282a956c221f9d67d378
      6386897f
  17. 28 Apr, 2022 1 commit
  18. 09 Apr, 2022 1 commit
    • Abseil Team's avatar
      Add support for move-only and &&-qualified actions in WillOnce. · a1cc8c55
      Abseil Team authored
      This provides a type-safe way for an action to express that it wants to be
      called only once, or to capture move-only objects. It is a generalization of
      the type system-evading hack in ByMove, with the improvement that it works for
      _any_ action (including user-defined ones), and correctly expresses that the
      action can only be used with WillOnce. I'll make existing actions benefit in a
      future commit.
      
      PiperOrigin-RevId: 440496139
      Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
      a1cc8c55
  19. 04 Apr, 2022 1 commit
  20. 27 Mar, 2022 1 commit
  21. 21 Mar, 2022 1 commit
  22. 08 Mar, 2022 1 commit
  23. 10 Feb, 2022 1 commit
  24. 14 Jan, 2022 1 commit
  25. 12 Jan, 2022 1 commit
    • Abseil Team's avatar
      Fix run-on sentence · 2d07f12b
      Abseil Team authored
          dispatch. It will use the definition from the class the constructor of which
      
      PiperOrigin-RevId: 421291241
      Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
      2d07f12b
  26. 04 Jan, 2022 1 commit
  27. 23 Dec, 2021 1 commit
  28. 02 Dec, 2021 1 commit
  29. 25 Nov, 2021 1 commit
  30. 15 Nov, 2021 1 commit
  31. 10 Nov, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 9ca071b6
      Abseil Team authored
      Revert CL that updated example for SetUpTestSuite/TearDownTestSuite to initialize static member variables inline.
      
      It seems that non-const static data members for some reason still must be initialized out-of-line.
      
      PiperOrigin-RevId: 408913846
      9ca071b6
  32. 09 Nov, 2021 3 commits
    • Abseil Team's avatar
      Googletest export · 79efd968
      Abseil Team authored
      Update example for SetUpTestSuite/TearDownTestSuite to use modern C++ standards.
      
      Currently it is using an outdated C++ construct (defining static member variables separately from the declaration).
      
      PiperOrigin-RevId: 408663014
      79efd968
    • Abseil Team's avatar
      Googletest export · aa486f16
      Abseil Team authored
      Add missing InitGoogleTest line in "Registering tests" example code
      
      Copying the original code gives the following error message
      """
      IMPORTANT NOTICE - DO NOT IGNORE:
      This test program did NOT call testing::InitGoogleTest() before calling RUN_ALL_TESTS(). This is INVALID. Soon Google Test will start to enforce the valid usage. Please fix it ASAP, or IT WILL START TO FAIL.
      """
      
      PiperOrigin-RevId: 408385714
      aa486f16
    • Abseil Team's avatar
      Googletest export · d4e084a1
      Abseil Team authored
      Style only change. Make use of advanced testing functions `FloatLE` and `DoubleLE` consistent.
      
      PiperOrigin-RevId: 407660542
      d4e084a1
  33. 03 Nov, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 7cf37a18
      Abseil Team authored
      Add docs section on test sharding
      
      Fixes #3622
      
      PiperOrigin-RevId: 405712812
      7cf37a18
  34. 13 Oct, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 178cfacb
      Abseil Team authored
      add missing using ::testing::DoAll when DoAll used in example
      
      PiperOrigin-RevId: 402416497
      178cfacb
  35. 24 Sep, 2021 1 commit
  36. 17 Sep, 2021 1 commit