index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
hash
Commit message (
Expand
)
Author
Age
*
Optimize LowLevelHash by breaking dependency between final loads and previous...
Connal de Souza
2024-03-28
*
Remove redundant semicolons introduced by macros
Abseil Team
2024-03-15
*
Fix GCC7 C++17 build
Derek Mauro
2024-03-12
*
Optimize `absl::Hash` by making `LowLevelHash` faster.
Shahriar Rouf
2024-02-07
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Fix a corner case in SpyHashState for exact boundaries.
Matt Kulukundis
2024-01-29
*
Fix codegen trunks in `absl/hash/hash_benchmark.cc`.
Shahriar Rouf
2023-12-05
*
Avoid AbslHashValue for std::filesystem::path when <filesystem> is not included
Abseil Team
2023-11-22
*
Respect libc++ config option for disable of filesystem
Abseil Team
2023-11-17
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-17
*
Rollback providing AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-16
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-15
*
Don't allow AbslHashValue() to take a C-style array parameter. The
Derek Mauro
2023-11-14
*
PR #1559: Fix comparison of integer expressions of different signedness warning
Alexander Ignatyev
2023-11-02
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Fix typo hash_test.cc -> hash_instantiated_test.cc from
Derek Mauro
2023-08-17
*
Include what you spell
Dmitri Gribenko
2023-08-11
*
Adding sw prefetchers to absl::hash.
Abseil Team
2023-07-13
*
Split absl/hash/hash_test.cc into two files
Benjamin Barenblat
2023-05-25
*
trivial: format some files using clang-format
Patrick Xia
2023-04-27
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
`AbslHashValue()` applied to a C-style array simply decays the array to a poi...
Abseil Team
2023-04-20
*
Hash support for std::wstring_view/u16string_view/u32string_view
Abseil Team
2023-03-24
*
[absl] Update documentation to reflect hash support for std::wstring, std::u1...
Lawrence Wolf-Sonkin
2023-03-10
*
Merge pull request #1388 from miladfarca:fix-Read1To3-on-BE
Copybara-Service
2023-02-22
|
\
*
\
Merge pull request #1401 from AtariDreams:apple
Copybara-Service
2023-02-21
|
\
\
|
*
|
Remove check for apple_build_version for hash workaround
Rose
2023-02-21
|
/
/
|
*
Fix Read1To3 on big Endian
Milad Fa
2023-02-15
|
/
*
Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe...
Abseil Team
2023-02-06
*
Tweak the compilation condition for IsHashableTest.PoisonHash
Derek Mauro
2023-01-17
*
Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findings
Abseil Team
2023-01-07
*
Eliminate AArch64-specific code paths from LowLevelHash
Benjamin Barenblat
2022-12-08
*
CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC
Abseil Team
2022-10-03
*
Fix "unsafe narrowing" warnings in absl, 10/n.
Abseil Team
2022-09-08
*
CMake: Mark hash_testing as a public testonly library, as it is with Bazel
Derek Mauro
2022-09-02
*
Workaround bug in GCC 7.2
Jonathan Conder
2022-08-12
*
Fix "unsafe narrowing" warnings in absl, 2/n.
Abseil Team
2022-08-01
*
Fix -Warray-parameter warning
Abseil Team
2022-07-13
*
Export of internal Abseil changes
Abseil Team
2022-04-12
*
Export of internal Abseil changes
Abseil Team
2022-04-04
*
Replace the implementation of the Mix function in arm64 back to 128bit multip...
Ren Zibei
2022-03-28
*
Export of internal Abseil changes
Abseil Team
2022-03-15
*
Export of internal Abseil changes
Abseil Team
2022-03-02
*
Export of internal Abseil changes
Abseil Team
2022-01-27
*
Export of internal Abseil changes
Abseil Team
2022-01-19
*
Export of internal Abseil changes
Abseil Team
2021-11-17
*
Remove bazelbuild/rules_cc dependency (#1038)
Vertexwahn
2021-10-14
*
Fix hashing on big endian platforms (#1028)
Milad Fa
2021-10-06
*
Export of internal Abseil changes
Abseil Team
2021-09-30
[next]