1. 06 Feb, 2023 1 commit
  2. 26 Jan, 2023 1 commit
  3. 25 Jan, 2023 1 commit
  4. 18 Jan, 2023 1 commit
  5. 22 Dec, 2022 1 commit
  6. 20 Dec, 2022 2 commits
  7. 19 Dec, 2022 1 commit
    • Abseil Team's avatar
      Specify a name for a `Property` in a code example. · a4e0be89
      Abseil Team authored
      It is good practice to specify a name for the `testing::Property` matcher's use in diagnostics, and we should do so in our examples.
      
      PiperOrigin-RevId: 496406309
      Change-Id: Ibb4d1ba63771b5d6855442b91564027cda8ddaca
      a4e0be89
  8. 14 Dec, 2022 1 commit
  9. 23 Nov, 2022 1 commit
  10. 20 Nov, 2022 1 commit
  11. 03 Nov, 2022 1 commit
  12. 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
  13. 24 Oct, 2022 1 commit
  14. 14 Oct, 2022 1 commit
  15. 07 Oct, 2022 1 commit
  16. 18 Sep, 2022 1 commit
  17. 09 Sep, 2022 1 commit
  18. 31 Jul, 2022 1 commit
  19. 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
  20. 27 Jun, 2022 1 commit
  21. 22 Jun, 2022 3 commits
  22. 13 Jun, 2022 1 commit
  23. 09 Jun, 2022 1 commit
  24. 27 May, 2022 1 commit
  25. 26 May, 2022 1 commit
  26. 24 May, 2022 1 commit
  27. 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
  28. 28 Apr, 2022 1 commit
  29. 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
  30. 04 Apr, 2022 1 commit
  31. 27 Mar, 2022 1 commit
  32. 21 Mar, 2022 1 commit
  33. 08 Mar, 2022 1 commit
  34. 10 Feb, 2022 1 commit
  35. 14 Jan, 2022 1 commit
  36. 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
  37. 04 Jan, 2022 1 commit