1. 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
  2. 15 Nov, 2022 1 commit
  3. 14 Nov, 2022 2 commits
  4. 12 Nov, 2022 2 commits
  5. 11 Nov, 2022 1 commit
  6. 10 Nov, 2022 2 commits
  7. 08 Nov, 2022 1 commit
  8. 07 Nov, 2022 1 commit
  9. 05 Nov, 2022 1 commit
  10. 03 Nov, 2022 1 commit
  11. 25 Oct, 2022 2 commits
  12. 24 Oct, 2022 1 commit
  13. 21 Oct, 2022 2 commits
  14. 20 Oct, 2022 1 commit
  15. 19 Oct, 2022 2 commits
  16. 18 Oct, 2022 1 commit
  17. 17 Oct, 2022 3 commits
  18. 15 Oct, 2022 1 commit
  19. 14 Oct, 2022 3 commits
  20. 12 Oct, 2022 2 commits
  21. 11 Oct, 2022 1 commit
  22. 10 Oct, 2022 1 commit
  23. 09 Oct, 2022 1 commit
  24. 08 Oct, 2022 1 commit
  25. 07 Oct, 2022 1 commit
  26. 06 Oct, 2022 1 commit
  27. 05 Oct, 2022 1 commit
    • Abseil Team's avatar
      Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT... · 08935483
      Abseil Team authored
      Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT builds, as one would already expect from MSVC builds. (Previously, static Clang/Ninja builds on Windows also implicitly defined _DLL, which was problematic.)
      
      PiperOrigin-RevId: 479113168
      Change-Id: I252d9be90fd33df75dab922e62b197208830d124
      08935483
  28. 04 Oct, 2022 2 commits