1. 12 Dec, 2022 1 commit
  2. 08 Dec, 2022 1 commit
  3. 07 Dec, 2022 1 commit
  4. 06 Dec, 2022 1 commit
  5. 30 Nov, 2022 1 commit
    • Abseil Team's avatar
      Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. · 1f643f71
      Abseil Team authored
      MatcherDescriberInterface specifies that DescribeTo "should print a verb phrase", but "size ..." is not a verb phrase. Currently, ElementsAre(SizeIs(9)) is described as "has 1 element that size is equal to 9". With this change, it will be described as "has 1 element that has a size that is equal to 9".
      
      PiperOrigin-RevId: 492022324
      Change-Id: I4083335f2419462464957521c1e033643b53b763
      1f643f71
  6. 29 Nov, 2022 1 commit
  7. 23 Nov, 2022 1 commit
  8. 21 Nov, 2022 1 commit
  9. 20 Nov, 2022 1 commit
  10. 16 Nov, 2022 1 commit
    • Abseil Team's avatar
      When printing floating-point numbers, print full precision by default. · 9c332145
      Abseil Team authored
      To make debug output readable, we still use the faster 6-digit precision
      sometimes, but only if it will round-trip.
      
      This way, when a test fails due to a very small difference in floating-point
      numbers, users will have enough digits to see the difference.
      
      PiperOrigin-RevId: 488958311
      Change-Id: Ibcac43f48a97006d89217530c69386cc4fa2735c
      9c332145
  11. 15 Nov, 2022 1 commit
  12. 14 Nov, 2022 2 commits
  13. 12 Nov, 2022 2 commits
  14. 11 Nov, 2022 1 commit
  15. 10 Nov, 2022 2 commits
  16. 08 Nov, 2022 1 commit
  17. 07 Nov, 2022 1 commit
  18. 05 Nov, 2022 1 commit
  19. 03 Nov, 2022 1 commit
  20. 25 Oct, 2022 2 commits
  21. 24 Oct, 2022 1 commit
  22. 21 Oct, 2022 2 commits
  23. 20 Oct, 2022 1 commit
  24. 19 Oct, 2022 2 commits
  25. 18 Oct, 2022 1 commit
  26. 17 Oct, 2022 3 commits
  27. 15 Oct, 2022 1 commit
  28. 14 Oct, 2022 3 commits
  29. 12 Oct, 2022 2 commits