1. 20 Nov, 2022 1 commit
  2. 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
  3. 15 Nov, 2022 1 commit
  4. 14 Nov, 2022 2 commits
  5. 12 Nov, 2022 2 commits
  6. 11 Nov, 2022 1 commit
  7. 10 Nov, 2022 2 commits
  8. 08 Nov, 2022 1 commit
  9. 07 Nov, 2022 1 commit
  10. 05 Nov, 2022 1 commit
  11. 03 Nov, 2022 1 commit
  12. 25 Oct, 2022 2 commits
  13. 24 Oct, 2022 1 commit
  14. 21 Oct, 2022 2 commits
  15. 20 Oct, 2022 1 commit
  16. 19 Oct, 2022 2 commits
  17. 18 Oct, 2022 1 commit
  18. 17 Oct, 2022 3 commits
  19. 15 Oct, 2022 1 commit
  20. 14 Oct, 2022 3 commits
  21. 12 Oct, 2022 2 commits
  22. 11 Oct, 2022 1 commit
  23. 10 Oct, 2022 1 commit
  24. 09 Oct, 2022 1 commit
  25. 08 Oct, 2022 1 commit
  26. 07 Oct, 2022 1 commit
  27. 06 Oct, 2022 1 commit
  28. 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
  29. 04 Oct, 2022 1 commit