1. 06 Feb, 2024 1 commit
  2. 05 Feb, 2024 1 commit
  3. 04 Feb, 2024 1 commit
  4. 03 Feb, 2024 1 commit
  5. 02 Feb, 2024 3 commits
  6. 01 Feb, 2024 4 commits
  7. 31 Jan, 2024 3 commits
  8. 30 Jan, 2024 4 commits
  9. 29 Jan, 2024 3 commits
    • Add empty WORKSPACE.bzlmod · 04af270f
      When bzlmod is enabled and WORKSPACE.bzlmod exists, the content of
      WORKSPACE is ignored. This prevents bzlmod builds from unintentionally
      depending on the WORKSPACE file.
      
      This exposed some small problems with our clang-cl configuration,
      which are also fixed in this change.
      
      PiperOrigin-RevId: 602511311
      Change-Id: I0ba411edde2df0e17f4eeede4117ddb6934dd8f8
      Derek Mauro committed
    • Introduce `RawHashSetLayout` helper class. · d5eb5032
      PiperOrigin-RevId: 602485199
      Change-Id: I5cc10eb8dcfe5988cf939080a224522e02ad8607
      Abseil Team committed
    • Fix a corner case in SpyHashState for exact boundaries. · 9a79278a
      AbslHash allows for piecewise chunks to be streamed incrementally into hash states and requires them to hash identically to one giant stream.  The exact size window for this is an internal details `PiecewiseChunkSize`.  There was an off by one error in this code.  Add tests and fix it.
      
      PiperOrigin-RevId: 602463183
      Change-Id: I159bbb5e7e745f55b2fe6eaf0d2735bd0a08aca9
      Matt Kulukundis committed
  10. 25 Jan, 2024 1 commit
  11. 24 Jan, 2024 1 commit
  12. 23 Jan, 2024 1 commit
  13. 22 Jan, 2024 3 commits
  14. 19 Jan, 2024 2 commits
    • Prevent brace initialization of AlphaNum · 2be67701
      This was not intended to be supported, and it has resulted in calls as `absl::StrCat({...})`, which are not supported and only work coincidentally for the first 4 arguments due to `absl::StrCat` having overloads that take `absl::AlphaNum` directly for those.
      
      The existing situation prevents modifying the implementations of such functions to alternatives that do not have such overloads for those arguments.
      
      PiperOrigin-RevId: 599872755
      Change-Id: I02c90119b2b96a922cf7e3b5d5f02affe24a272d
      Abseil Team committed
    • Remove code pieces for no longer supported MSVC versions. · 04d8afe7
      The current support policy is `_MSC_VER >= 1920`.
      
      PiperOrigin-RevId: 599833619
      Change-Id: I9cf7393a5b659d1680765e37e0328539ccb870fa
      Abseil Team committed
  15. 18 Jan, 2024 2 commits
  16. 17 Jan, 2024 1 commit
  17. 16 Jan, 2024 1 commit
  18. 13 Jan, 2024 1 commit
  19. 12 Jan, 2024 1 commit
  20. 11 Jan, 2024 3 commits
  21. 10 Jan, 2024 2 commits