1. 26 Apr, 2022 1 commit
  2. 22 Apr, 2022 1 commit
  3. 21 Apr, 2022 1 commit
  4. 20 Apr, 2022 1 commit
  5. 18 Apr, 2022 1 commit
  6. 13 Apr, 2022 2 commits
  7. 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
  8. 06 Apr, 2022 2 commits
  9. 04 Apr, 2022 4 commits
  10. 23 Mar, 2022 2 commits
  11. 22 Mar, 2022 2 commits
  12. 21 Mar, 2022 1 commit
  13. 18 Mar, 2022 2 commits
  14. 15 Mar, 2022 2 commits
    • Abseil Team's avatar
      Running clang-format over all of GoogleTest · b007c54f
      Abseil Team authored
      A few tests are examining code locations and looking af the resulting line
      numbers to verify that GoogleTest shows those to users correctly. Some of those
      locations change when clang-format is run. For those locations, I've wrapped
      portions in:
      // clang-format off
      ...
      // clang-format on
      
      There may be other locations that are currently not tickled by running
      clang-format.
      
      PiperOrigin-RevId: 434844712
      Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
      b007c54f
    • Copybara-Service's avatar
      Merge pull request #3774 from sobczyk:main · 8a422b83
      Copybara-Service authored
      PiperOrigin-RevId: 434738675
      Change-Id: I7c8de4004bac6b750674d19e3e79c0695a42652e
      8a422b83
  15. 14 Mar, 2022 1 commit
  16. 08 Mar, 2022 6 commits
  17. 17 Feb, 2022 1 commit
  18. 14 Feb, 2022 1 commit
  19. 10 Feb, 2022 1 commit
  20. 08 Feb, 2022 2 commits
  21. 07 Feb, 2022 1 commit
  22. 05 Feb, 2022 2 commits
  23. 04 Feb, 2022 1 commit
  24. 01 Feb, 2022 1 commit
    • Abseil Team's avatar
      GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the... · 25ad42aa
      Abseil Team authored
      GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrapper function in gtest.cc) rely on the fact that the inner call is not getting optimized.
      This CL annotates them with the appropriate attributes.
      
      PiperOrigin-RevId: 425663217
      Change-Id: Ib9ec2a69a7dd98d37640b56d4d7798572da66669
      25ad42aa